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

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

public class Procedimento
extends java.lang.Object


Field Summary
protected  java.util.List<Classifica> classifica
           
protected  java.lang.String codiceAmministrazione
           
protected  java.lang.String codiceAOO
           
protected  java.lang.String dataAvvio
           
protected  java.lang.String dataTermine
           
protected  java.lang.String id
           
protected  java.lang.String identificativo
           
protected  java.lang.String note
           
protected  java.lang.String oggetto
           
protected  Responsabile responsabile
           
protected  java.lang.Object rife
           
protected  java.lang.String tipoProcedimento
           
 
Constructor Summary
Procedimento()
           
 
Method Summary
 java.util.List<Classifica> getClassifica()
          Gets the value of the classifica property.
 java.lang.String getCodiceAmministrazione()
          Gets the value of the codiceAmministrazione property.
 java.lang.String getCodiceAOO()
          Gets the value of the codiceAOO property.
 java.lang.String getDataAvvio()
          Gets the value of the dataAvvio property.
 java.lang.String getDataTermine()
          Gets the value of the dataTermine property.
 java.lang.String getId()
          Gets the value of the id property.
 java.lang.String getIdentificativo()
          Gets the value of the identificativo property.
 java.lang.String getNote()
          Gets the value of the note property.
 java.lang.String getOggetto()
          Gets the value of the oggetto property.
 Responsabile getResponsabile()
          Gets the value of the responsabile property.
 java.lang.Object getRife()
          Gets the value of the rife property.
 java.lang.String getTipoProcedimento()
          Gets the value of the tipoProcedimento property.
 void setCodiceAmministrazione(java.lang.String value)
          Sets the value of the codiceAmministrazione property.
 void setCodiceAOO(java.lang.String value)
          Sets the value of the codiceAOO property.
 void setDataAvvio(java.lang.String value)
          Sets the value of the dataAvvio property.
 void setDataTermine(java.lang.String value)
          Sets the value of the dataTermine property.
 void setId(java.lang.String value)
          Sets the value of the id property.
 void setIdentificativo(java.lang.String value)
          Sets the value of the identificativo property.
 void setNote(java.lang.String value)
          Sets the value of the note property.
 void setOggetto(java.lang.String value)
          Sets the value of the oggetto 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(java.lang.String 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

id

protected java.lang.String id

rife

protected java.lang.Object rife

codiceAmministrazione

protected java.lang.String codiceAmministrazione

codiceAOO

protected java.lang.String codiceAOO

identificativo

protected java.lang.String identificativo

tipoProcedimento

protected java.lang.String tipoProcedimento

oggetto

protected java.lang.String oggetto

classifica

protected java.util.List<Classifica> classifica

responsabile

protected Responsabile responsabile

dataAvvio

protected java.lang.String dataAvvio

dataTermine

protected java.lang.String dataTermine

note

protected java.lang.String note
Constructor Detail

Procedimento

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

getCodiceAmministrazione

public java.lang.String getCodiceAmministrazione()
Gets the value of the codiceAmministrazione property.

Returns:
possible object is String

setCodiceAmministrazione

public void setCodiceAmministrazione(java.lang.String value)
Sets the value of the codiceAmministrazione property.

Parameters:
value - allowed object is String

getCodiceAOO

public java.lang.String getCodiceAOO()
Gets the value of the codiceAOO property.

Returns:
possible object is String

setCodiceAOO

public void setCodiceAOO(java.lang.String value)
Sets the value of the codiceAOO property.

Parameters:
value - allowed object is String

getIdentificativo

public java.lang.String getIdentificativo()
Gets the value of the identificativo property.

Returns:
possible object is String

setIdentificativo

public void setIdentificativo(java.lang.String value)
Sets the value of the identificativo property.

Parameters:
value - allowed object is String

getTipoProcedimento

public java.lang.String getTipoProcedimento()
Gets the value of the tipoProcedimento property.

Returns:
possible object is String

setTipoProcedimento

public void setTipoProcedimento(java.lang.String value)
Sets the value of the tipoProcedimento 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


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 java.lang.String getDataAvvio()
Gets the value of the dataAvvio property.

Returns:
possible object is String

setDataAvvio

public void setDataAvvio(java.lang.String value)
Sets the value of the dataAvvio property.

Parameters:
value - allowed object is String

getDataTermine

public java.lang.String getDataTermine()
Gets the value of the dataTermine property.

Returns:
possible object is String

setDataTermine

public void setDataTermine(java.lang.String value)
Sets the value of the dataTermine 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