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()
SignedPercentElementTypepublic void setBowLateralThruster(SignedPercentElementType value)
value - allowed object is
     SignedPercentElementTypepublic SignedPercentElementType getSternLateralThruster()
SignedPercentElementTypepublic void setSternLateralThruster(SignedPercentElementType value)
value - allowed object is
     SignedPercentElementTypepublic SignedPercentElementType getLateralThrusters()
SignedPercentElementTypepublic void setLateralThrusters(SignedPercentElementType value)
value - allowed object is
     SignedPercentElementTypepublic SignedPercentElementType getBowVerticalThruster()
SignedPercentElementTypepublic void setBowVerticalThruster(SignedPercentElementType value)
value - allowed object is
     SignedPercentElementTypepublic SignedPercentElementType getSternVerticalThruster()
SignedPercentElementTypepublic void setSternVerticalThruster(SignedPercentElementType value)
value - allowed object is
     SignedPercentElementTypepublic SignedPercentElementType getVerticalThrusters()
SignedPercentElementTypepublic void setVerticalThrusters(SignedPercentElementType value)
value - allowed object is
     SignedPercentElementTypepublic Double getTimeStamp()
Doublepublic void setTimeStamp(Double value)
value - allowed object is
     Doublepublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
     String