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

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

public class ContestoProcedurale
extends java.lang.Object

Java class for ContestoProcedurale complex type.

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

 <complexType name="ContestoProcedurale">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.digitPa.gov.it/protocollo/}CodiceAmministrazione"/>
         <element ref="{http://www.digitPa.gov.it/protocollo/}CodiceAOO"/>
         <element ref="{http://www.digitPa.gov.it/protocollo/}Identificativo"/>
         <element ref="{http://www.digitPa.gov.it/protocollo/}TipoContestoProcedurale" 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/}DataAvvio" 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" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.util.List<Classifica> classifica
           
protected  CodiceAmministrazione codiceAmministrazione
           
protected  CodiceAOO codiceAOO
           
protected  DataAvvio dataAvvio
           
protected  java.lang.String id
           
protected  Identificativo identificativo
           
protected  Note note
           
protected  Oggetto oggetto
           
protected  PiuInfo piuInfo
           
protected  java.lang.Object rife
           
protected  TipoContestoProcedurale tipoContestoProcedurale
           
 
Constructor Summary
ContestoProcedurale()
           
 
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.
 DataAvvio getDataAvvio()
          Gets the value of the dataAvvio 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.
 TipoContestoProcedurale getTipoContestoProcedurale()
          Gets the value of the tipoContestoProcedurale property.
 void setCodiceAmministrazione(CodiceAmministrazione value)
          Sets the value of the codiceAmministrazione property.
 void setCodiceAOO(CodiceAOO value)
          Sets the value of the codiceAOO property.
 void setDataAvvio(DataAvvio value)
          Sets the value of the dataAvvio 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.
 void setTipoContestoProcedurale(TipoContestoProcedurale value)
          Sets the value of the tipoContestoProcedurale 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

identificativo

protected Identificativo identificativo

tipoContestoProcedurale

protected TipoContestoProcedurale tipoContestoProcedurale

oggetto

protected Oggetto oggetto

classifica

protected java.util.List<Classifica> classifica

dataAvvio

protected DataAvvio dataAvvio

note

protected Note note

piuInfo

protected PiuInfo piuInfo

id

protected java.lang.String id

rife

protected java.lang.Object rife
Constructor Detail

ContestoProcedurale

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

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

getTipoContestoProcedurale

public TipoContestoProcedurale getTipoContestoProcedurale()
Gets the value of the tipoContestoProcedurale property.

Returns:
possible object is TipoContestoProcedurale

setTipoContestoProcedurale

public void setTipoContestoProcedurale(TipoContestoProcedurale value)
Sets the value of the tipoContestoProcedurale property.

Parameters:
value - allowed object is TipoContestoProcedurale

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


getDataAvvio

public DataAvvio getDataAvvio()
Gets the value of the dataAvvio property.

Returns:
possible object is DataAvvio

setDataAvvio

public void setDataAvvio(DataAvvio value)
Sets the value of the dataAvvio property.

Parameters:
value - allowed object is DataAvvio

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