it.sistematica.isharedoc.model.xml.mail.signature.dtd
Class Destinatario

java.lang.Object
  extended by it.sistematica.isharedoc.model.xml.mail.signature.dtd.Destinatario

public class Destinatario
extends java.lang.Object


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

amministrazioneOrAOOOrDenominazioneOrPersona

protected java.util.List<java.lang.Object> amministrazioneOrAOOOrDenominazioneOrPersona

indirizzoTelematico

protected IndirizzoTelematico indirizzoTelematico

telefono

protected java.util.List<Telefono> telefono

fax

protected java.util.List<Fax> fax

indirizzoPostale

protected IndirizzoPostale indirizzoPostale
Constructor Detail

Destinatario

public Destinatario()
Method Detail

getAmministrazioneOrAOOOrDenominazioneOrPersona

public java.util.List<java.lang.Object> getAmministrazioneOrAOOOrDenominazioneOrPersona()
Gets the value of the amministrazioneOrAOOOrDenominazioneOrPersona property.

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


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

getTelefono

public java.util.List<Telefono> getTelefono()
Gets the value of the telefono property.

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


getFax

public java.util.List<Fax> getFax()
Gets the value of the fax property.

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


getIndirizzoPostale

public IndirizzoPostale getIndirizzoPostale()
Gets the value of the indirizzoPostale property.

Returns:
possible object is IndirizzoPostale

setIndirizzoPostale

public void setIndirizzoPostale(IndirizzoPostale value)
Sets the value of the indirizzoPostale property.

Parameters:
value - allowed object is IndirizzoPostale