|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.sistematica.isharedoc.model.xml.mail.signature.dtd.ContestoProcedurale
public class ContestoProcedurale
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 |
---|
protected java.lang.String id
protected java.lang.Object rife
protected java.lang.String codiceAmministrazione
protected java.lang.String codiceAOO
protected java.lang.String identificativo
protected java.lang.String tipoContestoProcedurale
protected java.lang.String oggetto
protected java.util.List<Classifica> classifica
protected java.lang.String dataAvvio
protected java.lang.String note
Constructor Detail |
---|
public ContestoProcedurale()
Method Detail |
---|
public java.lang.String getId()
String
public void setId(java.lang.String value)
value
- allowed object is
String
public java.lang.Object getRife()
Object
public void setRife(java.lang.Object value)
value
- allowed object is
Object
public java.lang.String getCodiceAmministrazione()
String
public void setCodiceAmministrazione(java.lang.String value)
value
- allowed object is
String
public java.lang.String getCodiceAOO()
String
public void setCodiceAOO(java.lang.String value)
value
- allowed object is
String
public java.lang.String getIdentificativo()
String
public void setIdentificativo(java.lang.String value)
value
- allowed object is
String
public java.lang.String getTipoContestoProcedurale()
String
public void setTipoContestoProcedurale(java.lang.String value)
value
- allowed object is
String
public java.lang.String getOggetto()
String
public void setOggetto(java.lang.String value)
value
- allowed object is
String
public java.util.List<Classifica> getClassifica()
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
public java.lang.String getDataAvvio()
String
public void setDataAvvio(java.lang.String value)
value
- allowed object is
String
public java.lang.String getNote()
String
public void setNote(java.lang.String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |