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