public class LoiterUUVCommandType extends Object
Java class for loiterUUVCommandType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="loiterUUVCommandType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <group ref="{}HorizontalPositionElements" minOccurs="0"/> <group ref="{}DepthTypeElements" minOccurs="0"/> <group ref="{}UuvSpeedElements" minOccurs="0"/> <element ref="{}LoiterDepth"/> <element ref="{}TimeOut" minOccurs="0"/> </sequence> <attGroup ref="{}CommonAttributes"/> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected NonNegativeScalarElementType |
altitude |
protected NonNegativeScalarElementType |
depth |
protected String |
description |
protected String |
id |
protected LatitudeLongitudeElementType |
latitudeLongitude |
protected NonNegativeScalarElementType |
loiterDepth |
protected SpeedElementType |
makeKnots |
protected SpeedElementType |
makeSpeed |
protected XyElementType |
relativeXYPosition |
protected SetPowerCommandType |
setPower |
protected PositiveScalarElementType |
timeOut |
protected Double |
timeStamp |
protected XyElementType |
xyPosition |
Constructor and Description |
---|
LoiterUUVCommandType() |
Modifier and Type | Method and Description |
---|---|
NonNegativeScalarElementType |
getAltitude()
Gets the value of the altitude property.
|
NonNegativeScalarElementType |
getDepth()
Gets the value of the depth property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getId()
Gets the value of the id property.
|
LatitudeLongitudeElementType |
getLatitudeLongitude()
Gets the value of the latitudeLongitude property.
|
NonNegativeScalarElementType |
getLoiterDepth()
Gets the value of the loiterDepth property.
|
SpeedElementType |
getMakeKnots()
Gets the value of the makeKnots property.
|
SpeedElementType |
getMakeSpeed()
Gets the value of the makeSpeed property.
|
XyElementType |
getRelativeXYPosition()
Gets the value of the relativeXYPosition property.
|
SetPowerCommandType |
getSetPower()
Gets the value of the setPower property.
|
PositiveScalarElementType |
getTimeOut()
Gets the value of the timeOut property.
|
Double |
getTimeStamp()
Gets the value of the timeStamp property.
|
XyElementType |
getXYPosition()
Gets the value of the xyPosition property.
|
void |
setAltitude(NonNegativeScalarElementType value)
Sets the value of the altitude property.
|
void |
setDepth(NonNegativeScalarElementType value)
Sets the value of the depth property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setLatitudeLongitude(LatitudeLongitudeElementType value)
Sets the value of the latitudeLongitude property.
|
void |
setLoiterDepth(NonNegativeScalarElementType value)
Sets the value of the loiterDepth property.
|
void |
setMakeKnots(SpeedElementType value)
Sets the value of the makeKnots property.
|
void |
setMakeSpeed(SpeedElementType value)
Sets the value of the makeSpeed property.
|
void |
setRelativeXYPosition(XyElementType value)
Sets the value of the relativeXYPosition property.
|
void |
setSetPower(SetPowerCommandType value)
Sets the value of the setPower property.
|
void |
setTimeOut(PositiveScalarElementType value)
Sets the value of the timeOut property.
|
void |
setTimeStamp(Double value)
Sets the value of the timeStamp property.
|
void |
setXYPosition(XyElementType value)
Sets the value of the xyPosition property.
|
protected LatitudeLongitudeElementType latitudeLongitude
protected XyElementType xyPosition
protected XyElementType relativeXYPosition
protected NonNegativeScalarElementType depth
protected NonNegativeScalarElementType altitude
protected SetPowerCommandType setPower
protected SpeedElementType makeKnots
protected SpeedElementType makeSpeed
protected NonNegativeScalarElementType loiterDepth
protected PositiveScalarElementType timeOut
protected Double timeStamp
protected String description
protected String id
public LatitudeLongitudeElementType getLatitudeLongitude()
LatitudeLongitudeElementType
public void setLatitudeLongitude(LatitudeLongitudeElementType value)
value
- allowed object is
LatitudeLongitudeElementType
public XyElementType getXYPosition()
XyElementType
public void setXYPosition(XyElementType value)
value
- allowed object is
XyElementType
public XyElementType getRelativeXYPosition()
XyElementType
public void setRelativeXYPosition(XyElementType value)
value
- allowed object is
XyElementType
public NonNegativeScalarElementType getDepth()
NonNegativeScalarElementType
public void setDepth(NonNegativeScalarElementType value)
value
- allowed object is
NonNegativeScalarElementType
public NonNegativeScalarElementType getAltitude()
NonNegativeScalarElementType
public void setAltitude(NonNegativeScalarElementType value)
value
- allowed object is
NonNegativeScalarElementType
public SetPowerCommandType getSetPower()
SetPowerCommandType
public void setSetPower(SetPowerCommandType value)
value
- allowed object is
SetPowerCommandType
public SpeedElementType getMakeKnots()
SpeedElementType
public void setMakeKnots(SpeedElementType value)
value
- allowed object is
SpeedElementType
public SpeedElementType getMakeSpeed()
SpeedElementType
public void setMakeSpeed(SpeedElementType value)
value
- allowed object is
SpeedElementType
public NonNegativeScalarElementType getLoiterDepth()
NonNegativeScalarElementType
public void setLoiterDepth(NonNegativeScalarElementType value)
value
- allowed object is
NonNegativeScalarElementType
public PositiveScalarElementType getTimeOut()
PositiveScalarElementType
public void setTimeOut(PositiveScalarElementType value)
value
- allowed object is
PositiveScalarElementType
public Double getTimeStamp()
Double
public void setTimeStamp(Double value)
value
- allowed object is
Double
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String