public class GeoHierarchyStatistic extends Object
Java class for GeoHierarchyStatistic complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GeoHierarchyStatistic"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="realEstateType" use="required" type="{http://rest.immobilienscout24.de/schema/common/1.0}RealEstateType" /> <attribute name="count" use="required" type="{http://www.w3.org/2001/XMLSchema}int" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected int |
count |
protected RealEstateType |
realEstateType |
Constructor and Description |
---|
GeoHierarchyStatistic() |
Modifier and Type | Method and Description |
---|---|
int |
getCount()
Gets the value of the count property.
|
RealEstateType |
getRealEstateType()
Gets the value of the realEstateType property.
|
void |
setCount(int value)
Sets the value of the count property.
|
void |
setRealEstateType(RealEstateType value)
Sets the value of the realEstateType property.
|
protected RealEstateType realEstateType
protected int count
public RealEstateType getRealEstateType()
RealEstateType
public void setRealEstateType(RealEstateType value)
value
- allowed object is
RealEstateType
public int getCount()
public void setCount(int value)
Copyright © 2014 OpenEstate. All rights reserved.