public class UsvControlConstantsType extends Object
Java class for UsvControlConstantsType complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="UsvControlConstantsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="PIDControl" type="{}UsvPidControlType"/>
         <element name="SlidingModeControl" type="{}UsvSlidingModeControlType"/>
         <element name="ControlLimits" type="{}UsvControlLimitsType"/>
         <element name="Standoff" type="{}DistanceType"/>
       </sequence>
       <attGroup ref="{}commonAttributes"/>
       <attribute name="units" use="required" type="{}UnitsOfMeasureType" />
     </restriction>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
| protected UsvControlLimitsType | controlLimits | 
| protected String | description | 
| protected UsvPidControlType | pidControl | 
| protected UsvSlidingModeControlType | slidingModeControl | 
| protected DistanceType | standoff | 
| protected UnitsOfMeasureType | units | 
| Constructor and Description | 
|---|
| UsvControlConstantsType() | 
| Modifier and Type | Method and Description | 
|---|---|
| UsvControlLimitsType | getControlLimits()Gets the value of the controlLimits property. | 
| String | getDescription()Gets the value of the description property. | 
| UsvPidControlType | getPIDControl()Gets the value of the pidControl property. | 
| UsvSlidingModeControlType | getSlidingModeControl()Gets the value of the slidingModeControl property. | 
| DistanceType | getStandoff()Gets the value of the standoff property. | 
| UnitsOfMeasureType | getUnits()Gets the value of the units property. | 
| void | setControlLimits(UsvControlLimitsType value)Sets the value of the controlLimits property. | 
| void | setDescription(String value)Sets the value of the description property. | 
| void | setPIDControl(UsvPidControlType value)Sets the value of the pidControl property. | 
| void | setSlidingModeControl(UsvSlidingModeControlType value)Sets the value of the slidingModeControl property. | 
| void | setStandoff(DistanceType value)Sets the value of the standoff property. | 
| void | setUnits(UnitsOfMeasureType value)Sets the value of the units property. | 
protected UsvPidControlType pidControl
protected UsvSlidingModeControlType slidingModeControl
protected UsvControlLimitsType controlLimits
protected DistanceType standoff
protected UnitsOfMeasureType units
protected String description
public UsvPidControlType getPIDControl()
UsvPidControlTypepublic void setPIDControl(UsvPidControlType value)
value - allowed object is
     UsvPidControlTypepublic UsvSlidingModeControlType getSlidingModeControl()
UsvSlidingModeControlTypepublic void setSlidingModeControl(UsvSlidingModeControlType value)
value - allowed object is
     UsvSlidingModeControlTypepublic UsvControlLimitsType getControlLimits()
UsvControlLimitsTypepublic void setControlLimits(UsvControlLimitsType value)
value - allowed object is
     UsvControlLimitsTypepublic DistanceType getStandoff()
DistanceTypepublic void setStandoff(DistanceType value)
value - allowed object is
     DistanceTypepublic UnitsOfMeasureType getUnits()
UnitsOfMeasureTypepublic void setUnits(UnitsOfMeasureType value)
value - allowed object is
     UnitsOfMeasureTypepublic String getDescription()
String