it.sistematica.isharedoc.model.xml.mail.signature.xsd
Class Risposta
java.lang.Object
it.sistematica.isharedoc.model.xml.mail.signature.xsd.Risposta
public class Risposta
- extends java.lang.Object
Java class for Risposta complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Risposta">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.digitPa.gov.it/protocollo/}IndirizzoTelematico"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
indirizzoTelematico
protected IndirizzoTelematico indirizzoTelematico
Risposta
public Risposta()
getIndirizzoTelematico
public IndirizzoTelematico getIndirizzoTelematico()
- Gets the value of the indirizzoTelematico property.
- Returns:
- possible object is
IndirizzoTelematico
setIndirizzoTelematico
public void setIndirizzoTelematico(IndirizzoTelematico value)
- Sets the value of the indirizzoTelematico property.
- Parameters:
value
- allowed object is
IndirizzoTelematico