public class GeoCodedAddress extends Object implements 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()
Address
public void setAddress(Address value)
value
- allowed object is
Address
public Wgs84Coordinate getWgs84Coordinate()
Wgs84Coordinate
public void setWgs84Coordinate(Wgs84Coordinate value)
value
- allowed object is
Wgs84Coordinate
public GeoCodingPrecisionType getGeoCodingPrecision()
GeoCodingPrecisionType
public void setGeoCodingPrecision(GeoCodingPrecisionType value)
value
- allowed object is
GeoCodingPrecisionType
public GeoHierarchy getGeoCodingHierarchy()
GeoHierarchy
public void setGeoCodingHierarchy(GeoHierarchy value)
value
- allowed object is
GeoHierarchy
public 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.ToString2
public 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.ToString2
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo2
public 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.CopyTo2
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo2
public 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.Equals2
Copyright © 2016 OpenEstate. All rights reserved.