|
||||||||||
| 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.Documento
public class Documento
Java class for Documento complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Documento">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence minOccurs="0">
<element ref="{http://www.digitPa.gov.it/protocollo/}CollocazioneTelematica"/>
<element ref="{http://www.digitPa.gov.it/protocollo/}Impronta" minOccurs="0"/>
</sequence>
<element ref="{http://www.digitPa.gov.it/protocollo/}TitoloDocumento" minOccurs="0"/>
<element ref="{http://www.digitPa.gov.it/protocollo/}PrimaRegistrazione" minOccurs="0"/>
<element ref="{http://www.digitPa.gov.it/protocollo/}TipoDocumento" minOccurs="0"/>
<element ref="{http://www.digitPa.gov.it/protocollo/}Oggetto" minOccurs="0"/>
<element ref="{http://www.digitPa.gov.it/protocollo/}Classifica" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.digitPa.gov.it/protocollo/}NumeroPagine" minOccurs="0"/>
<element ref="{http://www.digitPa.gov.it/protocollo/}Note" minOccurs="0"/>
<element ref="{http://www.digitPa.gov.it/protocollo/}PiuInfo" 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" />
<attribute name="nome" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="tipoMIME" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="tipoRiferimento" default="MIME">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="cartaceo"/>
<enumeration value="telematico"/>
<enumeration value="MIME"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.util.List<Classifica> |
classifica
|
protected CollocazioneTelematica |
collocazioneTelematica
|
protected java.lang.String |
id
|
protected Impronta |
impronta
|
protected java.lang.String |
nome
|
protected Note |
note
|
protected NumeroPagine |
numeroPagine
|
protected Oggetto |
oggetto
|
protected PiuInfo |
piuInfo
|
protected PrimaRegistrazione |
primaRegistrazione
|
protected java.lang.Object |
rife
|
protected TipoDocumento |
tipoDocumento
|
protected java.lang.String |
tipoMIME
|
protected java.lang.String |
tipoRiferimento
|
protected TitoloDocumento |
titoloDocumento
|
| Constructor Summary | |
|---|---|
Documento()
|
|
| Method Summary | |
|---|---|
java.util.List<Classifica> |
getClassifica()
Gets the value of the classifica property. |
CollocazioneTelematica |
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. |
Note |
getNote()
Gets the value of the note property. |
NumeroPagine |
getNumeroPagine()
Gets the value of the numeroPagine property. |
Oggetto |
getOggetto()
Gets the value of the oggetto property. |
PiuInfo |
getPiuInfo()
Gets the value of the piuInfo property. |
PrimaRegistrazione |
getPrimaRegistrazione()
Gets the value of the primaRegistrazione property. |
java.lang.Object |
getRife()
Gets the value of the rife property. |
TipoDocumento |
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. |
TitoloDocumento |
getTitoloDocumento()
Gets the value of the titoloDocumento property. |
void |
setCollocazioneTelematica(CollocazioneTelematica 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(Note value)
Sets the value of the note property. |
void |
setNumeroPagine(NumeroPagine value)
Sets the value of the numeroPagine property. |
void |
setOggetto(Oggetto value)
Sets the value of the oggetto property. |
void |
setPiuInfo(PiuInfo value)
Sets the value of the piuInfo 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(TipoDocumento 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(TitoloDocumento 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 CollocazioneTelematica collocazioneTelematica
protected Impronta impronta
protected TitoloDocumento titoloDocumento
protected PrimaRegistrazione primaRegistrazione
protected TipoDocumento tipoDocumento
protected Oggetto oggetto
protected java.util.List<Classifica> classifica
protected NumeroPagine numeroPagine
protected Note note
protected PiuInfo piuInfo
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
| Constructor Detail |
|---|
public Documento()
| Method Detail |
|---|
public CollocazioneTelematica getCollocazioneTelematica()
CollocazioneTelematicapublic void setCollocazioneTelematica(CollocazioneTelematica value)
value - allowed object is
CollocazioneTelematicapublic Impronta getImpronta()
Improntapublic void setImpronta(Impronta value)
value - allowed object is
Improntapublic TitoloDocumento getTitoloDocumento()
TitoloDocumentopublic void setTitoloDocumento(TitoloDocumento value)
value - allowed object is
TitoloDocumentopublic PrimaRegistrazione getPrimaRegistrazione()
PrimaRegistrazionepublic void setPrimaRegistrazione(PrimaRegistrazione value)
value - allowed object is
PrimaRegistrazionepublic TipoDocumento getTipoDocumento()
TipoDocumentopublic void setTipoDocumento(TipoDocumento value)
value - allowed object is
TipoDocumentopublic Oggetto getOggetto()
Oggettopublic void setOggetto(Oggetto value)
value - allowed object is
Oggettopublic 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 NumeroPagine getNumeroPagine()
NumeroPaginepublic void setNumeroPagine(NumeroPagine value)
value - allowed object is
NumeroPaginepublic Note getNote()
Notepublic void setNote(Note value)
value - allowed object is
Notepublic PiuInfo getPiuInfo()
PiuInfopublic void setPiuInfo(PiuInfo value)
value - allowed object is
PiuInfopublic 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
Objectpublic java.lang.String getNome()
Stringpublic void setNome(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTipoMIME()
Stringpublic void setTipoMIME(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTipoRiferimento()
Stringpublic void setTipoRiferimento(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 | |||||||||