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

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

public class Fascicolo
extends java.lang.Object

Java class for Fascicolo complex type.

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

 <complexType name="Fascicolo">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.digitPa.gov.it/protocollo/}CodiceAmministrazione" minOccurs="0"/>
         <element ref="{http://www.digitPa.gov.it/protocollo/}CodiceAOO" minOccurs="0"/>
         <element ref="{http://www.digitPa.gov.it/protocollo/}Oggetto" minOccurs="0"/>
         <element ref="{http://www.digitPa.gov.it/protocollo/}Identificativo" minOccurs="0"/>
         <element ref="{http://www.digitPa.gov.it/protocollo/}Classifica" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.digitPa.gov.it/protocollo/}Note" minOccurs="0"/>
         <element ref="{http://www.digitPa.gov.it/protocollo/}PiuInfo" minOccurs="0"/>
         <choice maxOccurs="unbounded">
           <element ref="{http://www.digitPa.gov.it/protocollo/}Documento"/>
           <element ref="{http://www.digitPa.gov.it/protocollo/}Fascicolo"/>
         </choice>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
       <attribute name="rife" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.util.List<Classifica> classifica
           
protected  CodiceAmministrazione codiceAmministrazione
           
protected  CodiceAOO codiceAOO
           
protected  java.util.List<java.lang.Object> documentoOrFascicolo
           
protected  java.lang.String id
           
protected  Identificativo identificativo
           
protected  Note note
           
protected  Oggetto oggetto
           
protected  PiuInfo piuInfo
           
protected  java.lang.Object rife
           
 
Constructor Summary
Fascicolo()
           
 
Method Summary
 java.util.List<Classifica> getClassifica()
          Gets the value of the classifica property.
 CodiceAmministrazione getCodiceAmministrazione()
          Gets the value of the codiceAmministrazione property.
 CodiceAOO getCodiceAOO()
          Gets the value of the codiceAOO property.
 java.util.List<java.lang.Object> getDocumentoOrFascicolo()
          Gets the value of the documentoOrFascicolo property.
 java.lang.String getId()
          Gets the value of the id property.
 Identificativo getIdentificativo()
          Gets the value of the identificativo property.
 Note getNote()
          Gets the value of the note property.
 Oggetto getOggetto()
          Gets the value of the oggetto property.
 PiuInfo getPiuInfo()
          Gets the value of the piuInfo property.
 java.lang.Object getRife()
          Gets the value of the rife property.
 void setCodiceAmministrazione(CodiceAmministrazione value)
          Sets the value of the codiceAmministrazione property.
 void setCodiceAOO(CodiceAOO value)
          Sets the value of the codiceAOO property.
 void setId(java.lang.String value)
          Sets the value of the id property.
 void setIdentificativo(Identificativo value)
          Sets the value of the identificativo property.
 void setNote(Note value)
          Sets the value of the note property.
 void setOggetto(Oggetto value)
          Sets the value of the oggetto property.
 void setPiuInfo(PiuInfo value)
          Sets the value of the piuInfo property.
 void setRife(java.lang.Object value)
          Sets the value of the rife property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

codiceAmministrazione

protected CodiceAmministrazione codiceAmministrazione

codiceAOO

protected CodiceAOO codiceAOO

oggetto

protected Oggetto oggetto

identificativo

protected Identificativo identificativo

classifica

protected java.util.List<Classifica> classifica

note

protected Note note

piuInfo

protected PiuInfo piuInfo

documentoOrFascicolo

protected java.util.List<java.lang.Object> documentoOrFascicolo

id

protected java.lang.String id

rife

protected java.lang.Object rife
Constructor Detail

Fascicolo

public Fascicolo()
Method Detail

getCodiceAmministrazione

public CodiceAmministrazione getCodiceAmministrazione()
Gets the value of the codiceAmministrazione property.

Returns:
possible object is CodiceAmministrazione

setCodiceAmministrazione

public void setCodiceAmministrazione(CodiceAmministrazione value)
Sets the value of the codiceAmministrazione property.

Parameters:
value - allowed object is CodiceAmministrazione

getCodiceAOO

public CodiceAOO getCodiceAOO()
Gets the value of the codiceAOO property.

Returns:
possible object is CodiceAOO

setCodiceAOO

public void setCodiceAOO(CodiceAOO value)
Sets the value of the codiceAOO property.

Parameters:
value - allowed object is CodiceAOO

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

getIdentificativo

public Identificativo getIdentificativo()
Gets the value of the identificativo property.

Returns:
possible object is Identificativo

setIdentificativo

public void setIdentificativo(Identificativo value)
Sets the value of the identificativo property.

Parameters:
value - allowed object is Identificativo

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


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

getDocumentoOrFascicolo

public java.util.List<java.lang.Object> getDocumentoOrFascicolo()
Gets the value of the documentoOrFascicolo 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 documentoOrFascicolo property.

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

    getDocumentoOrFascicolo().add(newItem);
 

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


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