public class GeoHierarchyElement extends Object implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.ToString
Java class for GeoHierarchyElement complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GeoHierarchyElement">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="geoCodeId" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="fullGeoCodeId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="statistics" type="{http://rest.immobilienscout24.de/schema/common/1.0}GeoHierarchyStatistics" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
fullGeoCodeId |
protected long |
geoCodeId |
protected String |
name |
protected GeoHierarchyStatistics |
statistics |
| Constructor and Description |
|---|
GeoHierarchyElement() |
| 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) |
String |
getFullGeoCodeId()
Gets the value of the fullGeoCodeId property.
|
long |
getGeoCodeId()
Gets the value of the geoCodeId property.
|
String |
getName()
Gets the value of the name property.
|
GeoHierarchyStatistics |
getStatistics()
Gets the value of the statistics property.
|
void |
setFullGeoCodeId(String value)
Sets the value of the fullGeoCodeId property.
|
void |
setGeoCodeId(long value)
Sets the value of the geoCodeId property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setStatistics(GeoHierarchyStatistics value)
Sets the value of the statistics property.
|
String |
toString() |
protected String name
protected long geoCodeId
protected String fullGeoCodeId
protected GeoHierarchyStatistics statistics
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic long getGeoCodeId()
public void setGeoCodeId(long value)
public String getFullGeoCodeId()
Stringpublic void setFullGeoCodeId(String value)
value - allowed object is
Stringpublic GeoHierarchyStatistics getStatistics()
GeoHierarchyStatisticspublic void setStatistics(GeoHierarchyStatistics value)
value - allowed object is
GeoHierarchyStatisticspublic 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.ToStringpublic 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.ToStringpublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic 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.CopyTopublic 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.EqualsCopyright © 2014 OpenEstate. All rights reserved.