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

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

public class Procedimento
extends java.lang.Object

Java class for Procedimento complex type.

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

 <complexType name="Procedimento">
   <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/}TipoProcedimento" 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/}Responsabile" minOccurs="0"/>
         <element ref="{http://www.digitPa.gov.it/protocollo/}DataAvvio" minOccurs="0"/>
         <element ref="{http://www.digitPa.gov.it/protocollo/}DataTermine" 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  DataTermine dataTermine
           
protected  java.lang.String id
           
protected  Identificativo identificativo
           
protected  Note note
           
protected  Oggetto oggetto
           
protected  PiuInfo piuInfo
           
protected  Responsabile responsabile
           
protected  java.lang.Object rife
           
protected  TipoProcedimento tipoProcedimento
           
 
Constructor Summary
Procedimento()
           
 
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.
 DataTermine getDataTermine()
          Gets the value of the dataTermine 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.
 Responsabile getResponsabile()
          Gets the value of the responsabile property.
 java.lang.Object getRife()
          Gets the value of the rife property.
 TipoProcedimento getTipoProcedimento()
          Gets the value of the tipoProcedimento 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 setDataTermine(DataTermine value)
          Sets the value of the dataTermine 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 setResponsabile(Responsabile value)
          Sets the value of the responsabile property.
 void setRife(java.lang.Object value)
          Sets the value of the rife property.
 void setTipoProcedimento(TipoProcedimento value)
          Sets the value of the tipoProcedimento 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

tipoProcedimento

protected TipoProcedimento tipoProcedimento

oggetto

protected Oggetto oggetto

classifica

protected java.util.List<Classifica> classifica

responsabile

protected Responsabile responsabile

dataAvvio

protected DataAvvio dataAvvio

dataTermine

protected DataTermine dataTermine

note

protected Note note

piuInfo

protected PiuInfo piuInfo

id

protected java.lang.String id

rife

protected java.lang.Object rife
Constructor Detail

Procedimento

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

getTipoProcedimento

public TipoProcedimento getTipoProcedimento()
Gets the value of the tipoProcedimento property.

Returns:
possible object is TipoProcedimento

setTipoProcedimento

public void setTipoProcedimento(TipoProcedimento value)
Sets the value of the tipoProcedimento property.

Parameters:
value - allowed object is TipoProcedimento

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


getResponsabile

public Responsabile getResponsabile()
Gets the value of the responsabile property.

Returns:
possible object is Responsabile

setResponsabile

public void setResponsabile(Responsabile value)
Sets the value of the responsabile property.

Parameters:
value - allowed object is Responsabile

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

getDataTermine

public DataTermine getDataTermine()
Gets the value of the dataTermine property.

Returns:
possible object is DataTermine

setDataTermine

public void setDataTermine(DataTermine value)
Sets the value of the dataTermine property.

Parameters:
value - allowed object is DataTermine

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