|
||||||||||
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.Intestazione
public class Intestazione
Field Summary | |
---|---|
protected java.util.List<Classifica> |
classifica
|
protected java.util.List<Destinazione> |
destinazione
|
protected Identificatore |
identificatore
|
protected java.lang.String |
interventoOperatore
|
protected java.lang.String |
note
|
protected java.lang.String |
oggetto
|
protected OraRegistrazione |
oraRegistrazione
|
protected Origine |
origine
|
protected java.util.List<PerConoscenza> |
perConoscenza
|
protected PrimaRegistrazione |
primaRegistrazione
|
protected RiferimentiTelematici |
riferimentiTelematici
|
protected RiferimentoDocumentiCartacei |
riferimentoDocumentiCartacei
|
protected java.lang.String |
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. |
java.lang.String |
getInterventoOperatore()
Gets the value of the interventoOperatore property. |
java.lang.String |
getNote()
Gets the value of the note property. |
java.lang.String |
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. |
java.lang.String |
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(java.lang.String value)
Sets the value of the interventoOperatore property. |
void |
setNote(java.lang.String value)
Sets the value of the note property. |
void |
setOggetto(java.lang.String 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(java.lang.String 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 java.lang.String riservato
protected java.lang.String interventoOperatore
protected RiferimentoDocumentiCartacei riferimentoDocumentiCartacei
protected RiferimentiTelematici riferimentiTelematici
protected java.lang.String oggetto
protected java.util.List<Classifica> classifica
protected java.lang.String 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 java.lang.String getRiservato()
String
public void setRiservato(java.lang.String value)
value
- allowed object is
String
public java.lang.String getInterventoOperatore()
String
public void setInterventoOperatore(java.lang.String value)
value
- allowed object is
String
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 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 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 |