public class UuvPidControlType extends Object
Java class for UuvPidControlType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UuvPidControlType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="AngularConstants" type="{}UuvPidAngularConstantsType"/> <element name="LinearConstants" type="{}UuvPidLinearConstantsType"/> <element name="SpeedConstants" type="{}UuvPidSpeedConstantsType"/> <element name="HoverConstants" type="{}UuvPidHoverConstantsType"/> <element name="DepthConstants" type="{}UuvPidDepthConstantsType"/> <element name="CurrentConstants" type="{}UuvPidCurrentConstantsType"/> </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 UuvPidAngularConstantsType |
angularConstants |
protected UuvPidCurrentConstantsType |
currentConstants |
protected UuvPidDepthConstantsType |
depthConstants |
protected String |
description |
protected boolean |
enabled |
protected UuvPidHoverConstantsType |
hoverConstants |
protected UuvPidLinearConstantsType |
linearConstants |
protected UuvPidSpeedConstantsType |
speedConstants |
Constructor and Description |
---|
UuvPidControlType() |
Modifier and Type | Method and Description |
---|---|
UuvPidAngularConstantsType |
getAngularConstants()
Gets the value of the angularConstants property.
|
UuvPidCurrentConstantsType |
getCurrentConstants()
Gets the value of the currentConstants property.
|
UuvPidDepthConstantsType |
getDepthConstants()
Gets the value of the depthConstants property.
|
String |
getDescription()
Gets the value of the description property.
|
UuvPidHoverConstantsType |
getHoverConstants()
Gets the value of the hoverConstants property.
|
UuvPidLinearConstantsType |
getLinearConstants()
Gets the value of the linearConstants property.
|
UuvPidSpeedConstantsType |
getSpeedConstants()
Gets the value of the speedConstants property.
|
boolean |
isEnabled()
Gets the value of the enabled property.
|
void |
setAngularConstants(UuvPidAngularConstantsType value)
Sets the value of the angularConstants property.
|
void |
setCurrentConstants(UuvPidCurrentConstantsType value)
Sets the value of the currentConstants property.
|
void |
setDepthConstants(UuvPidDepthConstantsType 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 |
setHoverConstants(UuvPidHoverConstantsType value)
Sets the value of the hoverConstants property.
|
void |
setLinearConstants(UuvPidLinearConstantsType value)
Sets the value of the linearConstants property.
|
void |
setSpeedConstants(UuvPidSpeedConstantsType value)
Sets the value of the speedConstants property.
|
protected UuvPidAngularConstantsType angularConstants
protected UuvPidLinearConstantsType linearConstants
protected UuvPidSpeedConstantsType speedConstants
protected UuvPidHoverConstantsType hoverConstants
protected UuvPidDepthConstantsType depthConstants
protected UuvPidCurrentConstantsType currentConstants
protected boolean enabled
protected String description
public UuvPidAngularConstantsType getAngularConstants()
UuvPidAngularConstantsType
public void setAngularConstants(UuvPidAngularConstantsType value)
value
- allowed object is
UuvPidAngularConstantsType
public UuvPidLinearConstantsType getLinearConstants()
UuvPidLinearConstantsType
public void setLinearConstants(UuvPidLinearConstantsType value)
value
- allowed object is
UuvPidLinearConstantsType
public UuvPidSpeedConstantsType getSpeedConstants()
UuvPidSpeedConstantsType
public void setSpeedConstants(UuvPidSpeedConstantsType value)
value
- allowed object is
UuvPidSpeedConstantsType
public UuvPidHoverConstantsType getHoverConstants()
UuvPidHoverConstantsType
public void setHoverConstants(UuvPidHoverConstantsType value)
value
- allowed object is
UuvPidHoverConstantsType
public UuvPidDepthConstantsType getDepthConstants()
UuvPidDepthConstantsType
public void setDepthConstants(UuvPidDepthConstantsType value)
value
- allowed object is
UuvPidDepthConstantsType
public UuvPidCurrentConstantsType getCurrentConstants()
UuvPidCurrentConstantsType
public void setCurrentConstants(UuvPidCurrentConstantsType value)
value
- allowed object is
UuvPidCurrentConstantsType
public boolean isEnabled()
public void setEnabled(boolean value)
public String getDescription()
String