it.sistematica.isharedoc.model.xml.mail.signature.dtd
Class AnnullamentoProtocollazione

java.lang.Object
  extended by it.sistematica.isharedoc.model.xml.mail.signature.dtd.AnnullamentoProtocollazione

public class AnnullamentoProtocollazione
extends java.lang.Object


Field Summary
protected  Identificatore identificatore
           
protected  java.lang.String motivo
           
protected  java.lang.String provvedimento
           
protected  java.lang.String versione
           
protected  java.lang.String xmlLang
           
 
Constructor Summary
AnnullamentoProtocollazione()
           
 
Method Summary
 Identificatore getIdentificatore()
          Gets the value of the identificatore property.
 java.lang.String getMotivo()
          Gets the value of the motivo property.
 java.lang.String getProvvedimento()
          Gets the value of the provvedimento property.
 java.lang.String getVersione()
          Gets the value of the versione property.
 java.lang.String getXmlLang()
          Gets the value of the xmlLang property.
 void setIdentificatore(Identificatore value)
          Sets the value of the identificatore property.
 void setMotivo(java.lang.String value)
          Sets the value of the motivo property.
 void setProvvedimento(java.lang.String value)
          Sets the value of the provvedimento 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

versione

protected java.lang.String versione

xmlLang

protected java.lang.String xmlLang

identificatore

protected Identificatore identificatore

motivo

protected java.lang.String motivo

provvedimento

protected java.lang.String provvedimento
Constructor Detail

AnnullamentoProtocollazione

public AnnullamentoProtocollazione()
Method Detail

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

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

getMotivo

public java.lang.String getMotivo()
Gets the value of the motivo property.

Returns:
possible object is String

setMotivo

public void setMotivo(java.lang.String value)
Sets the value of the motivo property.

Parameters:
value - allowed object is String

getProvvedimento

public java.lang.String getProvvedimento()
Gets the value of the provvedimento property.

Returns:
possible object is String

setProvvedimento

public void setProvvedimento(java.lang.String value)
Sets the value of the provvedimento property.

Parameters:
value - allowed object is String