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

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

public class UnitaOrganizzativa
extends java.lang.Object


Field Summary
protected  Denominazione denominazione
           
protected  java.lang.String identificativo
           
protected  java.lang.String tipo
           
protected  java.util.List<java.lang.Object> unitaOrganizzativaOrRuoloOrPersonaOrIndirizzoPostaleOrIndirizzoTelematicoOrTelefonoOrFax
           
 
Constructor Summary
UnitaOrganizzativa()
           
 
Method Summary
 Denominazione getDenominazione()
          Gets the value of the denominazione property.
 java.lang.String getIdentificativo()
          Gets the value of the identificativo property.
 java.lang.String getTipo()
          Gets the value of the tipo property.
 java.util.List<java.lang.Object> getUnitaOrganizzativaOrRuoloOrPersonaOrIndirizzoPostaleOrIndirizzoTelematicoOrTelefonoOrFax()
          Gets the value of the unitaOrganizzativaOrRuoloOrPersonaOrIndirizzoPostaleOrIndirizzoTelematicoOrTelefonoOrFax property.
 void setDenominazione(Denominazione value)
          Sets the value of the denominazione property.
 void setIdentificativo(java.lang.String value)
          Sets the value of the identificativo property.
 void setTipo(java.lang.String value)
          Sets the value of the tipo property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tipo

protected java.lang.String tipo

denominazione

protected Denominazione denominazione

identificativo

protected java.lang.String identificativo

unitaOrganizzativaOrRuoloOrPersonaOrIndirizzoPostaleOrIndirizzoTelematicoOrTelefonoOrFax

protected java.util.List<java.lang.Object> unitaOrganizzativaOrRuoloOrPersonaOrIndirizzoPostaleOrIndirizzoTelematicoOrTelefonoOrFax
Constructor Detail

UnitaOrganizzativa

public UnitaOrganizzativa()
Method Detail

getTipo

public java.lang.String getTipo()
Gets the value of the tipo property.

Returns:
possible object is String

setTipo

public void setTipo(java.lang.String value)
Sets the value of the tipo property.

Parameters:
value - allowed object is String

getDenominazione

public Denominazione getDenominazione()
Gets the value of the denominazione property.

Returns:
possible object is Denominazione

setDenominazione

public void setDenominazione(Denominazione value)
Sets the value of the denominazione property.

Parameters:
value - allowed object is Denominazione

getIdentificativo

public java.lang.String getIdentificativo()
Gets the value of the identificativo property.

Returns:
possible object is String

setIdentificativo

public void setIdentificativo(java.lang.String value)
Sets the value of the identificativo property.

Parameters:
value - allowed object is String

getUnitaOrganizzativaOrRuoloOrPersonaOrIndirizzoPostaleOrIndirizzoTelematicoOrTelefonoOrFax

public java.util.List<java.lang.Object> getUnitaOrganizzativaOrRuoloOrPersonaOrIndirizzoPostaleOrIndirizzoTelematicoOrTelefonoOrFax()
Gets the value of the unitaOrganizzativaOrRuoloOrPersonaOrIndirizzoPostaleOrIndirizzoTelematicoOrTelefonoOrFax 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 unitaOrganizzativaOrRuoloOrPersonaOrIndirizzoPostaleOrIndirizzoTelematicoOrTelefonoOrFax property.

For example, to add a new item, do as follows:

    getUnitaOrganizzativaOrRuoloOrPersonaOrIndirizzoPostaleOrIndirizzoTelematicoOrTelefonoOrFax().add(newItem);
 

Objects of the following type(s) are allowed in the list UnitaOrganizzativa Ruolo Persona IndirizzoPostale IndirizzoTelematico Telefono Fax