public class MissionPDS3 extends Object
Java class for Mission_PDS3 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Mission_PDS3">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="mission_name" type="{http://pds.nasa.gov/pds4/pds/v1}mission_name"/>
<element name="mission_desc" type="{http://pds.nasa.gov/pds4/pds/v1}mission_desc"/>
<element name="mission_objectives_summary" type="{http://pds.nasa.gov/pds4/pds/v1}mission_objectives_summary"/>
<element name="mission_start_date" type="{http://pds.nasa.gov/pds4/pds/v1}mission_start_date"/>
<element name="mission_stop_date" type="{http://pds.nasa.gov/pds4/pds/v1}mission_stop_date"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
missionDesc |
protected String |
missionName |
protected String |
missionObjectivesSummary |
protected String |
missionStartDate |
protected String |
missionStopDate |
| Constructor and Description |
|---|
MissionPDS3() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMissionDesc()
Gets the value of the missionDesc property.
|
String |
getMissionName()
Gets the value of the missionName property.
|
String |
getMissionObjectivesSummary()
Gets the value of the missionObjectivesSummary property.
|
String |
getMissionStartDate()
Gets the value of the missionStartDate property.
|
String |
getMissionStopDate()
Gets the value of the missionStopDate property.
|
void |
setMissionDesc(String value)
Sets the value of the missionDesc property.
|
void |
setMissionName(String value)
Sets the value of the missionName property.
|
void |
setMissionObjectivesSummary(String value)
Sets the value of the missionObjectivesSummary property.
|
void |
setMissionStartDate(String value)
Sets the value of the missionStartDate property.
|
void |
setMissionStopDate(String value)
Sets the value of the missionStopDate property.
|
protected String missionName
protected String missionDesc
protected String missionObjectivesSummary
protected String missionStartDate
protected String missionStopDate
public String getMissionName()
Stringpublic void setMissionName(String value)
value - allowed object is
Stringpublic String getMissionDesc()
Stringpublic void setMissionDesc(String value)
value - allowed object is
Stringpublic String getMissionObjectivesSummary()
Stringpublic void setMissionObjectivesSummary(String value)
value - allowed object is
Stringpublic String getMissionStartDate()
Stringpublic void setMissionStartDate(String value)
value - allowed object is
Stringpublic String getMissionStopDate()
StringCopyright © 2021. All rights reserved.