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

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

public class Descrizione
extends java.lang.Object


Field Summary
protected  Allegati allegati
           
protected  java.util.List<java.lang.Object> documentoOrTestoDelMessaggio
           
protected  java.lang.String note
           
 
Constructor Summary
Descrizione()
           
 
Method Summary
 Allegati getAllegati()
          Gets the value of the allegati property.
 java.util.List<java.lang.Object> getDocumentoOrTestoDelMessaggio()
          Gets the value of the documentoOrTestoDelMessaggio property.
 java.lang.String getNote()
          Gets the value of the note property.
 void setAllegati(Allegati value)
          Sets the value of the allegati property.
 void setNote(java.lang.String value)
          Sets the value of the note property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

documentoOrTestoDelMessaggio

protected java.util.List<java.lang.Object> documentoOrTestoDelMessaggio

allegati

protected Allegati allegati

note

protected java.lang.String note
Constructor Detail

Descrizione

public Descrizione()
Method Detail

getDocumentoOrTestoDelMessaggio

public java.util.List<java.lang.Object> getDocumentoOrTestoDelMessaggio()
Gets the value of the documentoOrTestoDelMessaggio 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 documentoOrTestoDelMessaggio property.

For example, to add a new item, do as follows:

    getDocumentoOrTestoDelMessaggio().add(newItem);
 

Objects of the following type(s) are allowed in the list Documento TestoDelMessaggio


getAllegati

public Allegati getAllegati()
Gets the value of the allegati property.

Returns:
possible object is Allegati

setAllegati

public void setAllegati(Allegati value)
Sets the value of the allegati property.

Parameters:
value - allowed object is Allegati

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