|
||||||||||
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.dtd.Persona
public class Persona
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 |
---|
protected java.lang.String id
protected java.lang.Object rife
protected java.util.List<java.lang.Object> denominazioneOrNomeOrCognomeOrTitoloOrCodiceFiscale
protected java.lang.String identificativo
Constructor Detail |
---|
public Persona()
Method Detail |
---|
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
public java.util.List<java.lang.Object> getDenominazioneOrNomeOrCognomeOrTitoloOrCodiceFiscale()
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
public java.lang.String getIdentificativo()
String
public void setIdentificativo(java.lang.String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |