|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectat.gv.zustellung.zkopf.xsd.zkopf_persondata.AbstractAddressType
at.gv.zustellung.zkopf.xsd.zkopf_persondata.PostalAddressType
public class PostalAddressType
Java class for PostalAddressType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PostalAddressType"> <complexContent> <extension base="{http://reference.e-government.gv.at/namespace/persondata/en/20040201#}AbstractAddressType"> <sequence> <element name="CountryCode" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <pattern value="[A-Z]{2}"/> </restriction> </simpleType> </element> <element name="PostalCode" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="Municipality" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="MunicipalityNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="DeliveryAddress"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="StreetName" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="BuildingNumber" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="Unit" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="DoorNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> <attribute name="type" default="undefined"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="postOfficeBoxAddress"/> <enumeration value="streetAddress"/> <enumeration value="militaryAddress"/> <enumeration value="undefined"/> </restriction> </simpleType> </attribute> <anyAttribute namespace='##other'/> </extension> </complexContent> </complexType>
Nested Class Summary | |
---|---|
static class |
PostalAddressType.DeliveryAddress
Java class for anonymous complex type. |
Constructor Summary | |
---|---|
PostalAddressType()
|
Method Summary | |
---|---|
String |
getCountryCode()
Gets the value of the countryCode property. |
PostalAddressType.DeliveryAddress |
getDeliveryAddress()
Gets the value of the deliveryAddress property. |
String |
getMunicipality()
Gets the value of the municipality property. |
String |
getMunicipalityNumber()
Gets the value of the municipalityNumber property. |
String |
getPostalCode()
Gets the value of the postalCode property. |
String |
getType()
Gets the value of the type property. |
void |
setCountryCode(String value)
Sets the value of the countryCode property. |
void |
setDeliveryAddress(PostalAddressType.DeliveryAddress value)
Sets the value of the deliveryAddress property. |
void |
setMunicipality(String value)
Sets the value of the municipality property. |
void |
setMunicipalityNumber(String value)
Sets the value of the municipalityNumber property. |
void |
setPostalCode(String value)
Sets the value of the postalCode property. |
void |
setType(String value)
Sets the value of the type property. |
Methods inherited from class at.gv.zustellung.zkopf.xsd.zkopf_persondata.AbstractAddressType |
---|
getId, getOtherAttributes, setId |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PostalAddressType()
Method Detail |
---|
public String getCountryCode()
String
public void setCountryCode(String value)
value
- allowed object is
String
public String getPostalCode()
String
public void setPostalCode(String value)
value
- allowed object is
String
public String getMunicipality()
String
public void setMunicipality(String value)
value
- allowed object is
String
public String getMunicipalityNumber()
String
public void setMunicipalityNumber(String value)
value
- allowed object is
String
public PostalAddressType.DeliveryAddress getDeliveryAddress()
PostalAddressType.DeliveryAddress
public void setDeliveryAddress(PostalAddressType.DeliveryAddress value)
value
- allowed object is
PostalAddressType.DeliveryAddress
public String getType()
String
public void setType(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |