|
||||||||||
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()
Denominazione
public void setDenominazione(Denominazione value)
value
- allowed object is
Denominazione
public Nome getNome()
Nome
public void setNome(Nome value)
value
- allowed object is
Nome
public Cognome getCognome()
Cognome
public void setCognome(Cognome value)
value
- allowed object is
Cognome
public Titolo getTitolo()
Titolo
public void setTitolo(Titolo value)
value
- allowed object is
Titolo
public CodiceFiscale getCodiceFiscale()
CodiceFiscale
public void setCodiceFiscale(CodiceFiscale value)
value
- allowed object is
CodiceFiscale
public Identificativo getIdentificativo()
Identificativo
public void setIdentificativo(Identificativo value)
value
- allowed object is
Identificativo
public java.lang.String getId()
String
public void setId(java.lang.String value)
value
- allowed object is
String
public java.lang.Object getRife()
Object
public 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 |