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

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

public class IndirizzoPostale
extends java.lang.Object

Java class for IndirizzoPostale complex type.

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

 <complexType name="IndirizzoPostale">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element ref="{http://www.digitPa.gov.it/protocollo/}Denominazione"/>
         <element ref="{http://www.digitPa.gov.it/protocollo/}Indirizzo"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Denominazione denominazione
           
protected  Indirizzo indirizzo
           
 
Constructor Summary
IndirizzoPostale()
           
 
Method Summary
 Denominazione getDenominazione()
          Gets the value of the denominazione property.
 Indirizzo getIndirizzo()
          Gets the value of the indirizzo property.
 void setDenominazione(Denominazione value)
          Sets the value of the denominazione property.
 void setIndirizzo(Indirizzo value)
          Sets the value of the indirizzo 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

indirizzo

protected Indirizzo indirizzo
Constructor Detail

IndirizzoPostale

public IndirizzoPostale()
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

getIndirizzo

public Indirizzo getIndirizzo()
Gets the value of the indirizzo property.

Returns:
possible object is Indirizzo

setIndirizzo

public void setIndirizzo(Indirizzo value)
Sets the value of the indirizzo property.

Parameters:
value - allowed object is Indirizzo