public class UuvSlidingModeControlType extends Object
Java class for UuvSlidingModeControlType complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="UuvSlidingModeControlType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="HeadingConstants" type="{}UuvSlidingModeHeadingConstantsType"/>
         <element name="DepthConstants" type="{}UuvSlidingModeDepthConstantsType"/>
       </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 UuvSlidingModeDepthConstantsType | depthConstants | 
| protected String | description | 
| protected boolean | enabled | 
| protected UuvSlidingModeHeadingConstantsType | headingConstants | 
| Constructor and Description | 
|---|
| UuvSlidingModeControlType() | 
| Modifier and Type | Method and Description | 
|---|---|
| UuvSlidingModeDepthConstantsType | getDepthConstants()Gets the value of the depthConstants property. | 
| String | getDescription()Gets the value of the description property. | 
| UuvSlidingModeHeadingConstantsType | getHeadingConstants()Gets the value of the headingConstants property. | 
| boolean | isEnabled()Gets the value of the enabled property. | 
| void | setDepthConstants(UuvSlidingModeDepthConstantsType value)Sets the value of the depthConstants property. | 
| void | setDescription(String value)Sets the value of the description property. | 
| void | setEnabled(boolean value)Sets the value of the enabled property. | 
| void | setHeadingConstants(UuvSlidingModeHeadingConstantsType value)Sets the value of the headingConstants property. | 
protected UuvSlidingModeHeadingConstantsType headingConstants
protected UuvSlidingModeDepthConstantsType depthConstants
protected boolean enabled
protected String description
public UuvSlidingModeHeadingConstantsType getHeadingConstants()
UuvSlidingModeHeadingConstantsTypepublic void setHeadingConstants(UuvSlidingModeHeadingConstantsType value)
value - allowed object is
     UuvSlidingModeHeadingConstantsTypepublic UuvSlidingModeDepthConstantsType getDepthConstants()
UuvSlidingModeDepthConstantsTypepublic void setDepthConstants(UuvSlidingModeDepthConstantsType value)
value - allowed object is
     UuvSlidingModeDepthConstantsTypepublic boolean isEnabled()
public void setEnabled(boolean value)
public String getDescription()
String