|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.arc.pds.xml.generated.MissionPDS3
public class MissionPDS3
The Mission PDS3 class describes an activity involved in the collection of data. This class captures the PDS3 catalog Mission information.
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}ASCII_Short_String_Collapsed"/> <element name="mission_desc" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Text_Preserved"/> <element name="mission_objectives_summary" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Text_Preserved"/> <element name="mission_start_date" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Short_String_Collapsed"/> <element name="mission_stop_date" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Short_String_Collapsed"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected String |
missionDesc
|
protected String |
missionName
|
protected String |
missionObjectivesSummary
|
protected String |
missionStartDate
|
protected String |
missionStopDate
|
Constructor Summary | |
---|---|
MissionPDS3()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String missionName
protected String missionDesc
protected String missionObjectivesSummary
protected String missionStartDate
protected String missionStopDate
Constructor Detail |
---|
public MissionPDS3()
Method Detail |
---|
public String getMissionName()
String
public void setMissionName(String value)
value
- allowed object is
String
public String getMissionDesc()
String
public void setMissionDesc(String value)
value
- allowed object is
String
public String getMissionObjectivesSummary()
String
public void setMissionObjectivesSummary(String value)
value
- allowed object is
String
public String getMissionStartDate()
String
public void setMissionStartDate(String value)
value
- allowed object is
String
public String getMissionStopDate()
String
public void setMissionStopDate(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |