|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectat.gv.zustellung.zusemsg.xsd.zuse_persondata.PostalAddressType.DeliveryAddress
public static class PostalAddressType.DeliveryAddress
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 |
---|
public PostalAddressType.DeliveryAddress()
Method Detail |
---|
public String getStreetName()
String
public void setStreetName(String value)
value
- allowed object is
String
public String getBuildingNumber()
String
public void setBuildingNumber(String value)
value
- allowed object is
String
public String getUnit()
String
public void setUnit(String value)
value
- allowed object is
String
public String getDoorNumber()
String
public void setDoorNumber(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |