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