public class RadiusCriteria extends AbstractGeoCriteria implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.ToString
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 |
|---|---|
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) |
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.
|
String |
toString() |
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()
Addresspublic void setAddress(Address value)
value - allowed object is
Addresspublic String toString()
toString in class AbstractGeoCriteriapublic StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringappend in class AbstractGeoCriteriapublic 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.ToStringappendFields in class AbstractGeoCriteriapublic Object clone()
clone in class AbstractGeoCriteriapublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class AbstractGeoCriteriapublic Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class AbstractGeoCriteriapublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTopublic 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)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class AbstractGeoCriteriapublic boolean equals(Object object)
equals in class AbstractGeoCriteriaCopyright © 2014 OpenEstate. All rights reserved.