public class UuvOpenLoopControlType extends Object
Java class for UuvOpenLoopControlType complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="UuvOpenLoopControlType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="LateralConstants" type="{}UuvOpenLoopLateralConstantsType"/>
         <element name="RotationalConstants" type="{}UuvOpenLoopRotationalConstantsType"/>
       </sequence>
       <attGroup ref="{}commonAttributes"/>
       <attribute name="enabled" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
| protected String | description | 
| protected boolean | enabled | 
| protected UuvOpenLoopLateralConstantsType | lateralConstants | 
| protected UuvOpenLoopRotationalConstantsType | rotationalConstants | 
| Constructor and Description | 
|---|
| UuvOpenLoopControlType() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getDescription()Gets the value of the description property. | 
| UuvOpenLoopLateralConstantsType | getLateralConstants()Gets the value of the lateralConstants property. | 
| UuvOpenLoopRotationalConstantsType | getRotationalConstants()Gets the value of the rotationalConstants property. | 
| boolean | isEnabled()Gets the value of the enabled property. | 
| void | setDescription(String value)Sets the value of the description property. | 
| void | setEnabled(boolean value)Sets the value of the enabled property. | 
| void | setLateralConstants(UuvOpenLoopLateralConstantsType value)Sets the value of the lateralConstants property. | 
| void | setRotationalConstants(UuvOpenLoopRotationalConstantsType value)Sets the value of the rotationalConstants property. | 
protected UuvOpenLoopLateralConstantsType lateralConstants
protected UuvOpenLoopRotationalConstantsType rotationalConstants
protected boolean enabled
protected String description
public UuvOpenLoopLateralConstantsType getLateralConstants()
UuvOpenLoopLateralConstantsTypepublic void setLateralConstants(UuvOpenLoopLateralConstantsType value)
value - allowed object is
     UuvOpenLoopLateralConstantsTypepublic UuvOpenLoopRotationalConstantsType getRotationalConstants()
UuvOpenLoopRotationalConstantsTypepublic void setRotationalConstants(UuvOpenLoopRotationalConstantsType value)
value - allowed object is
     UuvOpenLoopRotationalConstantsTypepublic boolean isEnabled()
public void setEnabled(boolean value)
public String getDescription()
String