public static class LongLat3List.Bounds 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="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>
| Modifier and Type | Class and Description |
|---|---|
static class |
LongLat3List.Bounds.Depth
Java class for anonymous complex type.
|
static class |
LongLat3List.Bounds.Elevations
Java class for anonymous complex type.
|
static class |
LongLat3List.Bounds.NorthWest
Java class for anonymous complex type.
|
static class |
LongLat3List.Bounds.SouthEast
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected LongLat3List.Bounds.Depth |
depth |
protected LongLat3List.Bounds.Elevations |
elevations |
protected LongLat3List.Bounds.NorthWest |
northWest |
protected LongLat3List.Bounds.SouthEast |
southEast |
| Constructor and Description |
|---|
Bounds() |
| Modifier and Type | Method and Description |
|---|---|
LongLat3List.Bounds.Depth |
getDepth()
Gets the value of the depth property.
|
LongLat3List.Bounds.Elevations |
getElevations()
Gets the value of the elevations property.
|
LongLat3List.Bounds.NorthWest |
getNorthWest()
Gets the value of the northWest property.
|
LongLat3List.Bounds.SouthEast |
getSouthEast()
Gets the value of the southEast property.
|
void |
setDepth(LongLat3List.Bounds.Depth value)
Sets the value of the depth property.
|
void |
setElevations(LongLat3List.Bounds.Elevations value)
Sets the value of the elevations property.
|
void |
setNorthWest(LongLat3List.Bounds.NorthWest value)
Sets the value of the northWest property.
|
void |
setSouthEast(LongLat3List.Bounds.SouthEast value)
Sets the value of the southEast property.
|
protected LongLat3List.Bounds.NorthWest northWest
protected LongLat3List.Bounds.SouthEast southEast
protected LongLat3List.Bounds.Elevations elevations
protected LongLat3List.Bounds.Depth depth
public LongLat3List.Bounds.NorthWest getNorthWest()
LongLat3List.Bounds.NorthWestpublic void setNorthWest(LongLat3List.Bounds.NorthWest value)
value - allowed object is
LongLat3List.Bounds.NorthWestpublic LongLat3List.Bounds.SouthEast getSouthEast()
LongLat3List.Bounds.SouthEastpublic void setSouthEast(LongLat3List.Bounds.SouthEast value)
value - allowed object is
LongLat3List.Bounds.SouthEastpublic LongLat3List.Bounds.Elevations getElevations()
LongLat3List.Bounds.Elevationspublic void setElevations(LongLat3List.Bounds.Elevations value)
value - allowed object is
LongLat3List.Bounds.Elevationspublic LongLat3List.Bounds.Depth getDepth()
LongLat3List.Bounds.Depthpublic void setDepth(LongLat3List.Bounds.Depth value)
value - allowed object is
LongLat3List.Bounds.DepthCopyright © 2024 Tethys. All rights reserved.