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