|
||||||||||
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.Fascicolo
public class Fascicolo
Field Summary | |
---|---|
protected java.util.List<Classifica> |
classifica
|
protected java.lang.String |
codiceAmministrazione
|
protected java.lang.String |
codiceAOO
|
protected java.util.List<java.lang.Object> |
documentoOrFascicolo
|
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
|
Constructor Summary | |
---|---|
Fascicolo()
|
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.util.List<java.lang.Object> |
getDocumentoOrFascicolo()
Gets the value of the documentoOrFascicolo 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. |
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 |
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. |
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 oggetto
protected java.lang.String identificativo
protected java.util.List<Classifica> classifica
protected java.lang.String note
protected java.util.List<java.lang.Object> documentoOrFascicolo
Constructor Detail |
---|
public Fascicolo()
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 getOggetto()
String
public void setOggetto(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.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 getNote()
String
public void setNote(java.lang.String value)
value
- allowed object is
String
public java.util.List<java.lang.Object> getDocumentoOrFascicolo()
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 documentoOrFascicolo property.
For example, to add a new item, do as follows:
getDocumentoOrFascicolo().add(newItem);
Objects of the following type(s) are allowed in the list
Documento
Fascicolo
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |