public class GeoHierarchy extends Object implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.ToString
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 |
---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy) |
Object |
createNewInstance() |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
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.
|
String |
toString() |
protected Continent continent
protected Country country
protected Region region
protected City city
protected Quarter quarter
protected Neighbourhood neighbourhood
public Continent getContinent()
Continent
public void setContinent(Continent value)
value
- allowed object is
Continent
public Country getCountry()
Country
public void setCountry(Country value)
value
- allowed object is
Country
public Region getRegion()
Region
public void setRegion(Region value)
value
- allowed object is
Region
public void setCity(City value)
value
- allowed object is
City
public Quarter getQuarter()
Quarter
public void setQuarter(Quarter value)
value
- allowed object is
Quarter
public Neighbourhood getNeighbourhood()
Neighbourhood
public void setNeighbourhood(Neighbourhood value)
value
- allowed object is
Neighbourhood
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append
in interface org.jvnet.jaxb2_commons.lang.ToString
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields
in interface org.jvnet.jaxb2_commons.lang.ToString
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
Copyright © 2014 OpenEstate. All rights reserved.