public class UuvControlOrdersElementType extends Object
Java class for uuvControlOrdersElementType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="uuvControlOrdersElementType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element ref="{}PropellersUUV" minOccurs="0"/>
<element ref="{}Rudder" minOccurs="0"/>
<element ref="{}Planes" minOccurs="0"/>
<element ref="{}BodyThrusters" minOccurs="0"/>
</all>
<attGroup ref="{}CommonAttributes"/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected UuvBodyThrustersOrderElementType |
bodyThrusters |
protected String |
description |
protected String |
id |
protected UuvPlanesOrderElementType |
planes |
protected PropellersOrderUUVElementType |
propellersUUV |
protected SignedPercentElementType |
rudder |
protected Double |
timeStamp |
| Constructor and Description |
|---|
UuvControlOrdersElementType() |
| Modifier and Type | Method and Description |
|---|---|
UuvBodyThrustersOrderElementType |
getBodyThrusters()
Gets the value of the bodyThrusters property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getId()
Gets the value of the id property.
|
UuvPlanesOrderElementType |
getPlanes()
Gets the value of the planes property.
|
PropellersOrderUUVElementType |
getPropellersUUV()
Gets the value of the propellersUUV property.
|
SignedPercentElementType |
getRudder()
Gets the value of the rudder property.
|
Double |
getTimeStamp()
Gets the value of the timeStamp property.
|
void |
setBodyThrusters(UuvBodyThrustersOrderElementType value)
Sets the value of the bodyThrusters property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setPlanes(UuvPlanesOrderElementType value)
Sets the value of the planes property.
|
void |
setPropellersUUV(PropellersOrderUUVElementType value)
Sets the value of the propellersUUV property.
|
void |
setRudder(SignedPercentElementType value)
Sets the value of the rudder property.
|
void |
setTimeStamp(Double value)
Sets the value of the timeStamp property.
|
protected PropellersOrderUUVElementType propellersUUV
protected SignedPercentElementType rudder
protected UuvPlanesOrderElementType planes
protected UuvBodyThrustersOrderElementType bodyThrusters
protected Double timeStamp
protected String description
protected String id
public PropellersOrderUUVElementType getPropellersUUV()
PropellersOrderUUVElementTypepublic void setPropellersUUV(PropellersOrderUUVElementType value)
value - allowed object is
PropellersOrderUUVElementTypepublic SignedPercentElementType getRudder()
SignedPercentElementTypepublic void setRudder(SignedPercentElementType value)
value - allowed object is
SignedPercentElementTypepublic UuvPlanesOrderElementType getPlanes()
UuvPlanesOrderElementTypepublic void setPlanes(UuvPlanesOrderElementType value)
value - allowed object is
UuvPlanesOrderElementTypepublic UuvBodyThrustersOrderElementType getBodyThrusters()
UuvBodyThrustersOrderElementTypepublic void setBodyThrusters(UuvBodyThrustersOrderElementType value)
value - allowed object is
UuvBodyThrustersOrderElementTypepublic Double getTimeStamp()
Doublepublic void setTimeStamp(Double value)
value - allowed object is
Doublepublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
String