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

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

public class ContestoProcedurale
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 id
           
protected  java.lang.String identificativo
           
protected  java.lang.String note
           
protected  java.lang.String oggetto
           
protected  java.lang.Object rife
           
protected  java.lang.String tipoContestoProcedurale
           
 
Constructor Summary
ContestoProcedurale()
           
 
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 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.
 java.lang.Object getRife()
          Gets the value of the rife property.
 java.lang.String getTipoContestoProcedurale()
          Gets the value of the tipoContestoProcedurale 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 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 setRife(java.lang.Object value)
          Sets the value of the rife property.
 void setTipoContestoProcedurale(java.lang.String 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

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

tipoContestoProcedurale

protected java.lang.String tipoContestoProcedurale

oggetto

protected java.lang.String oggetto

classifica

protected java.util.List<Classifica> classifica

dataAvvio

protected java.lang.String dataAvvio

note

protected java.lang.String note
Constructor Detail

ContestoProcedurale

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

getTipoContestoProcedurale

public java.lang.String getTipoContestoProcedurale()
Gets the value of the tipoContestoProcedurale property.

Returns:
possible object is String

setTipoContestoProcedurale

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


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

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