public class UavControlConstantsType extends Object
Java class for UavControlConstantsType complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="UavControlConstantsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="PIDControl" type="{}UavPidControlType"/>
         <element name="ControlLimits" type="{}UavControlLimitsType"/>
         <element name="Standoff" type="{}DistanceType"/>
       </sequence>
       <attGroup ref="{}commonAttributes"/>
       <attribute name="units" type="{}UnitsOfMeasureType" />
     </restriction>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
| protected UavControlLimitsType | controlLimits | 
| protected String | description | 
| protected UavPidControlType | pidControl | 
| protected DistanceType | standoff | 
| protected UnitsOfMeasureType | units | 
| Constructor and Description | 
|---|
| UavControlConstantsType() | 
| Modifier and Type | Method and Description | 
|---|---|
| UavControlLimitsType | getControlLimits()Gets the value of the controlLimits property. | 
| String | getDescription()Gets the value of the description property. | 
| UavPidControlType | getPIDControl()Gets the value of the pidControl property. | 
| DistanceType | getStandoff()Gets the value of the standoff property. | 
| UnitsOfMeasureType | getUnits()Gets the value of the units property. | 
| void | setControlLimits(UavControlLimitsType value)Sets the value of the controlLimits property. | 
| void | setDescription(String value)Sets the value of the description property. | 
| void | setPIDControl(UavPidControlType value)Sets the value of the pidControl property. | 
| void | setStandoff(DistanceType value)Sets the value of the standoff property. | 
| void | setUnits(UnitsOfMeasureType value)Sets the value of the units property. | 
protected UavPidControlType pidControl
protected UavControlLimitsType controlLimits
protected DistanceType standoff
protected UnitsOfMeasureType units
protected String description
public UavPidControlType getPIDControl()
UavPidControlTypepublic void setPIDControl(UavPidControlType value)
value - allowed object is
     UavPidControlTypepublic UavControlLimitsType getControlLimits()
UavControlLimitsTypepublic void setControlLimits(UavControlLimitsType value)
value - allowed object is
     UavControlLimitsTypepublic 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