public class UavGoalAchievementParametersType extends GoalAchievementParametersType
Java class for UavGoalAchievementParametersType complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="UavGoalAchievementParametersType">
   <complexContent>
     <extension base="{}GoalAchievementParametersType">
       <attribute name="defaultGoalMSLAltitude" type="{}nonNegativeScalar" default="0.0" />
       <attribute name="defaultGoalAGLAltitude" type="{}nonNegativeScalar" default="0.0" />
       <attribute name="transitMSLAltitude" type="{}nonNegativeScalar" default="0.0" />
       <attribute name="transitAGLAltitude" type="{}nonNegativeScalar" default="0.0" />
     </extension>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
| protected Double | defaultGoalAGLAltitude | 
| protected Double | defaultGoalMSLAltitude | 
| protected Double | transitAGLAltitude | 
| protected Double | transitMSLAltitude | 
contaminantDetectRange, maximumSpeed, minWaypointDistance, patrolSpeed, searchSpeed, sweepWidth, targetEngageRange, transitSpeed, turnRadius| Constructor and Description | 
|---|
| UavGoalAchievementParametersType() | 
| Modifier and Type | Method and Description | 
|---|---|
| double | getDefaultGoalAGLAltitude()Gets the value of the defaultGoalAGLAltitude property. | 
| double | getDefaultGoalMSLAltitude()Gets the value of the defaultGoalMSLAltitude property. | 
| double | getTransitAGLAltitude()Gets the value of the transitAGLAltitude property. | 
| double | getTransitMSLAltitude()Gets the value of the transitMSLAltitude property. | 
| void | setDefaultGoalAGLAltitude(Double value)Sets the value of the defaultGoalAGLAltitude property. | 
| void | setDefaultGoalMSLAltitude(Double value)Sets the value of the defaultGoalMSLAltitude property. | 
| void | setTransitAGLAltitude(Double value)Sets the value of the transitAGLAltitude property. | 
| void | setTransitMSLAltitude(Double value)Sets the value of the transitMSLAltitude property. | 
getContaminantDetectRange, getMaximumSpeed, getMinWaypointDistance, getPatrolSpeed, getSearchSpeed, getSweepWidth, getTargetEngageRange, getTransitSpeed, getTurnRadius, setContaminantDetectRange, setMaximumSpeed, setMinWaypointDistance, setPatrolSpeed, setSearchSpeed, setSweepWidth, setTargetEngageRange, setTransitSpeed, setTurnRadiusprotected Double defaultGoalMSLAltitude
protected Double defaultGoalAGLAltitude
protected Double transitMSLAltitude
protected Double transitAGLAltitude
public double getDefaultGoalMSLAltitude()
Doublepublic void setDefaultGoalMSLAltitude(Double value)
value - allowed object is
     Doublepublic double getDefaultGoalAGLAltitude()
Doublepublic void setDefaultGoalAGLAltitude(Double value)
value - allowed object is
     Doublepublic double getTransitMSLAltitude()
Doublepublic void setTransitMSLAltitude(Double value)
value - allowed object is
     Doublepublic double getTransitAGLAltitude()
Double