|
||||||||||
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.Intestazione
public class Intestazione
Java class for Intestazione complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Intestazione"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.digitPa.gov.it/protocollo/}Identificatore"/> <element ref="{http://www.digitPa.gov.it/protocollo/}PrimaRegistrazione" minOccurs="0"/> <element ref="{http://www.digitPa.gov.it/protocollo/}OraRegistrazione" minOccurs="0"/> <element ref="{http://www.digitPa.gov.it/protocollo/}Origine"/> <element ref="{http://www.digitPa.gov.it/protocollo/}Destinazione" maxOccurs="unbounded"/> <element ref="{http://www.digitPa.gov.it/protocollo/}PerConoscenza" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.digitPa.gov.it/protocollo/}Risposta" minOccurs="0"/> <element ref="{http://www.digitPa.gov.it/protocollo/}Riservato" minOccurs="0"/> <element ref="{http://www.digitPa.gov.it/protocollo/}InterventoOperatore" minOccurs="0"/> <element ref="{http://www.digitPa.gov.it/protocollo/}RiferimentoDocumentiCartacei" minOccurs="0"/> <element ref="{http://www.digitPa.gov.it/protocollo/}RiferimentiTelematici" minOccurs="0"/> <element ref="{http://www.digitPa.gov.it/protocollo/}Oggetto"/> <element ref="{http://www.digitPa.gov.it/protocollo/}Classifica" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.digitPa.gov.it/protocollo/}Note" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.util.List<Classifica> |
classifica
|
protected java.util.List<Destinazione> |
destinazione
|
protected Identificatore |
identificatore
|
protected InterventoOperatore |
interventoOperatore
|
protected Note |
note
|
protected Oggetto |
oggetto
|
protected OraRegistrazione |
oraRegistrazione
|
protected Origine |
origine
|
protected java.util.List<PerConoscenza> |
perConoscenza
|
protected PrimaRegistrazione |
primaRegistrazione
|
protected RiferimentiTelematici |
riferimentiTelematici
|
protected RiferimentoDocumentiCartacei |
riferimentoDocumentiCartacei
|
protected Riservato |
riservato
|
protected Risposta |
risposta
|
Constructor Summary | |
---|---|
Intestazione()
|
Method Summary | |
---|---|
java.util.List<Classifica> |
getClassifica()
Gets the value of the classifica property. |
java.util.List<Destinazione> |
getDestinazione()
Gets the value of the destinazione property. |
Identificatore |
getIdentificatore()
Gets the value of the identificatore property. |
InterventoOperatore |
getInterventoOperatore()
Gets the value of the interventoOperatore property. |
Note |
getNote()
Gets the value of the note property. |
Oggetto |
getOggetto()
Gets the value of the oggetto property. |
OraRegistrazione |
getOraRegistrazione()
Gets the value of the oraRegistrazione property. |
Origine |
getOrigine()
Gets the value of the origine property. |
java.util.List<PerConoscenza> |
getPerConoscenza()
Gets the value of the perConoscenza property. |
PrimaRegistrazione |
getPrimaRegistrazione()
Gets the value of the primaRegistrazione property. |
RiferimentiTelematici |
getRiferimentiTelematici()
Gets the value of the riferimentiTelematici property. |
RiferimentoDocumentiCartacei |
getRiferimentoDocumentiCartacei()
Gets the value of the riferimentoDocumentiCartacei property. |
Riservato |
getRiservato()
Gets the value of the riservato property. |
Risposta |
getRisposta()
Gets the value of the risposta property. |
void |
setIdentificatore(Identificatore value)
Sets the value of the identificatore property. |
void |
setInterventoOperatore(InterventoOperatore value)
Sets the value of the interventoOperatore property. |
void |
setNote(Note value)
Sets the value of the note property. |
void |
setOggetto(Oggetto value)
Sets the value of the oggetto property. |
void |
setOraRegistrazione(OraRegistrazione value)
Sets the value of the oraRegistrazione property. |
void |
setOrigine(Origine value)
Sets the value of the origine property. |
void |
setPrimaRegistrazione(PrimaRegistrazione value)
Sets the value of the primaRegistrazione property. |
void |
setRiferimentiTelematici(RiferimentiTelematici value)
Sets the value of the riferimentiTelematici property. |
void |
setRiferimentoDocumentiCartacei(RiferimentoDocumentiCartacei value)
Sets the value of the riferimentoDocumentiCartacei property. |
void |
setRiservato(Riservato value)
Sets the value of the riservato property. |
void |
setRisposta(Risposta value)
Sets the value of the risposta property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Identificatore identificatore
protected PrimaRegistrazione primaRegistrazione
protected OraRegistrazione oraRegistrazione
protected Origine origine
protected java.util.List<Destinazione> destinazione
protected java.util.List<PerConoscenza> perConoscenza
protected Risposta risposta
protected Riservato riservato
protected InterventoOperatore interventoOperatore
protected RiferimentoDocumentiCartacei riferimentoDocumentiCartacei
protected RiferimentiTelematici riferimentiTelematici
protected Oggetto oggetto
protected java.util.List<Classifica> classifica
protected Note note
Constructor Detail |
---|
public Intestazione()
Method Detail |
---|
public Identificatore getIdentificatore()
Identificatore
public void setIdentificatore(Identificatore value)
value
- allowed object is
Identificatore
public PrimaRegistrazione getPrimaRegistrazione()
PrimaRegistrazione
public void setPrimaRegistrazione(PrimaRegistrazione value)
value
- allowed object is
PrimaRegistrazione
public OraRegistrazione getOraRegistrazione()
OraRegistrazione
public void setOraRegistrazione(OraRegistrazione value)
value
- allowed object is
OraRegistrazione
public Origine getOrigine()
Origine
public void setOrigine(Origine value)
value
- allowed object is
Origine
public java.util.List<Destinazione> getDestinazione()
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 destinazione property.
For example, to add a new item, do as follows:
getDestinazione().add(newItem);
Objects of the following type(s) are allowed in the list
Destinazione
public java.util.List<PerConoscenza> getPerConoscenza()
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 perConoscenza property.
For example, to add a new item, do as follows:
getPerConoscenza().add(newItem);
Objects of the following type(s) are allowed in the list
PerConoscenza
public Risposta getRisposta()
Risposta
public void setRisposta(Risposta value)
value
- allowed object is
Risposta
public Riservato getRiservato()
Riservato
public void setRiservato(Riservato value)
value
- allowed object is
Riservato
public InterventoOperatore getInterventoOperatore()
InterventoOperatore
public void setInterventoOperatore(InterventoOperatore value)
value
- allowed object is
InterventoOperatore
public RiferimentoDocumentiCartacei getRiferimentoDocumentiCartacei()
RiferimentoDocumentiCartacei
public void setRiferimentoDocumentiCartacei(RiferimentoDocumentiCartacei value)
value
- allowed object is
RiferimentoDocumentiCartacei
public RiferimentiTelematici getRiferimentiTelematici()
RiferimentiTelematici
public void setRiferimentiTelematici(RiferimentiTelematici value)
value
- allowed object is
RiferimentiTelematici
public Oggetto getOggetto()
Oggetto
public void setOggetto(Oggetto value)
value
- allowed object is
Oggetto
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 Note getNote()
Note
public void setNote(Note value)
value
- allowed object is
Note
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |