it.sistematica.isharedoc.model.xml.mail.signature.xsd
Class Classifica

java.lang.Object
  extended by it.sistematica.isharedoc.model.xml.mail.signature.xsd.Classifica

public class Classifica
extends java.lang.Object

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

codiceAmministrazione

protected CodiceAmministrazione codiceAmministrazione

codiceAOO

protected CodiceAOO codiceAOO

denominazione

protected Denominazione denominazione

livello

protected java.util.List<Livello> livello
Constructor Detail

Classifica

public Classifica()
Method Detail

getCodiceAmministrazione

public CodiceAmministrazione getCodiceAmministrazione()
Gets the value of the codiceAmministrazione property.

Returns:
possible object is CodiceAmministrazione

setCodiceAmministrazione

public void setCodiceAmministrazione(CodiceAmministrazione value)
Sets the value of the codiceAmministrazione property.

Parameters:
value - allowed object is CodiceAmministrazione

getCodiceAOO

public CodiceAOO getCodiceAOO()
Gets the value of the codiceAOO property.

Returns:
possible object is CodiceAOO

setCodiceAOO

public void setCodiceAOO(CodiceAOO value)
Sets the value of the codiceAOO property.

Parameters:
value - allowed object is CodiceAOO

getDenominazione

public Denominazione getDenominazione()
Gets the value of the denominazione property.

Returns:
possible object is Denominazione

setDenominazione

public void setDenominazione(Denominazione value)
Sets the value of the denominazione property.

Parameters:
value - allowed object is Denominazione

getLivello

public java.util.List<Livello> getLivello()
Gets the value of the livello 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 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