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