|
||||||||||
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.Documento
public class Documento
Field Summary | |
---|---|
protected java.util.List<Classifica> |
classifica
|
protected java.lang.String |
collocazioneTelematica
|
protected java.lang.String |
id
|
protected Impronta |
impronta
|
protected java.lang.String |
nome
|
protected java.lang.String |
note
|
protected java.lang.String |
numeroPagine
|
protected java.lang.String |
oggetto
|
protected PrimaRegistrazione |
primaRegistrazione
|
protected java.lang.Object |
rife
|
protected java.lang.String |
tipoDocumento
|
protected java.lang.String |
tipoMIME
|
protected java.lang.String |
tipoRiferimento
|
protected java.lang.String |
titoloDocumento
|
Constructor Summary | |
---|---|
Documento()
|
Method Summary | |
---|---|
java.util.List<Classifica> |
getClassifica()
Gets the value of the classifica property. |
java.lang.String |
getCollocazioneTelematica()
Gets the value of the collocazioneTelematica property. |
java.lang.String |
getId()
Gets the value of the id property. |
Impronta |
getImpronta()
Gets the value of the impronta property. |
java.lang.String |
getNome()
Gets the value of the nome property. |
java.lang.String |
getNote()
Gets the value of the note property. |
java.lang.String |
getNumeroPagine()
Gets the value of the numeroPagine property. |
java.lang.String |
getOggetto()
Gets the value of the oggetto property. |
PrimaRegistrazione |
getPrimaRegistrazione()
Gets the value of the primaRegistrazione property. |
java.lang.Object |
getRife()
Gets the value of the rife property. |
java.lang.String |
getTipoDocumento()
Gets the value of the tipoDocumento property. |
java.lang.String |
getTipoMIME()
Gets the value of the tipoMIME property. |
java.lang.String |
getTipoRiferimento()
Gets the value of the tipoRiferimento property. |
java.lang.String |
getTitoloDocumento()
Gets the value of the titoloDocumento property. |
void |
setCollocazioneTelematica(java.lang.String value)
Sets the value of the collocazioneTelematica property. |
void |
setId(java.lang.String value)
Sets the value of the id property. |
void |
setImpronta(Impronta value)
Sets the value of the impronta property. |
void |
setNome(java.lang.String value)
Sets the value of the nome property. |
void |
setNote(java.lang.String value)
Sets the value of the note property. |
void |
setNumeroPagine(java.lang.String value)
Sets the value of the numeroPagine property. |
void |
setOggetto(java.lang.String value)
Sets the value of the oggetto property. |
void |
setPrimaRegistrazione(PrimaRegistrazione value)
Sets the value of the primaRegistrazione property. |
void |
setRife(java.lang.Object value)
Sets the value of the rife property. |
void |
setTipoDocumento(java.lang.String value)
Sets the value of the tipoDocumento property. |
void |
setTipoMIME(java.lang.String value)
Sets the value of the tipoMIME property. |
void |
setTipoRiferimento(java.lang.String value)
Sets the value of the tipoRiferimento property. |
void |
setTitoloDocumento(java.lang.String value)
Sets the value of the titoloDocumento 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.lang.String nome
protected java.lang.String tipoMIME
protected java.lang.String tipoRiferimento
protected java.lang.String collocazioneTelematica
protected Impronta impronta
protected java.lang.String titoloDocumento
protected PrimaRegistrazione primaRegistrazione
protected java.lang.String tipoDocumento
protected java.lang.String oggetto
protected java.util.List<Classifica> classifica
protected java.lang.String numeroPagine
protected java.lang.String note
Constructor Detail |
---|
public Documento()
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.lang.String getNome()
String
public void setNome(java.lang.String value)
value
- allowed object is
String
public java.lang.String getTipoMIME()
String
public void setTipoMIME(java.lang.String value)
value
- allowed object is
String
public java.lang.String getTipoRiferimento()
String
public void setTipoRiferimento(java.lang.String value)
value
- allowed object is
String
public java.lang.String getCollocazioneTelematica()
String
public void setCollocazioneTelematica(java.lang.String value)
value
- allowed object is
String
public Impronta getImpronta()
Impronta
public void setImpronta(Impronta value)
value
- allowed object is
Impronta
public java.lang.String getTitoloDocumento()
String
public void setTitoloDocumento(java.lang.String value)
value
- allowed object is
String
public PrimaRegistrazione getPrimaRegistrazione()
PrimaRegistrazione
public void setPrimaRegistrazione(PrimaRegistrazione value)
value
- allowed object is
PrimaRegistrazione
public java.lang.String getTipoDocumento()
String
public void setTipoDocumento(java.lang.String value)
value
- allowed object is
String
public java.lang.String getOggetto()
String
public void setOggetto(java.lang.String value)
value
- allowed object is
String
public java.util.List<Classifica> getClassifica()
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 classifica property.
For example, to add a new item, do as follows:
getClassifica().add(newItem);
Objects of the following type(s) are allowed in the list
Classifica
public java.lang.String getNumeroPagine()
String
public void setNumeroPagine(java.lang.String value)
value
- allowed object is
String
public java.lang.String getNote()
String
public void setNote(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 |