public class GeoHierarchyElement extends Object
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 |
---|---|
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.
|
protected String name
protected long geoCodeId
protected String fullGeoCodeId
protected GeoHierarchyStatistics statistics
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public long getGeoCodeId()
public void setGeoCodeId(long value)
public String getFullGeoCodeId()
String
public void setFullGeoCodeId(String value)
value
- allowed object is
String
public GeoHierarchyStatistics getStatistics()
GeoHierarchyStatistics
public void setStatistics(GeoHierarchyStatistics value)
value
- allowed object is
GeoHierarchyStatistics
Copyright © 2014 OpenEstate. All rights reserved.