|
||||||||||
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.xsd.Classifica
public class Classifica
Java class for Classifica complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Classifica"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.digitPa.gov.it/protocollo/}CodiceAmministrazione" minOccurs="0"/> <element ref="{http://www.digitPa.gov.it/protocollo/}CodiceAOO" minOccurs="0"/> <element ref="{http://www.digitPa.gov.it/protocollo/}Denominazione" minOccurs="0"/> <element ref="{http://www.digitPa.gov.it/protocollo/}Livello" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected CodiceAmministrazione |
codiceAmministrazione
|
protected CodiceAOO |
codiceAOO
|
protected Denominazione |
denominazione
|
protected java.util.List<Livello> |
livello
|
Constructor Summary | |
---|---|
Classifica()
|
Method Summary | |
---|---|
CodiceAmministrazione |
getCodiceAmministrazione()
Gets the value of the codiceAmministrazione property. |
CodiceAOO |
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(CodiceAmministrazione value)
Sets the value of the codiceAmministrazione property. |
void |
setCodiceAOO(CodiceAOO 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 CodiceAmministrazione codiceAmministrazione
protected CodiceAOO codiceAOO
protected Denominazione denominazione
protected java.util.List<Livello> livello
Constructor Detail |
---|
public Classifica()
Method Detail |
---|
public CodiceAmministrazione getCodiceAmministrazione()
CodiceAmministrazione
public void setCodiceAmministrazione(CodiceAmministrazione value)
value
- allowed object is
CodiceAmministrazione
public CodiceAOO getCodiceAOO()
CodiceAOO
public void setCodiceAOO(CodiceAOO value)
value
- allowed object is
CodiceAOO
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 |