public static class Resource.GeoLocations 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">
<sequence>
<element name="geoLocation" maxOccurs="unbounded" minOccurs="0">
<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>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Resource.GeoLocations.GeoLocation
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<Resource.GeoLocations.GeoLocation> |
geoLocation |
| Constructor and Description |
|---|
GeoLocations() |
| Modifier and Type | Method and Description |
|---|---|
List<Resource.GeoLocations.GeoLocation> |
getGeoLocation()
Gets the value of the geoLocation property.
|
protected List<Resource.GeoLocations.GeoLocation> geoLocation
public List<Resource.GeoLocations.GeoLocation> getGeoLocation()
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 geoLocation property.
For example, to add a new item, do as follows:
getGeoLocation().add(newItem);
Objects of the following type(s) are allowed in the list
Resource.GeoLocations.GeoLocation
Copyright © 2017–2020 CNES. All rights reserved.