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