|
||||||||||
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.Classifica
public class Classifica
Field Summary | |
---|---|
protected java.lang.String |
codiceAmministrazione
|
protected java.lang.String |
codiceAOO
|
protected Denominazione |
denominazione
|
protected java.util.List<Livello> |
livello
|
Constructor Summary | |
---|---|
Classifica()
|
Method Summary | |
---|---|
java.lang.String |
getCodiceAmministrazione()
Gets the value of the codiceAmministrazione property. |
java.lang.String |
getCodiceAOO()
Gets the value of the codiceAOO property. |
Denominazione |
getDenominazione()
Gets the value of the denominazione property. |
java.util.List<Livello> |
getLivello()
Gets the value of the livello 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 |
setDenominazione(Denominazione value)
Sets the value of the denominazione 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 codiceAmministrazione
protected java.lang.String codiceAOO
protected Denominazione denominazione
protected java.util.List<Livello> livello
Constructor Detail |
---|
public Classifica()
Method Detail |
---|
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 Denominazione getDenominazione()
Denominazione
public void setDenominazione(Denominazione value)
value
- allowed object is
Denominazione
public java.util.List<Livello> getLivello()
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 livello property.
For example, to add a new item, do as follows:
getLivello().add(newItem);
Objects of the following type(s) are allowed in the list
Livello
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |