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

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

public class Messaggio
extends java.lang.Object

Java class for Messaggio complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Messaggio">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <choice>
           <element ref="{http://www.digitPa.gov.it/protocollo/}Identificatore"/>
           <element ref="{http://www.digitPa.gov.it/protocollo/}DescrizioneMessaggio"/>
         </choice>
         <element ref="{http://www.digitPa.gov.it/protocollo/}PrimaRegistrazione" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  DescrizioneMessaggio descrizioneMessaggio
           
protected  Identificatore identificatore
           
protected  PrimaRegistrazione primaRegistrazione
           
 
Constructor Summary
Messaggio()
           
 
Method Summary
 DescrizioneMessaggio getDescrizioneMessaggio()
          Gets the value of the descrizioneMessaggio property.
 Identificatore getIdentificatore()
          Gets the value of the identificatore property.
 PrimaRegistrazione getPrimaRegistrazione()
          Gets the value of the primaRegistrazione property.
 void setDescrizioneMessaggio(DescrizioneMessaggio value)
          Sets the value of the descrizioneMessaggio property.
 void setIdentificatore(Identificatore value)
          Sets the value of the identificatore property.
 void setPrimaRegistrazione(PrimaRegistrazione value)
          Sets the value of the primaRegistrazione 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

descrizioneMessaggio

protected DescrizioneMessaggio descrizioneMessaggio

primaRegistrazione

protected PrimaRegistrazione primaRegistrazione
Constructor Detail

Messaggio

public Messaggio()
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

getDescrizioneMessaggio

public DescrizioneMessaggio getDescrizioneMessaggio()
Gets the value of the descrizioneMessaggio property.

Returns:
possible object is DescrizioneMessaggio

setDescrizioneMessaggio

public void setDescrizioneMessaggio(DescrizioneMessaggio value)
Sets the value of the descrizioneMessaggio property.

Parameters:
value - allowed object is DescrizioneMessaggio

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