public class Velocity3D extends Velocity2D
Java class for velocity3D complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="velocity3D"> <complexContent> <extension base="{http://www.nps.edu/AUVW}velocity2D"> <sequence> <element name="downward" type="{http://www.w3.org/2001/XMLSchema}decimal"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected BigDecimal |
downward |
easting, northing, units
Constructor and Description |
---|
Velocity3D() |
Modifier and Type | Method and Description |
---|---|
BigDecimal |
getDownward()
Gets the value of the downward property.
|
void |
setDownward(BigDecimal value)
Sets the value of the downward property.
|
getEasting, getNorthing, getUnits, setEasting, setNorthing, setUnits
protected BigDecimal downward
public BigDecimal getDownward()
BigDecimal
public void setDownward(BigDecimal value)
value
- allowed object is
BigDecimal