at.gv.zustellung.zkopf.xsd.zkopf_persondata
Class PostalAddressType.DeliveryAddress

java.lang.Object
  extended by at.gv.zustellung.zkopf.xsd.zkopf_persondata.PostalAddressType.DeliveryAddress
Enclosing class:
PostalAddressType

public static class PostalAddressType.DeliveryAddress
extends Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <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>
 


Constructor Summary
PostalAddressType.DeliveryAddress()
           
 
Method Summary
 String getBuildingNumber()
          Gets the value of the buildingNumber property.
 String getDoorNumber()
          Gets the value of the doorNumber property.
 String getStreetName()
          Gets the value of the streetName property.
 String getUnit()
          Gets the value of the unit property.
 void setBuildingNumber(String value)
          Sets the value of the buildingNumber property.
 void setDoorNumber(String value)
          Sets the value of the doorNumber property.
 void setStreetName(String value)
          Sets the value of the streetName property.
 void setUnit(String value)
          Sets the value of the unit property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PostalAddressType.DeliveryAddress

public PostalAddressType.DeliveryAddress()
Method Detail

getStreetName

public String getStreetName()
Gets the value of the streetName property.

Returns:
possible object is String

setStreetName

public void setStreetName(String value)
Sets the value of the streetName property.

Parameters:
value - allowed object is String

getBuildingNumber

public String getBuildingNumber()
Gets the value of the buildingNumber property.

Returns:
possible object is String

setBuildingNumber

public void setBuildingNumber(String value)
Sets the value of the buildingNumber property.

Parameters:
value - allowed object is String

getUnit

public String getUnit()
Gets the value of the unit property.

Returns:
possible object is String

setUnit

public void setUnit(String value)
Sets the value of the unit property.

Parameters:
value - allowed object is String

getDoorNumber

public String getDoorNumber()
Gets the value of the doorNumber property.

Returns:
possible object is String

setDoorNumber

public void setDoorNumber(String value)
Sets the value of the doorNumber property.

Parameters:
value - allowed object is String


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