|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.sistematica.isharedoc.model.xml.mail.signature.xsd.PerConoscenza
public class PerConoscenza
Java class for PerConoscenza complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PerConoscenza"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.digitPa.gov.it/protocollo/}IndirizzoTelematico"/> <element ref="{http://www.digitPa.gov.it/protocollo/}Destinatario" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="confermaRicezione" default="no"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN"> <enumeration value="si"/> <enumeration value="no"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.String |
confermaRicezione
|
protected java.util.List<Destinatario> |
destinatario
|
protected IndirizzoTelematico |
indirizzoTelematico
|
Constructor Summary | |
---|---|
PerConoscenza()
|
Method Summary | |
---|---|
java.lang.String |
getConfermaRicezione()
Gets the value of the confermaRicezione property. |
java.util.List<Destinatario> |
getDestinatario()
Gets the value of the destinatario property. |
IndirizzoTelematico |
getIndirizzoTelematico()
Gets the value of the indirizzoTelematico property. |
void |
setConfermaRicezione(java.lang.String value)
Sets the value of the confermaRicezione property. |
void |
setIndirizzoTelematico(IndirizzoTelematico value)
Sets the value of the indirizzoTelematico property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected IndirizzoTelematico indirizzoTelematico
protected java.util.List<Destinatario> destinatario
protected java.lang.String confermaRicezione
Constructor Detail |
---|
public PerConoscenza()
Method Detail |
---|
public IndirizzoTelematico getIndirizzoTelematico()
IndirizzoTelematico
public void setIndirizzoTelematico(IndirizzoTelematico value)
value
- allowed object is
IndirizzoTelematico
public java.util.List<Destinatario> getDestinatario()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the destinatario property.
For example, to add a new item, do as follows:
getDestinatario().add(newItem);
Objects of the following type(s) are allowed in the list
Destinatario
public java.lang.String getConfermaRicezione()
String
public void setConfermaRicezione(java.lang.String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |