public class RadiusCriteria extends AbstractGeoCriteria
Java class for RadiusCriteria complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RadiusCriteria">
<complexContent>
<extension base="{http://rest.immobilienscout24.de/schema/common/1.0}AbstractGeoCriteria">
<all>
<element name="wgs84" type="{http://rest.immobilienscout24.de/schema/common/1.0}Wgs84Coordinate"/>
<element name="radiusKm">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}double">
<minExclusive value="0"/>
</restriction>
</simpleType>
</element>
<element name="label" type="{http://rest.immobilienscout24.de/schema/common/1.0}TextField" minOccurs="0"/>
<element name="address" type="{http://rest.immobilienscout24.de/schema/common/1.0}Address" minOccurs="0"/>
</all>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Address |
address |
protected String |
label |
protected Double |
radiusKm |
protected Wgs84Coordinate |
wgs84 |
| Constructor and Description |
|---|
RadiusCriteria() |
| Modifier and Type | Method and Description |
|---|---|
Address |
getAddress()
Gets the value of the address property.
|
String |
getLabel()
Gets the value of the label property.
|
Double |
getRadiusKm()
Gets the value of the radiusKm property.
|
Wgs84Coordinate |
getWgs84()
Gets the value of the wgs84 property.
|
void |
setAddress(Address value)
Sets the value of the address property.
|
void |
setLabel(String value)
Sets the value of the label property.
|
void |
setRadiusKm(Double value)
Sets the value of the radiusKm property.
|
void |
setWgs84(Wgs84Coordinate value)
Sets the value of the wgs84 property.
|
protected Wgs84Coordinate wgs84
protected Double radiusKm
protected String label
protected Address address
public Wgs84Coordinate getWgs84()
Wgs84Coordinatepublic void setWgs84(Wgs84Coordinate value)
value - allowed object is
Wgs84Coordinatepublic Double getRadiusKm()
Stringpublic void setRadiusKm(Double value)
value - allowed object is
Stringpublic String getLabel()
Stringpublic void setLabel(String value)
value - allowed object is
Stringpublic Address getAddress()
AddressCopyright © 2014 OpenEstate. All rights reserved.