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()
Wgs84Coordinate
public void setWgs84(Wgs84Coordinate value)
value
- allowed object is
Wgs84Coordinate
public Double getRadiusKm()
String
public void setRadiusKm(Double value)
value
- allowed object is
String
public String getLabel()
String
public void setLabel(String value)
value
- allowed object is
String
public Address getAddress()
Address
public void setAddress(Address value)
value
- allowed object is
Address
public String toString()
toString
in class AbstractGeoCriteria
public 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.ToString
append
in class AbstractGeoCriteria
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 AbstractGeoCriteria
public Object clone()
clone
in class AbstractGeoCriteria
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
copyTo
in class AbstractGeoCriteria
public 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.CopyTo
copyTo
in class AbstractGeoCriteria
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
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)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
equals
in class AbstractGeoCriteria
public boolean equals(Object object)
equals
in class AbstractGeoCriteria
Copyright © 2014 OpenEstate. All rights reserved.