public class LongLat3List extends Object
Java class for LongLat3List complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LongLat3List"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Longitudes" type="{http://tethys.sdsu.edu/schema/1.0}Longitudes"/> <element name="Latitudes" type="{http://tethys.sdsu.edu/schema/1.0}Latitudes"/> <element name="Elevations_m" type="{http://tethys.sdsu.edu/schema/1.0}Elevations_m" minOccurs="0"/> <element name="Depths_m" type="{http://tethys.sdsu.edu/schema/1.0}Depths_m" minOccurs="0"/> <element name="Timestamps" type="{http://tethys.sdsu.edu/schema/1.0}Timestamps"/> <element name="Bounds"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="NorthWest"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Longitude" type="{http://tethys.sdsu.edu/schema/1.0}LongitudeValueType"/> <element name="Latitude" type="{http://tethys.sdsu.edu/schema/1.0}LatitudeValueType"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="SouthEast"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Longitude" type="{http://tethys.sdsu.edu/schema/1.0}LongitudeValueType"/> <element name="Latitude" type="{http://tethys.sdsu.edu/schema/1.0}LatitudeValueType"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="Elevations" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="MinElevation_m" type="{http://www.w3.org/2001/XMLSchema}double"/> <element name="MaxElevation_m" type="{http://www.w3.org/2001/XMLSchema}double"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="Depth" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="MinDepth_m" type="{http://www.w3.org/2001/XMLSchema}double"/> <element name="MaxDepth_m" type="{http://www.w3.org/2001/XMLSchema}double"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
LongLat3List.Bounds
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected LongLat3List.Bounds |
bounds |
protected List<Double> |
depthsM |
protected List<Double> |
elevationsM |
protected List<Double> |
latitudes |
protected List<Double> |
longitudes |
protected List<XMLGregorianCalendar> |
timestamps |
Constructor and Description |
---|
LongLat3List() |
Modifier and Type | Method and Description |
---|---|
LongLat3List.Bounds |
getBounds()
Gets the value of the bounds property.
|
List<Double> |
getDepthsM()
Gets the value of the depthsM property.
|
List<Double> |
getElevationsM()
Gets the value of the elevationsM property.
|
List<Double> |
getLatitudes()
Gets the value of the latitudes property.
|
List<Double> |
getLongitudes()
Gets the value of the longitudes property.
|
List<XMLGregorianCalendar> |
getTimestamps()
Gets the value of the timestamps property.
|
void |
setBounds(LongLat3List.Bounds value)
Sets the value of the bounds property.
|
protected List<XMLGregorianCalendar> timestamps
protected LongLat3List.Bounds bounds
public List<Double> getLongitudes()
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 longitudes property.
For example, to add a new item, do as follows:
getLongitudes().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public List<Double> getLatitudes()
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 latitudes property.
For example, to add a new item, do as follows:
getLatitudes().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public List<Double> getElevationsM()
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 elevationsM property.
For example, to add a new item, do as follows:
getElevationsM().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public List<Double> getDepthsM()
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 depthsM property.
For example, to add a new item, do as follows:
getDepthsM().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public List<XMLGregorianCalendar> getTimestamps()
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 timestamps property.
For example, to add a new item, do as follows:
getTimestamps().add(newItem);
Objects of the following type(s) are allowed in the list
XMLGregorianCalendar
public LongLat3List.Bounds getBounds()
LongLat3List.Bounds
public void setBounds(LongLat3List.Bounds value)
value
- allowed object is
LongLat3List.Bounds
Copyright © 2024 Tethys. All rights reserved.