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

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

public class MessaggioRicevuto
extends java.lang.Object

Java class for MessaggioRicevuto complex type.

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

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


Field Summary
protected  DescrizioneMessaggio descrizioneMessaggio
           
protected  Identificatore identificatore
           
protected  PrimaRegistrazione primaRegistrazione
           
 
Constructor Summary
MessaggioRicevuto()
           
 
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

primaRegistrazione

protected PrimaRegistrazione primaRegistrazione

descrizioneMessaggio

protected DescrizioneMessaggio descrizioneMessaggio
Constructor Detail

MessaggioRicevuto

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

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

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