public class Address extends Object
Java class for Address complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Address">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="street" type="{http://rest.immobilienscout24.de/schema/common/1.0}TextField" minOccurs="0"/>
<element name="houseNumber" type="{http://rest.immobilienscout24.de/schema/common/1.0}TextField" minOccurs="0"/>
<element name="postcode" type="{http://rest.immobilienscout24.de/schema/common/1.0}TextField" minOccurs="0"/>
<element name="city" minOccurs="0">
<simpleType>
<restriction base="{http://rest.immobilienscout24.de/schema/common/1.0}TextField">
<maxLength value="50"/>
</restriction>
</simpleType>
</element>
<element name="internationalCountryRegion" type="{http://rest.immobilienscout24.de/schema/common/1.0}CountryRegion" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
city |
protected String |
houseNumber |
protected CountryRegion |
internationalCountryRegion |
protected String |
postcode |
protected String |
street |
| Constructor and Description |
|---|
Address() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCity()
Gets the value of the city property.
|
String |
getHouseNumber()
Gets the value of the houseNumber property.
|
CountryRegion |
getInternationalCountryRegion()
Gets the value of the internationalCountryRegion property.
|
String |
getPostcode()
Gets the value of the postcode property.
|
String |
getStreet()
Gets the value of the street property.
|
void |
setCity(String value)
Sets the value of the city property.
|
void |
setHouseNumber(String value)
Sets the value of the houseNumber property.
|
void |
setInternationalCountryRegion(CountryRegion value)
Sets the value of the internationalCountryRegion property.
|
void |
setPostcode(String value)
Sets the value of the postcode property.
|
void |
setStreet(String value)
Sets the value of the street property.
|
protected String street
protected String houseNumber
protected String postcode
protected String city
protected CountryRegion internationalCountryRegion
public String getStreet()
Stringpublic void setStreet(String value)
value - allowed object is
Stringpublic String getHouseNumber()
Stringpublic void setHouseNumber(String value)
value - allowed object is
Stringpublic String getPostcode()
Stringpublic void setPostcode(String value)
value - allowed object is
Stringpublic String getCity()
Stringpublic void setCity(String value)
value - allowed object is
Stringpublic CountryRegion getInternationalCountryRegion()
CountryRegionpublic void setInternationalCountryRegion(CountryRegion value)
value - allowed object is
CountryRegionCopyright © 2014 OpenEstate. All rights reserved.