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

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

public class Segnatura
extends java.lang.Object


Field Summary
protected  Descrizione descrizione
           
protected  Intestazione intestazione
           
protected  Riferimenti riferimenti
           
protected  java.lang.String versione
           
protected  java.lang.String xmlLang
           
 
Constructor Summary
Segnatura()
           
 
Method Summary
 Descrizione getDescrizione()
          Gets the value of the descrizione property.
 Intestazione getIntestazione()
          Gets the value of the intestazione 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 setIntestazione(Intestazione value)
          Sets the value of the intestazione 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

versione

protected java.lang.String versione

xmlLang

protected java.lang.String xmlLang

intestazione

protected Intestazione intestazione

riferimenti

protected Riferimenti riferimenti

descrizione

protected Descrizione descrizione
Constructor Detail

Segnatura

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

getIntestazione

public Intestazione getIntestazione()
Gets the value of the intestazione property.

Returns:
possible object is Intestazione

setIntestazione

public void setIntestazione(Intestazione value)
Sets the value of the intestazione property.

Parameters:
value - allowed object is Intestazione

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