public class AgendaMissionElementType extends Object
Java class for agendaMissionElementType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="agendaMissionElementType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{}LaunchPosition" minOccurs="0"/> <element ref="{}RecoveryPosition" minOccurs="0"/> <element ref="{}GoalList"/> <element ref="{}ConstraintList" minOccurs="0"/> </sequence> <attGroup ref="{}CommonAttributes"/> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected AgendaConstraintListType |
constraintList |
protected String |
description |
protected AgendaGoalListType |
goalList |
protected String |
id |
protected AbsoluteHorizontalPositionElementType |
launchPosition |
protected AbsoluteHorizontalPositionElementType |
recoveryPosition |
protected Double |
timeStamp |
Constructor and Description |
---|
AgendaMissionElementType() |
Modifier and Type | Method and Description |
---|---|
AgendaConstraintListType |
getConstraintList()
Gets the value of the constraintList property.
|
String |
getDescription()
Gets the value of the description property.
|
AgendaGoalListType |
getGoalList()
Gets the value of the goalList property.
|
String |
getId()
Gets the value of the id property.
|
AbsoluteHorizontalPositionElementType |
getLaunchPosition()
Gets the value of the launchPosition property.
|
AbsoluteHorizontalPositionElementType |
getRecoveryPosition()
Gets the value of the recoveryPosition property.
|
Double |
getTimeStamp()
Gets the value of the timeStamp property.
|
void |
setConstraintList(AgendaConstraintListType value)
Sets the value of the constraintList property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setGoalList(AgendaGoalListType value)
Sets the value of the goalList property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setLaunchPosition(AbsoluteHorizontalPositionElementType value)
Sets the value of the launchPosition property.
|
void |
setRecoveryPosition(AbsoluteHorizontalPositionElementType value)
Sets the value of the recoveryPosition property.
|
void |
setTimeStamp(Double value)
Sets the value of the timeStamp property.
|
protected AbsoluteHorizontalPositionElementType launchPosition
protected AbsoluteHorizontalPositionElementType recoveryPosition
protected AgendaGoalListType goalList
protected AgendaConstraintListType constraintList
protected Double timeStamp
protected String description
protected String id
public AbsoluteHorizontalPositionElementType getLaunchPosition()
AbsoluteHorizontalPositionElementType
public void setLaunchPosition(AbsoluteHorizontalPositionElementType value)
value
- allowed object is
AbsoluteHorizontalPositionElementType
public AbsoluteHorizontalPositionElementType getRecoveryPosition()
AbsoluteHorizontalPositionElementType
public void setRecoveryPosition(AbsoluteHorizontalPositionElementType value)
value
- allowed object is
AbsoluteHorizontalPositionElementType
public AgendaGoalListType getGoalList()
AgendaGoalListType
public void setGoalList(AgendaGoalListType value)
value
- allowed object is
AgendaGoalListType
public AgendaConstraintListType getConstraintList()
AgendaConstraintListType
public void setConstraintList(AgendaConstraintListType value)
value
- allowed object is
AgendaConstraintListType
public Double getTimeStamp()
Double
public void setTimeStamp(Double value)
value
- allowed object is
Double
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String