public class Wgs84Address extends Address implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.ToString
Java class for Wgs84Address complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Wgs84Address"> <complexContent> <extension base="{http://rest.immobilienscout24.de/schema/common/1.0}Address"> <sequence> <element name="quarter" type="{http://rest.immobilienscout24.de/schema/common/1.0}TextField" minOccurs="0"/> <element name="wgs84Coordinate" type="{http://rest.immobilienscout24.de/schema/common/1.0}Wgs84Coordinate" minOccurs="0"/> <element name="preciseHouseNumber" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="geoHierarchy" type="{http://rest.immobilienscout24.de/schema/common/1.0}GeoHierarchy" minOccurs="0"/> <element name="description" type="{http://rest.immobilienscout24.de/schema/common/1.0}Wgs84AddressDescription" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Wgs84AddressDescription |
description |
protected GeoHierarchy |
geoHierarchy |
protected Boolean |
preciseHouseNumber |
protected String |
quarter |
protected Wgs84Coordinate |
wgs84Coordinate |
city, houseNumber, internationalCountryRegion, postcode, street
Constructor and Description |
---|
Wgs84Address() |
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) |
Wgs84AddressDescription |
getDescription()
Gets the value of the description property.
|
GeoHierarchy |
getGeoHierarchy()
Gets the value of the geoHierarchy property.
|
String |
getQuarter()
Gets the value of the quarter property.
|
Wgs84Coordinate |
getWgs84Coordinate()
Gets the value of the wgs84Coordinate property.
|
Boolean |
isPreciseHouseNumber()
Gets the value of the preciseHouseNumber property.
|
void |
setDescription(Wgs84AddressDescription value)
Sets the value of the description property.
|
void |
setGeoHierarchy(GeoHierarchy value)
Sets the value of the geoHierarchy property.
|
void |
setPreciseHouseNumber(Boolean value)
Sets the value of the preciseHouseNumber property.
|
void |
setQuarter(String value)
Sets the value of the quarter property.
|
void |
setWgs84Coordinate(Wgs84Coordinate value)
Sets the value of the wgs84Coordinate property.
|
String |
toString() |
getCity, getHouseNumber, getInternationalCountryRegion, getPostcode, getStreet, setCity, setHouseNumber, setInternationalCountryRegion, setPostcode, setStreet
protected String quarter
protected Wgs84Coordinate wgs84Coordinate
protected Boolean preciseHouseNumber
protected GeoHierarchy geoHierarchy
protected Wgs84AddressDescription description
public String getQuarter()
String
public void setQuarter(String value)
value
- allowed object is
String
public Wgs84Coordinate getWgs84Coordinate()
Wgs84Coordinate
public void setWgs84Coordinate(Wgs84Coordinate value)
value
- allowed object is
Wgs84Coordinate
public Boolean isPreciseHouseNumber()
Boolean
public void setPreciseHouseNumber(Boolean value)
value
- allowed object is
Boolean
public GeoHierarchy getGeoHierarchy()
GeoHierarchy
public void setGeoHierarchy(GeoHierarchy value)
value
- allowed object is
GeoHierarchy
public Wgs84AddressDescription getDescription()
Wgs84AddressDescription
public void setDescription(Wgs84AddressDescription value)
value
- allowed object is
Wgs84AddressDescription
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
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
appendFields
in class Address
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
createNewInstance
in class Address
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)
Copyright © 2014 OpenEstate. All rights reserved.