public class Wgs84Address extends Address
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 |
---|---|
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.
|
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
Copyright © 2014 OpenEstate. All rights reserved.