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