|
||||||||||
| 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.xsd.Persona
public class Persona
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 |
|---|
protected Denominazione denominazione
protected Nome nome
protected Cognome cognome
protected Titolo titolo
protected CodiceFiscale codiceFiscale
protected Identificativo identificativo
protected java.lang.String id
protected java.lang.Object rife
| Constructor Detail |
|---|
public Persona()
| Method Detail |
|---|
public Denominazione getDenominazione()
Denominazionepublic void setDenominazione(Denominazione value)
value - allowed object is
Denominazionepublic Nome getNome()
Nomepublic void setNome(Nome value)
value - allowed object is
Nomepublic Cognome getCognome()
Cognomepublic void setCognome(Cognome value)
value - allowed object is
Cognomepublic Titolo getTitolo()
Titolopublic void setTitolo(Titolo value)
value - allowed object is
Titolopublic CodiceFiscale getCodiceFiscale()
CodiceFiscalepublic void setCodiceFiscale(CodiceFiscale value)
value - allowed object is
CodiceFiscalepublic Identificativo getIdentificativo()
Identificativopublic void setIdentificativo(Identificativo value)
value - allowed object is
Identificativopublic java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Object getRife()
Objectpublic void setRife(java.lang.Object value)
value - allowed object is
Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||