public class UuvVerticalPositionElementType extends Object
Java class for uuvVerticalPositionElementType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="uuvVerticalPositionElementType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="depth" use="required" type="{}nonNegativeScalarType" /> <attribute name="altitude" type="{}nonNegativeScalarType" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Double |
altitude |
protected double |
depth |
Constructor and Description |
---|
UuvVerticalPositionElementType() |
Modifier and Type | Method and Description |
---|---|
Double |
getAltitude()
Gets the value of the altitude property.
|
double |
getDepth()
Gets the value of the depth property.
|
void |
setAltitude(Double value)
Sets the value of the altitude property.
|
void |
setDepth(double value)
Sets the value of the depth property.
|
protected double depth
protected Double altitude