|
||||||||||
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.Destinatario
public class Destinatario
Field Summary | |
---|---|
protected java.util.List<java.lang.Object> |
amministrazioneOrAOOOrDenominazioneOrPersona
|
protected java.util.List<Fax> |
fax
|
protected IndirizzoPostale |
indirizzoPostale
|
protected IndirizzoTelematico |
indirizzoTelematico
|
protected java.util.List<Telefono> |
telefono
|
Constructor Summary | |
---|---|
Destinatario()
|
Method Summary | |
---|---|
java.util.List<java.lang.Object> |
getAmministrazioneOrAOOOrDenominazioneOrPersona()
Gets the value of the amministrazioneOrAOOOrDenominazioneOrPersona property. |
java.util.List<Fax> |
getFax()
Gets the value of the fax property. |
IndirizzoPostale |
getIndirizzoPostale()
Gets the value of the indirizzoPostale property. |
IndirizzoTelematico |
getIndirizzoTelematico()
Gets the value of the indirizzoTelematico property. |
java.util.List<Telefono> |
getTelefono()
Gets the value of the telefono property. |
void |
setIndirizzoPostale(IndirizzoPostale value)
Sets the value of the indirizzoPostale 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.util.List<java.lang.Object> amministrazioneOrAOOOrDenominazioneOrPersona
protected IndirizzoTelematico indirizzoTelematico
protected java.util.List<Telefono> telefono
protected java.util.List<Fax> fax
protected IndirizzoPostale indirizzoPostale
Constructor Detail |
---|
public Destinatario()
Method Detail |
---|
public java.util.List<java.lang.Object> getAmministrazioneOrAOOOrDenominazioneOrPersona()
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 amministrazioneOrAOOOrDenominazioneOrPersona property.
For example, to add a new item, do as follows:
getAmministrazioneOrAOOOrDenominazioneOrPersona().add(newItem);
Objects of the following type(s) are allowed in the list
Amministrazione
AOO
Denominazione
Persona
public IndirizzoTelematico getIndirizzoTelematico()
IndirizzoTelematico
public void setIndirizzoTelematico(IndirizzoTelematico value)
value
- allowed object is
IndirizzoTelematico
public java.util.List<Telefono> getTelefono()
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 telefono property.
For example, to add a new item, do as follows:
getTelefono().add(newItem);
Objects of the following type(s) are allowed in the list
Telefono
public java.util.List<Fax> getFax()
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 fax property.
For example, to add a new item, do as follows:
getFax().add(newItem);
Objects of the following type(s) are allowed in the list
Fax
public IndirizzoPostale getIndirizzoPostale()
IndirizzoPostale
public void setIndirizzoPostale(IndirizzoPostale value)
value
- allowed object is
IndirizzoPostale
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |