public class RegionCriteria extends AbstractGeoCriteria
Java class for RegionCriteria complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RegionCriteria">
<complexContent>
<extension base="{http://rest.immobilienscout24.de/schema/common/1.0}AbstractGeoCriteria">
<sequence>
<element name="geoInfoNodeCriteria" type="{http://rest.immobilienscout24.de/schema/common/1.0}GeoInfoNodeCriteria" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<GeoInfoNodeCriteria> |
geoInfoNodeCriteria |
| Constructor and Description |
|---|
RegionCriteria() |
| Modifier and Type | Method and Description |
|---|---|
List<GeoInfoNodeCriteria> |
getGeoInfoNodeCriteria()
Gets the value of the geoInfoNodeCriteria property.
|
protected List<GeoInfoNodeCriteria> geoInfoNodeCriteria
public List<GeoInfoNodeCriteria> getGeoInfoNodeCriteria()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the geoInfoNodeCriteria property.
For example, to add a new item, do as follows:
getGeoInfoNodeCriteria().add(newItem);
Objects of the following type(s) are allowed in the list
GeoInfoNodeCriteria
Copyright © 2014 OpenEstate. All rights reserved.