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

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

public class ConfermaRicezione
extends java.lang.Object

Java class for ConfermaRicezione complex type.

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

 <complexType name="ConfermaRicezione">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.digitPa.gov.it/protocollo/}Identificatore"/>
         <element ref="{http://www.digitPa.gov.it/protocollo/}MessaggioRicevuto"/>
         <element ref="{http://www.digitPa.gov.it/protocollo/}Riferimenti" minOccurs="0"/>
         <element ref="{http://www.digitPa.gov.it/protocollo/}Descrizione" minOccurs="0"/>
       </sequence>
       <attribute name="versione" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" fixed="aaaa-mmgg" />
       <attribute name="xml-lang" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" fixed="it" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Descrizione descrizione
           
protected  Identificatore identificatore
           
protected  MessaggioRicevuto messaggioRicevuto
           
protected  Riferimenti riferimenti
           
protected  java.lang.String versione
           
protected  java.lang.String xmlLang
           
 
Constructor Summary
ConfermaRicezione()
           
 
Method Summary
 Descrizione getDescrizione()
          Gets the value of the descrizione property.
 Identificatore getIdentificatore()
          Gets the value of the identificatore property.
 MessaggioRicevuto getMessaggioRicevuto()
          Gets the value of the messaggioRicevuto property.
 Riferimenti getRiferimenti()
          Gets the value of the riferimenti property.
 java.lang.String getVersione()
          Gets the value of the versione property.
 java.lang.String getXmlLang()
          Gets the value of the xmlLang property.
 void setDescrizione(Descrizione value)
          Sets the value of the descrizione property.
 void setIdentificatore(Identificatore value)
          Sets the value of the identificatore property.
 void setMessaggioRicevuto(MessaggioRicevuto value)
          Sets the value of the messaggioRicevuto property.
 void setRiferimenti(Riferimenti value)
          Sets the value of the riferimenti property.
 void setVersione(java.lang.String value)
          Sets the value of the versione property.
 void setXmlLang(java.lang.String value)
          Sets the value of the xmlLang 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

messaggioRicevuto

protected MessaggioRicevuto messaggioRicevuto

riferimenti

protected Riferimenti riferimenti

descrizione

protected Descrizione descrizione

versione

protected java.lang.String versione

xmlLang

protected java.lang.String xmlLang
Constructor Detail

ConfermaRicezione

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

getMessaggioRicevuto

public MessaggioRicevuto getMessaggioRicevuto()
Gets the value of the messaggioRicevuto property.

Returns:
possible object is MessaggioRicevuto

setMessaggioRicevuto

public void setMessaggioRicevuto(MessaggioRicevuto value)
Sets the value of the messaggioRicevuto property.

Parameters:
value - allowed object is MessaggioRicevuto

getRiferimenti

public Riferimenti getRiferimenti()
Gets the value of the riferimenti property.

Returns:
possible object is Riferimenti

setRiferimenti

public void setRiferimenti(Riferimenti value)
Sets the value of the riferimenti property.

Parameters:
value - allowed object is Riferimenti

getDescrizione

public Descrizione getDescrizione()
Gets the value of the descrizione property.

Returns:
possible object is Descrizione

setDescrizione

public void setDescrizione(Descrizione value)
Sets the value of the descrizione property.

Parameters:
value - allowed object is Descrizione

getVersione

public java.lang.String getVersione()
Gets the value of the versione property.

Returns:
possible object is String

setVersione

public void setVersione(java.lang.String value)
Sets the value of the versione property.

Parameters:
value - allowed object is String

getXmlLang

public java.lang.String getXmlLang()
Gets the value of the xmlLang property.

Returns:
possible object is String

setXmlLang

public void setXmlLang(java.lang.String value)
Sets the value of the xmlLang property.

Parameters:
value - allowed object is String