| Package | Description |
|---|---|
| org.openestate.is24.restapi |
Core classes.
|
| org.openestate.is24.restapi.utils |
Utility classes.
|
| org.openestate.is24.restapi.xml.common | |
| org.openestate.is24.restapi.xml.gis |
| Modifier and Type | Method and Description |
|---|---|
static Region |
GIS.RegionService.get(AbstractClient client,
long is24ContinentId,
long is24CountryId,
long is24RegionId)
Call the GET method of the Region Webservice.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
XmlUtils.writeXml(Region region,
Marshaller marshaller,
OutputStream output)
Write a
Region as XML into an OutputStream. |
static void |
XmlUtils.writeXml(Region region,
OutputStream output)
Write a
Region as XML into an OutputStream. |
static void |
XmlUtils.writeXml(Region region,
String encoding,
boolean prettyPrint,
OutputStream output)
Write a
Region as XML into an OutputStream. |
static void |
XmlUtils.writeXml(Region region,
String encoding,
OutputStream output)
Write a
Region as XML into an OutputStream. |
| Modifier and Type | Field and Description |
|---|---|
protected Region |
GeoHierarchy.region |
| Modifier and Type | Method and Description |
|---|---|
Region |
ObjectFactory.createRegion()
Create an instance of
Region |
Region |
GeoHierarchy.getRegion()
Gets the value of the region property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GeoHierarchy.setRegion(Region value)
Sets the value of the region property.
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<Region> |
ObjectFactory.createRegion(Region value)
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<Region> |
ObjectFactory.createRegion(Region value)
|
Copyright © 2018 OpenEstate. All rights reserved.