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

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

public class Documento
extends java.lang.Object


Field Summary
protected  java.util.List<Classifica> classifica
           
protected  java.lang.String collocazioneTelematica
           
protected  java.lang.String id
           
protected  Impronta impronta
           
protected  java.lang.String nome
           
protected  java.lang.String note
           
protected  java.lang.String numeroPagine
           
protected  java.lang.String oggetto
           
protected  PrimaRegistrazione primaRegistrazione
           
protected  java.lang.Object rife
           
protected  java.lang.String tipoDocumento
           
protected  java.lang.String tipoMIME
           
protected  java.lang.String tipoRiferimento
           
protected  java.lang.String titoloDocumento
           
 
Constructor Summary
Documento()
           
 
Method Summary
 java.util.List<Classifica> getClassifica()
          Gets the value of the classifica property.
 java.lang.String getCollocazioneTelematica()
          Gets the value of the collocazioneTelematica property.
 java.lang.String getId()
          Gets the value of the id property.
 Impronta getImpronta()
          Gets the value of the impronta property.
 java.lang.String getNome()
          Gets the value of the nome property.
 java.lang.String getNote()
          Gets the value of the note property.
 java.lang.String getNumeroPagine()
          Gets the value of the numeroPagine property.
 java.lang.String getOggetto()
          Gets the value of the oggetto property.
 PrimaRegistrazione getPrimaRegistrazione()
          Gets the value of the primaRegistrazione property.
 java.lang.Object getRife()
          Gets the value of the rife property.
 java.lang.String getTipoDocumento()
          Gets the value of the tipoDocumento property.
 java.lang.String getTipoMIME()
          Gets the value of the tipoMIME property.
 java.lang.String getTipoRiferimento()
          Gets the value of the tipoRiferimento property.
 java.lang.String getTitoloDocumento()
          Gets the value of the titoloDocumento property.
 void setCollocazioneTelematica(java.lang.String value)
          Sets the value of the collocazioneTelematica property.
 void setId(java.lang.String value)
          Sets the value of the id property.
 void setImpronta(Impronta value)
          Sets the value of the impronta property.
 void setNome(java.lang.String value)
          Sets the value of the nome property.
 void setNote(java.lang.String value)
          Sets the value of the note property.
 void setNumeroPagine(java.lang.String value)
          Sets the value of the numeroPagine property.
 void setOggetto(java.lang.String value)
          Sets the value of the oggetto property.
 void setPrimaRegistrazione(PrimaRegistrazione value)
          Sets the value of the primaRegistrazione property.
 void setRife(java.lang.Object value)
          Sets the value of the rife property.
 void setTipoDocumento(java.lang.String value)
          Sets the value of the tipoDocumento property.
 void setTipoMIME(java.lang.String value)
          Sets the value of the tipoMIME property.
 void setTipoRiferimento(java.lang.String value)
          Sets the value of the tipoRiferimento property.
 void setTitoloDocumento(java.lang.String value)
          Sets the value of the titoloDocumento property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected java.lang.String id

rife

protected java.lang.Object rife

nome

protected java.lang.String nome

tipoMIME

protected java.lang.String tipoMIME

tipoRiferimento

protected java.lang.String tipoRiferimento

collocazioneTelematica

protected java.lang.String collocazioneTelematica

impronta

protected Impronta impronta

titoloDocumento

protected java.lang.String titoloDocumento

primaRegistrazione

protected PrimaRegistrazione primaRegistrazione

tipoDocumento

protected java.lang.String tipoDocumento

oggetto

protected java.lang.String oggetto

classifica

protected java.util.List<Classifica> classifica

numeroPagine

protected java.lang.String numeroPagine

note

protected java.lang.String note
Constructor Detail

Documento

public Documento()
Method Detail

getId

public java.lang.String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(java.lang.String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getRife

public java.lang.Object getRife()
Gets the value of the rife property.

Returns:
possible object is Object

setRife

public void setRife(java.lang.Object value)
Sets the value of the rife property.

Parameters:
value - allowed object is Object

getNome

public java.lang.String getNome()
Gets the value of the nome property.

Returns:
possible object is String

setNome

public void setNome(java.lang.String value)
Sets the value of the nome property.

Parameters:
value - allowed object is String

getTipoMIME

public java.lang.String getTipoMIME()
Gets the value of the tipoMIME property.

Returns:
possible object is String

setTipoMIME

public void setTipoMIME(java.lang.String value)
Sets the value of the tipoMIME property.

Parameters:
value - allowed object is String

getTipoRiferimento

public java.lang.String getTipoRiferimento()
Gets the value of the tipoRiferimento property.

Returns:
possible object is String

setTipoRiferimento

public void setTipoRiferimento(java.lang.String value)
Sets the value of the tipoRiferimento property.

Parameters:
value - allowed object is String

getCollocazioneTelematica

public java.lang.String getCollocazioneTelematica()
Gets the value of the collocazioneTelematica property.

Returns:
possible object is String

setCollocazioneTelematica

public void setCollocazioneTelematica(java.lang.String value)
Sets the value of the collocazioneTelematica property.

Parameters:
value - allowed object is String

getImpronta

public Impronta getImpronta()
Gets the value of the impronta property.

Returns:
possible object is Impronta

setImpronta

public void setImpronta(Impronta value)
Sets the value of the impronta property.

Parameters:
value - allowed object is Impronta

getTitoloDocumento

public java.lang.String getTitoloDocumento()
Gets the value of the titoloDocumento property.

Returns:
possible object is String

setTitoloDocumento

public void setTitoloDocumento(java.lang.String value)
Sets the value of the titoloDocumento property.

Parameters:
value - allowed object is String

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

getTipoDocumento

public java.lang.String getTipoDocumento()
Gets the value of the tipoDocumento property.

Returns:
possible object is String

setTipoDocumento

public void setTipoDocumento(java.lang.String value)
Sets the value of the tipoDocumento property.

Parameters:
value - allowed object is String

getOggetto

public java.lang.String getOggetto()
Gets the value of the oggetto property.

Returns:
possible object is String

setOggetto

public void setOggetto(java.lang.String value)
Sets the value of the oggetto property.

Parameters:
value - allowed object is String

getClassifica

public java.util.List<Classifica> getClassifica()
Gets the value of the classifica property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the classifica property.

For example, to add a new item, do as follows:

    getClassifica().add(newItem);
 

Objects of the following type(s) are allowed in the list Classifica


getNumeroPagine

public java.lang.String getNumeroPagine()
Gets the value of the numeroPagine property.

Returns:
possible object is String

setNumeroPagine

public void setNumeroPagine(java.lang.String value)
Sets the value of the numeroPagine property.

Parameters:
value - allowed object is String

getNote

public java.lang.String getNote()
Gets the value of the note property.

Returns:
possible object is String

setNote

public void setNote(java.lang.String value)
Sets the value of the note property.

Parameters:
value - allowed object is String