at.gv.zustellung.zusemsg.xsd.zuse_persondata
Class PostalAddressType

java.lang.Object
  extended by at.gv.zustellung.zusemsg.xsd.zuse_persondata.AbstractAddressType
      extended by at.gv.zustellung.zusemsg.xsd.zuse_persondata.PostalAddressType

public class PostalAddressType
extends AbstractAddressType

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/20020228#}AbstractAddressType">
       <sequence>
         <element name="CountryCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <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.zusemsg.xsd.zuse_persondata.AbstractAddressType
getId, getOtherAttributes, setId
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PostalAddressType

public PostalAddressType()
Method Detail

getCountryCode

public String getCountryCode()
Gets the value of the countryCode property.

Returns:
possible object is String

setCountryCode

public void setCountryCode(String value)
Sets the value of the countryCode property.

Parameters:
value - allowed object is String

getPostalCode

public String getPostalCode()
Gets the value of the postalCode property.

Returns:
possible object is String

setPostalCode

public void setPostalCode(String value)
Sets the value of the postalCode property.

Parameters:
value - allowed object is String

getMunicipality

public String getMunicipality()
Gets the value of the municipality property.

Returns:
possible object is String

setMunicipality

public void setMunicipality(String value)
Sets the value of the municipality property.

Parameters:
value - allowed object is String

getMunicipalityNumber

public String getMunicipalityNumber()
Gets the value of the municipalityNumber property.

Returns:
possible object is String

setMunicipalityNumber

public void setMunicipalityNumber(String value)
Sets the value of the municipalityNumber property.

Parameters:
value - allowed object is String

getDeliveryAddress

public PostalAddressType.DeliveryAddress getDeliveryAddress()
Gets the value of the deliveryAddress property.

Returns:
possible object is PostalAddressType.DeliveryAddress

setDeliveryAddress

public void setDeliveryAddress(PostalAddressType.DeliveryAddress value)
Sets the value of the deliveryAddress property.

Parameters:
value - allowed object is PostalAddressType.DeliveryAddress

getType

public String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

public void setType(String value)
Sets the value of the type property.

Parameters:
value - allowed object is String


Copyright 2010 E-Government Innovation Center (EGIZ). All Rights Reserved.