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

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

public class Documento
extends java.lang.Object

Java class for Documento complex type.

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

 <complexType name="Documento">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <sequence minOccurs="0">
           <element ref="{http://www.digitPa.gov.it/protocollo/}CollocazioneTelematica"/>
           <element ref="{http://www.digitPa.gov.it/protocollo/}Impronta" minOccurs="0"/>
         </sequence>
         <element ref="{http://www.digitPa.gov.it/protocollo/}TitoloDocumento" minOccurs="0"/>
         <element ref="{http://www.digitPa.gov.it/protocollo/}PrimaRegistrazione" minOccurs="0"/>
         <element ref="{http://www.digitPa.gov.it/protocollo/}TipoDocumento" minOccurs="0"/>
         <element ref="{http://www.digitPa.gov.it/protocollo/}Oggetto" minOccurs="0"/>
         <element ref="{http://www.digitPa.gov.it/protocollo/}Classifica" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.digitPa.gov.it/protocollo/}NumeroPagine" minOccurs="0"/>
         <element ref="{http://www.digitPa.gov.it/protocollo/}Note" minOccurs="0"/>
         <element ref="{http://www.digitPa.gov.it/protocollo/}PiuInfo" minOccurs="0"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
       <attribute name="rife" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
       <attribute name="nome" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
       <attribute name="tipoMIME" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
       <attribute name="tipoRiferimento" default="MIME">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
             <enumeration value="cartaceo"/>
             <enumeration value="telematico"/>
             <enumeration value="MIME"/>
           </restriction>
         </simpleType>
       </attribute>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.util.List<Classifica> classifica
           
protected  CollocazioneTelematica collocazioneTelematica
           
protected  java.lang.String id
           
protected  Impronta impronta
           
protected  java.lang.String nome
           
protected  Note note
           
protected  NumeroPagine numeroPagine
           
protected  Oggetto oggetto
           
protected  PiuInfo piuInfo
           
protected  PrimaRegistrazione primaRegistrazione
           
protected  java.lang.Object rife
           
protected  TipoDocumento tipoDocumento
           
protected  java.lang.String tipoMIME
           
protected  java.lang.String tipoRiferimento
           
protected  TitoloDocumento titoloDocumento
           
 
Constructor Summary
Documento()
           
 
Method Summary
 java.util.List<Classifica> getClassifica()
          Gets the value of the classifica property.
 CollocazioneTelematica 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.
 Note getNote()
          Gets the value of the note property.
 NumeroPagine getNumeroPagine()
          Gets the value of the numeroPagine property.
 Oggetto getOggetto()
          Gets the value of the oggetto property.
 PiuInfo getPiuInfo()
          Gets the value of the piuInfo property.
 PrimaRegistrazione getPrimaRegistrazione()
          Gets the value of the primaRegistrazione property.
 java.lang.Object getRife()
          Gets the value of the rife property.
 TipoDocumento 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.
 TitoloDocumento getTitoloDocumento()
          Gets the value of the titoloDocumento property.
 void setCollocazioneTelematica(CollocazioneTelematica 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(Note value)
          Sets the value of the note property.
 void setNumeroPagine(NumeroPagine value)
          Sets the value of the numeroPagine property.
 void setOggetto(Oggetto value)
          Sets the value of the oggetto property.
 void setPiuInfo(PiuInfo value)
          Sets the value of the piuInfo 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(TipoDocumento 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(TitoloDocumento 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

collocazioneTelematica

protected CollocazioneTelematica collocazioneTelematica

impronta

protected Impronta impronta

titoloDocumento

protected TitoloDocumento titoloDocumento

primaRegistrazione

protected PrimaRegistrazione primaRegistrazione

tipoDocumento

protected TipoDocumento tipoDocumento

oggetto

protected Oggetto oggetto

classifica

protected java.util.List<Classifica> classifica

numeroPagine

protected NumeroPagine numeroPagine

note

protected Note note

piuInfo

protected PiuInfo piuInfo

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
Constructor Detail

Documento

public Documento()
Method Detail

getCollocazioneTelematica

public CollocazioneTelematica getCollocazioneTelematica()
Gets the value of the collocazioneTelematica property.

Returns:
possible object is CollocazioneTelematica

setCollocazioneTelematica

public void setCollocazioneTelematica(CollocazioneTelematica value)
Sets the value of the collocazioneTelematica property.

Parameters:
value - allowed object is CollocazioneTelematica

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 TitoloDocumento getTitoloDocumento()
Gets the value of the titoloDocumento property.

Returns:
possible object is TitoloDocumento

setTitoloDocumento

public void setTitoloDocumento(TitoloDocumento value)
Sets the value of the titoloDocumento property.

Parameters:
value - allowed object is TitoloDocumento

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 TipoDocumento getTipoDocumento()
Gets the value of the tipoDocumento property.

Returns:
possible object is TipoDocumento

setTipoDocumento

public void setTipoDocumento(TipoDocumento value)
Sets the value of the tipoDocumento property.

Parameters:
value - allowed object is TipoDocumento

getOggetto

public Oggetto getOggetto()
Gets the value of the oggetto property.

Returns:
possible object is Oggetto

setOggetto

public void setOggetto(Oggetto value)
Sets the value of the oggetto property.

Parameters:
value - allowed object is Oggetto

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 NumeroPagine getNumeroPagine()
Gets the value of the numeroPagine property.

Returns:
possible object is NumeroPagine

setNumeroPagine

public void setNumeroPagine(NumeroPagine value)
Sets the value of the numeroPagine property.

Parameters:
value - allowed object is NumeroPagine

getNote

public Note getNote()
Gets the value of the note property.

Returns:
possible object is Note

setNote

public void setNote(Note value)
Sets the value of the note property.

Parameters:
value - allowed object is Note

getPiuInfo

public PiuInfo getPiuInfo()
Gets the value of the piuInfo property.

Returns:
possible object is PiuInfo

setPiuInfo

public void setPiuInfo(PiuInfo value)
Sets the value of the piuInfo property.

Parameters:
value - allowed object is PiuInfo

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