|
||||||||||
| 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()
Toponimopublic void setToponimo(Toponimo value)
value - allowed object is
Toponimopublic Civico getCivico()
Civicopublic void setCivico(Civico value)
value - allowed object is
Civicopublic CAP getCAP()
CAPpublic void setCAP(CAP value)
value - allowed object is
CAPpublic Comune getComune()
Comunepublic void setComune(Comune value)
value - allowed object is
Comunepublic Provincia getProvincia()
Provinciapublic void setProvincia(Provincia value)
value - allowed object is
Provinciapublic Nazione getNazione()
Nazionepublic 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 | |||||||||