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

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

public class AOO
extends java.lang.Object

Java class for AOO complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="AOO">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.digitPa.gov.it/protocollo/}Denominazione"/>
         <element ref="{http://www.digitPa.gov.it/protocollo/}CodiceAOO" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  CodiceAOO codiceAOO
           
protected  Denominazione denominazione
           
 
Constructor Summary
AOO()
           
 
Method Summary
 CodiceAOO getCodiceAOO()
          Gets the value of the codiceAOO property.
 Denominazione getDenominazione()
          Gets the value of the denominazione 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

denominazione

protected Denominazione denominazione

codiceAOO

protected CodiceAOO codiceAOO
Constructor Detail

AOO

public AOO()
Method Detail

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

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