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

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

public class Indirizzo
extends java.lang.Object

Java class for Indirizzo complex type.

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

 <complexType name="Indirizzo">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.digitPa.gov.it/protocollo/}Toponimo"/>
         <element ref="{http://www.digitPa.gov.it/protocollo/}Civico"/>
         <element ref="{http://www.digitPa.gov.it/protocollo/}CAP"/>
         <element ref="{http://www.digitPa.gov.it/protocollo/}Comune"/>
         <element ref="{http://www.digitPa.gov.it/protocollo/}Provincia"/>
         <element ref="{http://www.digitPa.gov.it/protocollo/}Nazione" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  CAP cap
           
protected  Civico civico
           
protected  Comune comune
           
protected  Nazione nazione
           
protected  Provincia provincia
           
protected  Toponimo toponimo
           
 
Constructor Summary
Indirizzo()
           
 
Method Summary
 CAP getCAP()
          Gets the value of the cap property.
 Civico getCivico()
          Gets the value of the civico property.
 Comune getComune()
          Gets the value of the comune property.
 Nazione getNazione()
          Gets the value of the nazione property.
 Provincia getProvincia()
          Gets the value of the provincia property.
 Toponimo getToponimo()
          Gets the value of the toponimo property.
 void setCAP(CAP value)
          Sets the value of the cap property.
 void setCivico(Civico value)
          Sets the value of the civico property.
 void setComune(Comune value)
          Sets the value of the comune property.
 void setNazione(Nazione value)
          Sets the value of the nazione property.
 void setProvincia(Provincia value)
          Sets the value of the provincia property.
 void setToponimo(Toponimo value)
          Sets the value of the toponimo property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

toponimo

protected Toponimo toponimo

civico

protected Civico civico

cap

protected CAP cap

comune

protected Comune comune

provincia

protected Provincia provincia

nazione

protected Nazione nazione
Constructor Detail

Indirizzo

public Indirizzo()
Method Detail

getToponimo

public Toponimo getToponimo()
Gets the value of the toponimo property.

Returns:
possible object is Toponimo

setToponimo

public void setToponimo(Toponimo value)
Sets the value of the toponimo property.

Parameters:
value - allowed object is Toponimo

getCivico

public Civico getCivico()
Gets the value of the civico property.

Returns:
possible object is Civico

setCivico

public void setCivico(Civico value)
Sets the value of the civico property.

Parameters:
value - allowed object is Civico

getCAP

public CAP getCAP()
Gets the value of the cap property.

Returns:
possible object is CAP

setCAP

public void setCAP(CAP value)
Sets the value of the cap property.

Parameters:
value - allowed object is CAP

getComune

public Comune getComune()
Gets the value of the comune property.

Returns:
possible object is Comune

setComune

public void setComune(Comune value)
Sets the value of the comune property.

Parameters:
value - allowed object is Comune

getProvincia

public Provincia getProvincia()
Gets the value of the provincia property.

Returns:
possible object is Provincia

setProvincia

public void setProvincia(Provincia value)
Sets the value of the provincia property.

Parameters:
value - allowed object is Provincia

getNazione

public Nazione getNazione()
Gets the value of the nazione property.

Returns:
possible object is Nazione

setNazione

public void setNazione(Nazione value)
Sets the value of the nazione property.

Parameters:
value - allowed object is Nazione