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()
PropellersOrderUUVElementType
public void setPropellersUUV(PropellersOrderUUVElementType value)
value
- allowed object is
PropellersOrderUUVElementType
public SignedPercentElementType getRudder()
SignedPercentElementType
public void setRudder(SignedPercentElementType value)
value
- allowed object is
SignedPercentElementType
public UuvPlanesOrderElementType getPlanes()
UuvPlanesOrderElementType
public void setPlanes(UuvPlanesOrderElementType value)
value
- allowed object is
UuvPlanesOrderElementType
public UuvBodyThrustersOrderElementType getBodyThrusters()
UuvBodyThrustersOrderElementType
public void setBodyThrusters(UuvBodyThrustersOrderElementType value)
value
- allowed object is
UuvBodyThrustersOrderElementType
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