public class GeoCodedAddress extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.ToString2
Java class for GeoCodedAddress complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GeoCodedAddress">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="address" type="{http://rest.immobilienscout24.de/schema/common/1.0}Address"/>
<element name="wgs84Coordinate" type="{http://rest.immobilienscout24.de/schema/common/1.0}Wgs84Coordinate"/>
<element name="geoCodingPrecision" type="{http://rest.immobilienscout24.de/schema/common/1.0}GeoCodingPrecisionType"/>
<element name="geoCodingHierarchy" type="{http://rest.immobilienscout24.de/schema/common/1.0}GeoHierarchy"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Address |
address |
protected GeoHierarchy |
geoCodingHierarchy |
protected GeoCodingPrecisionType |
geoCodingPrecision |
protected Wgs84Coordinate |
wgs84Coordinate |
| Constructor and Description |
|---|
GeoCodedAddress() |
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 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.EqualsStrategy2 strategy) |
Address |
getAddress()
Gets the value of the address property.
|
GeoHierarchy |
getGeoCodingHierarchy()
Gets the value of the geoCodingHierarchy property.
|
GeoCodingPrecisionType |
getGeoCodingPrecision()
Gets the value of the geoCodingPrecision property.
|
Wgs84Coordinate |
getWgs84Coordinate()
Gets the value of the wgs84Coordinate property.
|
void |
setAddress(Address value)
Sets the value of the address property.
|
void |
setGeoCodingHierarchy(GeoHierarchy value)
Sets the value of the geoCodingHierarchy property.
|
void |
setGeoCodingPrecision(GeoCodingPrecisionType value)
Sets the value of the geoCodingPrecision property.
|
void |
setWgs84Coordinate(Wgs84Coordinate value)
Sets the value of the wgs84Coordinate property.
|
String |
toString() |
protected Address address
protected Wgs84Coordinate wgs84Coordinate
protected GeoCodingPrecisionType geoCodingPrecision
protected GeoHierarchy geoCodingHierarchy
public Address getAddress()
Addresspublic void setAddress(Address value)
value - allowed object is
Addresspublic Wgs84Coordinate getWgs84Coordinate()
Wgs84Coordinatepublic void setWgs84Coordinate(Wgs84Coordinate value)
value - allowed object is
Wgs84Coordinatepublic GeoCodingPrecisionType getGeoCodingPrecision()
GeoCodingPrecisionTypepublic void setGeoCodingPrecision(GeoCodingPrecisionType value)
value - allowed object is
GeoCodingPrecisionTypepublic GeoHierarchy getGeoCodingHierarchy()
GeoHierarchypublic void setGeoCodingHierarchy(GeoHierarchy value)
value - allowed object is
GeoHierarchypublic StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString2public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2public Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2public Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2Copyright © 2017 OpenEstate. All rights reserved.