public class UavGoalCapabilitiesType extends Object
Java class for UavGoalCapabilitiesType complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="UavGoalCapabilitiesType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Achievable" type="{}GoalAchievableType"/>
         <element name="AchievementParameters" type="{}UavGoalAchievementParametersType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
| protected GoalAchievableType | achievable | 
| protected UavGoalAchievementParametersType | achievementParameters | 
| Constructor and Description | 
|---|
| UavGoalCapabilitiesType() | 
| Modifier and Type | Method and Description | 
|---|---|
| GoalAchievableType | getAchievable()Gets the value of the achievable property. | 
| UavGoalAchievementParametersType | getAchievementParameters()Gets the value of the achievementParameters property. | 
| void | setAchievable(GoalAchievableType value)Sets the value of the achievable property. | 
| void | setAchievementParameters(UavGoalAchievementParametersType value)Sets the value of the achievementParameters property. | 
protected GoalAchievableType achievable
protected UavGoalAchievementParametersType achievementParameters
public GoalAchievableType getAchievable()
GoalAchievableTypepublic void setAchievable(GoalAchievableType value)
value - allowed object is
     GoalAchievableTypepublic UavGoalAchievementParametersType getAchievementParameters()
UavGoalAchievementParametersTypepublic void setAchievementParameters(UavGoalAchievementParametersType value)
value - allowed object is
     UavGoalAchievementParametersType