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

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

public class Descrizione
extends java.lang.Object

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

documento

protected Documento documento

testoDelMessaggio

protected TestoDelMessaggio testoDelMessaggio

allegati

protected Allegati allegati

note

protected Note note
Constructor Detail

Descrizione

public Descrizione()
Method Detail

getDocumento

public Documento getDocumento()
Gets the value of the documento property.

Returns:
possible object is Documento

setDocumento

public void setDocumento(Documento value)
Sets the value of the documento property.

Parameters:
value - allowed object is Documento

getTestoDelMessaggio

public TestoDelMessaggio getTestoDelMessaggio()
Gets the value of the testoDelMessaggio property.

Returns:
possible object is TestoDelMessaggio

setTestoDelMessaggio

public void setTestoDelMessaggio(TestoDelMessaggio value)
Sets the value of the testoDelMessaggio property.

Parameters:
value - allowed object is 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 Note getNote()
Gets the value of the note property.

Returns:
possible object is Note

setNote

public void setNote(Note value)
Sets the value of the note property.

Parameters:
value - allowed object is Note