public class GeoHierarchy extends Object
Java class for GeoHierarchy complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GeoHierarchy">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="continent" type="{http://rest.immobilienscout24.de/schema/common/1.0}Continent" minOccurs="0"/>
<element name="country" type="{http://rest.immobilienscout24.de/schema/common/1.0}Country"/>
<element name="region" type="{http://rest.immobilienscout24.de/schema/common/1.0}Region"/>
<element name="city" type="{http://rest.immobilienscout24.de/schema/common/1.0}City"/>
<element name="quarter" type="{http://rest.immobilienscout24.de/schema/common/1.0}Quarter"/>
<element name="neighbourhood" type="{http://rest.immobilienscout24.de/schema/common/1.0}Neighbourhood" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected City |
city |
protected Continent |
continent |
protected Country |
country |
protected Neighbourhood |
neighbourhood |
protected Quarter |
quarter |
protected Region |
region |
| Constructor and Description |
|---|
GeoHierarchy() |
| Modifier and Type | Method and Description |
|---|---|
City |
getCity()
Gets the value of the city property.
|
Continent |
getContinent()
Gets the value of the continent property.
|
Country |
getCountry()
Gets the value of the country property.
|
Neighbourhood |
getNeighbourhood()
Gets the value of the neighbourhood property.
|
Quarter |
getQuarter()
Gets the value of the quarter property.
|
Region |
getRegion()
Gets the value of the region property.
|
void |
setCity(City value)
Sets the value of the city property.
|
void |
setContinent(Continent value)
Sets the value of the continent property.
|
void |
setCountry(Country value)
Sets the value of the country property.
|
void |
setNeighbourhood(Neighbourhood value)
Sets the value of the neighbourhood property.
|
void |
setQuarter(Quarter value)
Sets the value of the quarter property.
|
void |
setRegion(Region value)
Sets the value of the region property.
|
protected Continent continent
protected Country country
protected Region region
protected City city
protected Quarter quarter
protected Neighbourhood neighbourhood
public Continent getContinent()
Continentpublic void setContinent(Continent value)
value - allowed object is
Continentpublic Country getCountry()
Countrypublic void setCountry(Country value)
value - allowed object is
Countrypublic Region getRegion()
Regionpublic void setRegion(Region value)
value - allowed object is
Regionpublic void setCity(City value)
value - allowed object is
Citypublic Quarter getQuarter()
Quarterpublic void setQuarter(Quarter value)
value - allowed object is
Quarterpublic Neighbourhood getNeighbourhood()
Neighbourhoodpublic void setNeighbourhood(Neighbourhood value)
value - allowed object is
NeighbourhoodCopyright © 2014 OpenEstate. All rights reserved.