public static class Resource.GeoLocations.GeoLocation extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice maxOccurs="unbounded">
<element name="geoLocationPlace" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="geoLocationPoint" type="{http://datacite.org/schema/kernel-4}point" minOccurs="0"/>
<element name="geoLocationBox" type="{http://datacite.org/schema/kernel-4}box" minOccurs="0"/>
<element name="geoLocationPolygon" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="polygonPoint" type="{http://datacite.org/schema/kernel-4}point" maxOccurs="unbounded" minOccurs="4"/>
<element name="inPolygonPoint" type="{http://datacite.org/schema/kernel-4}point" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Resource.GeoLocations.GeoLocation.GeoLocationPolygon
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<Object> |
geoLocationPlaceOrGeoLocationPointOrGeoLocationBox |
| Constructor and Description |
|---|
GeoLocation() |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
getGeoLocationPlaceOrGeoLocationPointOrGeoLocationBox()
Gets the value of the
geoLocationPlaceOrGeoLocationPointOrGeoLocationBox property.
|
public List<Object> getGeoLocationPlaceOrGeoLocationPointOrGeoLocationBox()
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
geoLocationPlaceOrGeoLocationPointOrGeoLocationBox property.
For example, to add a new item, do as follows:
getGeoLocationPlaceOrGeoLocationPointOrGeoLocationBox().add(newItem);
Objects of the following type(s) are allowed in the list null
null null Object
Point
Box
Resource.GeoLocations.GeoLocation.GeoLocationPolygon
Copyright © 2017–2020 CNES. All rights reserved.