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

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

public class Classifica
extends java.lang.Object


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

codiceAmministrazione

protected java.lang.String codiceAmministrazione

codiceAOO

protected java.lang.String codiceAOO

denominazione

protected Denominazione denominazione

livello

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

Classifica

public Classifica()
Method Detail

getCodiceAmministrazione

public java.lang.String getCodiceAmministrazione()
Gets the value of the codiceAmministrazione property.

Returns:
possible object is String

setCodiceAmministrazione

public void setCodiceAmministrazione(java.lang.String value)
Sets the value of the codiceAmministrazione property.

Parameters:
value - allowed object is String

getCodiceAOO

public java.lang.String getCodiceAOO()
Gets the value of the codiceAOO property.

Returns:
possible object is String

setCodiceAOO

public void setCodiceAOO(java.lang.String value)
Sets the value of the codiceAOO property.

Parameters:
value - allowed object is String

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