|
||||||||||
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.Descrizione
public class Descrizione
Java class for Descrizione complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Descrizione"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <choice> <element ref="{http://www.digitPa.gov.it/protocollo/}Documento"/> <element ref="{http://www.digitPa.gov.it/protocollo/}TestoDelMessaggio"/> </choice> <element ref="{http://www.digitPa.gov.it/protocollo/}Allegati" minOccurs="0"/> <element ref="{http://www.digitPa.gov.it/protocollo/}Note" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected Allegati |
allegati
|
protected Documento |
documento
|
protected Note |
note
|
protected TestoDelMessaggio |
testoDelMessaggio
|
Constructor Summary | |
---|---|
Descrizione()
|
Method Summary | |
---|---|
Allegati |
getAllegati()
Gets the value of the allegati property. |
Documento |
getDocumento()
Gets the value of the documento property. |
Note |
getNote()
Gets the value of the note property. |
TestoDelMessaggio |
getTestoDelMessaggio()
Gets the value of the testoDelMessaggio property. |
void |
setAllegati(Allegati value)
Sets the value of the allegati property. |
void |
setDocumento(Documento value)
Sets the value of the documento property. |
void |
setNote(Note value)
Sets the value of the note property. |
void |
setTestoDelMessaggio(TestoDelMessaggio value)
Sets the value of the testoDelMessaggio property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Documento documento
protected TestoDelMessaggio testoDelMessaggio
protected Allegati allegati
protected Note note
Constructor Detail |
---|
public Descrizione()
Method Detail |
---|
public Documento getDocumento()
Documento
public void setDocumento(Documento value)
value
- allowed object is
Documento
public TestoDelMessaggio getTestoDelMessaggio()
TestoDelMessaggio
public void setTestoDelMessaggio(TestoDelMessaggio value)
value
- allowed object is
TestoDelMessaggio
public Allegati getAllegati()
Allegati
public void setAllegati(Allegati value)
value
- allowed object is
Allegati
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 |