|
||||||||||
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.Descrizione
public class Descrizione
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 |
---|
protected java.util.List<java.lang.Object> documentoOrTestoDelMessaggio
protected Allegati allegati
protected java.lang.String note
Constructor Detail |
---|
public Descrizione()
Method Detail |
---|
public java.util.List<java.lang.Object> getDocumentoOrTestoDelMessaggio()
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
public Allegati getAllegati()
Allegati
public void setAllegati(Allegati value)
value
- allowed object is
Allegati
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 |