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

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

public class Persona
extends java.lang.Object


Field Summary
protected  java.util.List<java.lang.Object> denominazioneOrNomeOrCognomeOrTitoloOrCodiceFiscale
           
protected  java.lang.String id
           
protected  java.lang.String identificativo
           
protected  java.lang.Object rife
           
 
Constructor Summary
Persona()
           
 
Method Summary
 java.util.List<java.lang.Object> getDenominazioneOrNomeOrCognomeOrTitoloOrCodiceFiscale()
          Gets the value of the denominazioneOrNomeOrCognomeOrTitoloOrCodiceFiscale property.
 java.lang.String getId()
          Gets the value of the id property.
 java.lang.String getIdentificativo()
          Gets the value of the identificativo property.
 java.lang.Object getRife()
          Gets the value of the rife property.
 void setId(java.lang.String value)
          Sets the value of the id property.
 void setIdentificativo(java.lang.String value)
          Sets the value of the identificativo property.
 void setRife(java.lang.Object value)
          Sets the value of the rife property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected java.lang.String id

rife

protected java.lang.Object rife

denominazioneOrNomeOrCognomeOrTitoloOrCodiceFiscale

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

identificativo

protected java.lang.String identificativo
Constructor Detail

Persona

public Persona()
Method Detail

getId

public java.lang.String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(java.lang.String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getRife

public java.lang.Object getRife()
Gets the value of the rife property.

Returns:
possible object is Object

setRife

public void setRife(java.lang.Object value)
Sets the value of the rife property.

Parameters:
value - allowed object is Object

getDenominazioneOrNomeOrCognomeOrTitoloOrCodiceFiscale

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

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

    getDenominazioneOrNomeOrCognomeOrTitoloOrCodiceFiscale().add(newItem);
 

Objects of the following type(s) are allowed in the list Denominazione Nome Cognome Titolo CodiceFiscale


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