it.sistematica.isharedoc.model.xml.mail.signature.dtd
Class Intestazione

java.lang.Object
  extended by it.sistematica.isharedoc.model.xml.mail.signature.dtd.Intestazione

public class Intestazione
extends java.lang.Object


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

identificatore

protected Identificatore identificatore

primaRegistrazione

protected PrimaRegistrazione primaRegistrazione

oraRegistrazione

protected OraRegistrazione oraRegistrazione

origine

protected Origine origine

destinazione

protected java.util.List<Destinazione> destinazione

perConoscenza

protected java.util.List<PerConoscenza> perConoscenza

risposta

protected Risposta risposta

riservato

protected java.lang.String riservato

interventoOperatore

protected java.lang.String interventoOperatore

riferimentoDocumentiCartacei

protected RiferimentoDocumentiCartacei riferimentoDocumentiCartacei

riferimentiTelematici

protected RiferimentiTelematici riferimentiTelematici

oggetto

protected java.lang.String oggetto

classifica

protected java.util.List<Classifica> classifica

note

protected java.lang.String note
Constructor Detail

Intestazione

public Intestazione()
Method Detail

getIdentificatore

public Identificatore getIdentificatore()
Gets the value of the identificatore property.

Returns:
possible object is Identificatore

setIdentificatore

public void setIdentificatore(Identificatore value)
Sets the value of the identificatore property.

Parameters:
value - allowed object is Identificatore

getPrimaRegistrazione

public PrimaRegistrazione getPrimaRegistrazione()
Gets the value of the primaRegistrazione property.

Returns:
possible object is PrimaRegistrazione

setPrimaRegistrazione

public void setPrimaRegistrazione(PrimaRegistrazione value)
Sets the value of the primaRegistrazione property.

Parameters:
value - allowed object is PrimaRegistrazione

getOraRegistrazione

public OraRegistrazione getOraRegistrazione()
Gets the value of the oraRegistrazione property.

Returns:
possible object is OraRegistrazione

setOraRegistrazione

public void setOraRegistrazione(OraRegistrazione value)
Sets the value of the oraRegistrazione property.

Parameters:
value - allowed object is OraRegistrazione

getOrigine

public Origine getOrigine()
Gets the value of the origine property.

Returns:
possible object is Origine

setOrigine

public void setOrigine(Origine value)
Sets the value of the origine property.

Parameters:
value - allowed object is Origine

getDestinazione

public java.util.List<Destinazione> getDestinazione()
Gets the value of the destinazione property.

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


getPerConoscenza

public java.util.List<PerConoscenza> getPerConoscenza()
Gets the value of the perConoscenza property.

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


getRisposta

public Risposta getRisposta()
Gets the value of the risposta property.

Returns:
possible object is Risposta

setRisposta

public void setRisposta(Risposta value)
Sets the value of the risposta property.

Parameters:
value - allowed object is Risposta

getRiservato

public java.lang.String getRiservato()
Gets the value of the riservato property.

Returns:
possible object is String

setRiservato

public void setRiservato(java.lang.String value)
Sets the value of the riservato property.

Parameters:
value - allowed object is String

getInterventoOperatore

public java.lang.String getInterventoOperatore()
Gets the value of the interventoOperatore property.

Returns:
possible object is String

setInterventoOperatore

public void setInterventoOperatore(java.lang.String value)
Sets the value of the interventoOperatore property.

Parameters:
value - allowed object is String

getRiferimentoDocumentiCartacei

public RiferimentoDocumentiCartacei getRiferimentoDocumentiCartacei()
Gets the value of the riferimentoDocumentiCartacei property.

Returns:
possible object is RiferimentoDocumentiCartacei

setRiferimentoDocumentiCartacei

public void setRiferimentoDocumentiCartacei(RiferimentoDocumentiCartacei value)
Sets the value of the riferimentoDocumentiCartacei property.

Parameters:
value - allowed object is RiferimentoDocumentiCartacei

getRiferimentiTelematici

public RiferimentiTelematici getRiferimentiTelematici()
Gets the value of the riferimentiTelematici property.

Returns:
possible object is RiferimentiTelematici

setRiferimentiTelematici

public void setRiferimentiTelematici(RiferimentiTelematici value)
Sets the value of the riferimentiTelematici property.

Parameters:
value - allowed object is RiferimentiTelematici

getOggetto

public java.lang.String getOggetto()
Gets the value of the oggetto property.

Returns:
possible object is String

setOggetto

public void setOggetto(java.lang.String value)
Sets the value of the oggetto property.

Parameters:
value - allowed object is String

getClassifica

public java.util.List<Classifica> getClassifica()
Gets the value of the classifica property.

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


getNote

public java.lang.String getNote()
Gets the value of the note property.

Returns:
possible object is String

setNote

public void setNote(java.lang.String value)
Sets the value of the note property.

Parameters:
value - allowed object is String