public class SetThrusterCommandType extends Object
Java class for setThrusterCommandType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="setThrusterCommandType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <choice> <element ref="{}BowLateralThruster"/> <element ref="{}SternLateralThruster"/> <element ref="{}LateralThrusters"/> <element ref="{}BowVerticalThruster"/> <element ref="{}SternVerticalThruster"/> <element ref="{}VerticalThrusters"/> </choice> </sequence> <attGroup ref="{}CommonAttributes"/> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected SignedPercentElementType |
bowLateralThruster |
protected SignedPercentElementType |
bowVerticalThruster |
protected String |
description |
protected String |
id |
protected SignedPercentElementType |
lateralThrusters |
protected SignedPercentElementType |
sternLateralThruster |
protected SignedPercentElementType |
sternVerticalThruster |
protected Double |
timeStamp |
protected SignedPercentElementType |
verticalThrusters |
Constructor and Description |
---|
SetThrusterCommandType() |
Modifier and Type | Method and Description |
---|---|
SignedPercentElementType |
getBowLateralThruster()
Gets the value of the bowLateralThruster property.
|
SignedPercentElementType |
getBowVerticalThruster()
Gets the value of the bowVerticalThruster property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getId()
Gets the value of the id property.
|
SignedPercentElementType |
getLateralThrusters()
Gets the value of the lateralThrusters property.
|
SignedPercentElementType |
getSternLateralThruster()
Gets the value of the sternLateralThruster property.
|
SignedPercentElementType |
getSternVerticalThruster()
Gets the value of the sternVerticalThruster property.
|
Double |
getTimeStamp()
Gets the value of the timeStamp property.
|
SignedPercentElementType |
getVerticalThrusters()
Gets the value of the verticalThrusters property.
|
void |
setBowLateralThruster(SignedPercentElementType value)
Sets the value of the bowLateralThruster property.
|
void |
setBowVerticalThruster(SignedPercentElementType value)
Sets the value of the bowVerticalThruster property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setLateralThrusters(SignedPercentElementType value)
Sets the value of the lateralThrusters property.
|
void |
setSternLateralThruster(SignedPercentElementType value)
Sets the value of the sternLateralThruster property.
|
void |
setSternVerticalThruster(SignedPercentElementType value)
Sets the value of the sternVerticalThruster property.
|
void |
setTimeStamp(Double value)
Sets the value of the timeStamp property.
|
void |
setVerticalThrusters(SignedPercentElementType value)
Sets the value of the verticalThrusters property.
|
protected SignedPercentElementType bowLateralThruster
protected SignedPercentElementType sternLateralThruster
protected SignedPercentElementType lateralThrusters
protected SignedPercentElementType bowVerticalThruster
protected SignedPercentElementType sternVerticalThruster
protected SignedPercentElementType verticalThrusters
protected Double timeStamp
protected String description
protected String id
public SignedPercentElementType getBowLateralThruster()
SignedPercentElementType
public void setBowLateralThruster(SignedPercentElementType value)
value
- allowed object is
SignedPercentElementType
public SignedPercentElementType getSternLateralThruster()
SignedPercentElementType
public void setSternLateralThruster(SignedPercentElementType value)
value
- allowed object is
SignedPercentElementType
public SignedPercentElementType getLateralThrusters()
SignedPercentElementType
public void setLateralThrusters(SignedPercentElementType value)
value
- allowed object is
SignedPercentElementType
public SignedPercentElementType getBowVerticalThruster()
SignedPercentElementType
public void setBowVerticalThruster(SignedPercentElementType value)
value
- allowed object is
SignedPercentElementType
public SignedPercentElementType getSternVerticalThruster()
SignedPercentElementType
public void setSternVerticalThruster(SignedPercentElementType value)
value
- allowed object is
SignedPercentElementType
public SignedPercentElementType getVerticalThrusters()
SignedPercentElementType
public void setVerticalThrusters(SignedPercentElementType value)
value
- allowed object is
SignedPercentElementType
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