| 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 Country |
GIS.CountryService.get(AbstractClient client,
long is24ContinentId,
long is24CountryId)
Call the GET method of the Country Webservice.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
XmlUtils.writeXml(Country country,
Marshaller marshaller,
OutputStream output)
Write a
Country as XML into an OutputStream. |
static void |
XmlUtils.writeXml(Country country,
OutputStream output)
Write a
Country as XML into an OutputStream. |
static void |
XmlUtils.writeXml(Country country,
String encoding,
boolean prettyPrint,
OutputStream output)
Write a
Country as XML into an OutputStream. |
static void |
XmlUtils.writeXml(Country country,
String encoding,
OutputStream output)
Write a
Country as XML into an OutputStream. |
| Modifier and Type | Field and Description |
|---|---|
protected Country |
GeoHierarchy.country |
| Modifier and Type | Method and Description |
|---|---|
Country |
ObjectFactory.createCountry()
Create an instance of
Country |
Country |
GeoHierarchy.getCountry()
Gets the value of the country property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GeoHierarchy.setCountry(Country value)
Sets the value of the country property.
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<Country> |
ObjectFactory.createCountry(Country value)
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<Country> |
ObjectFactory.createCountry(Country value)
|
Copyright © 2018 OpenEstate. All rights reserved.