|
||||||||||
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.dtd.Destinazione
public class Destinazione
Field Summary | |
---|---|
protected java.lang.String |
confermaRicezione
|
protected java.util.List<Destinatario> |
destinatario
|
protected IndirizzoTelematico |
indirizzoTelematico
|
Constructor Summary | |
---|---|
Destinazione()
|
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 java.lang.String confermaRicezione
protected IndirizzoTelematico indirizzoTelematico
protected java.util.List<Destinatario> destinatario
Constructor Detail |
---|
public Destinazione()
Method Detail |
---|
public java.lang.String getConfermaRicezione()
String
public void setConfermaRicezione(java.lang.String value)
value
- allowed object is
String
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |