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

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

public class Persona
extends java.lang.Object

Java class for Persona complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Persona">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <choice>
           <element ref="{http://www.digitPa.gov.it/protocollo/}Denominazione"/>
           <sequence>
             <element ref="{http://www.digitPa.gov.it/protocollo/}Nome" minOccurs="0"/>
             <element ref="{http://www.digitPa.gov.it/protocollo/}Cognome"/>
             <element ref="{http://www.digitPa.gov.it/protocollo/}Titolo" minOccurs="0"/>
             <element ref="{http://www.digitPa.gov.it/protocollo/}CodiceFiscale" minOccurs="0"/>
           </sequence>
         </choice>
         <element ref="{http://www.digitPa.gov.it/protocollo/}Identificativo" minOccurs="0"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
       <attribute name="rife" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  CodiceFiscale codiceFiscale
           
protected  Cognome cognome
           
protected  Denominazione denominazione
           
protected  java.lang.String id
           
protected  Identificativo identificativo
           
protected  Nome nome
           
protected  java.lang.Object rife
           
protected  Titolo titolo
           
 
Constructor Summary
Persona()
           
 
Method Summary
 CodiceFiscale getCodiceFiscale()
          Gets the value of the codiceFiscale property.
 Cognome getCognome()
          Gets the value of the cognome property.
 Denominazione getDenominazione()
          Gets the value of the denominazione property.
 java.lang.String getId()
          Gets the value of the id property.
 Identificativo getIdentificativo()
          Gets the value of the identificativo property.
 Nome getNome()
          Gets the value of the nome property.
 java.lang.Object getRife()
          Gets the value of the rife property.
 Titolo getTitolo()
          Gets the value of the titolo property.
 void setCodiceFiscale(CodiceFiscale value)
          Sets the value of the codiceFiscale property.
 void setCognome(Cognome value)
          Sets the value of the cognome property.
 void setDenominazione(Denominazione value)
          Sets the value of the denominazione property.
 void setId(java.lang.String value)
          Sets the value of the id property.
 void setIdentificativo(Identificativo value)
          Sets the value of the identificativo property.
 void setNome(Nome value)
          Sets the value of the nome property.
 void setRife(java.lang.Object value)
          Sets the value of the rife property.
 void setTitolo(Titolo value)
          Sets the value of the titolo property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

denominazione

protected Denominazione denominazione

nome

protected Nome nome

cognome

protected Cognome cognome

titolo

protected Titolo titolo

codiceFiscale

protected CodiceFiscale codiceFiscale

identificativo

protected Identificativo identificativo

id

protected java.lang.String id

rife

protected java.lang.Object rife
Constructor Detail

Persona

public Persona()
Method Detail

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

getNome

public Nome getNome()
Gets the value of the nome property.

Returns:
possible object is Nome

setNome

public void setNome(Nome value)
Sets the value of the nome property.

Parameters:
value - allowed object is Nome

getCognome

public Cognome getCognome()
Gets the value of the cognome property.

Returns:
possible object is Cognome

setCognome

public void setCognome(Cognome value)
Sets the value of the cognome property.

Parameters:
value - allowed object is Cognome

getTitolo

public Titolo getTitolo()
Gets the value of the titolo property.

Returns:
possible object is Titolo

setTitolo

public void setTitolo(Titolo value)
Sets the value of the titolo property.

Parameters:
value - allowed object is Titolo

getCodiceFiscale

public CodiceFiscale getCodiceFiscale()
Gets the value of the codiceFiscale property.

Returns:
possible object is CodiceFiscale

setCodiceFiscale

public void setCodiceFiscale(CodiceFiscale value)
Sets the value of the codiceFiscale property.

Parameters:
value - allowed object is CodiceFiscale

getIdentificativo

public Identificativo getIdentificativo()
Gets the value of the identificativo property.

Returns:
possible object is Identificativo

setIdentificativo

public void setIdentificativo(Identificativo value)
Sets the value of the identificativo property.

Parameters:
value - allowed object is Identificativo

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