|
||||||||||
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.Indirizzo
public class Indirizzo
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 |
---|
protected Toponimo toponimo
protected Civico civico
protected CAP cap
protected Comune comune
protected Provincia provincia
protected Nazione nazione
Constructor Detail |
---|
public Indirizzo()
Method Detail |
---|
public Toponimo getToponimo()
Toponimo
public void setToponimo(Toponimo value)
value
- allowed object is
Toponimo
public Civico getCivico()
Civico
public void setCivico(Civico value)
value
- allowed object is
Civico
public CAP getCAP()
CAP
public void setCAP(CAP value)
value
- allowed object is
CAP
public Comune getComune()
Comune
public void setComune(Comune value)
value
- allowed object is
Comune
public Provincia getProvincia()
Provincia
public void setProvincia(Provincia value)
value
- allowed object is
Provincia
public Nazione getNazione()
Nazione
public void setNazione(Nazione value)
value
- allowed object is
Nazione
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |