|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.sistematica.isharedoc.model.xml.mail.signature.xsd.IndirizzoPostale
public class IndirizzoPostale
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 |
---|
protected Denominazione denominazione
protected Indirizzo indirizzo
Constructor Detail |
---|
public IndirizzoPostale()
Method Detail |
---|
public Denominazione getDenominazione()
Denominazione
public void setDenominazione(Denominazione value)
value
- allowed object is
Denominazione
public Indirizzo getIndirizzo()
Indirizzo
public void setIndirizzo(Indirizzo value)
value
- allowed object is
Indirizzo
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |