Package gov.nasa.arc.pds.xml.generated
Class MissionPDS3
- java.lang.Object
- 
- gov.nasa.arc.pds.xml.generated.MissionPDS3
 
- 
 public class MissionPDS3 extends java.lang.ObjectThe 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}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>
- 
- 
Field SummaryFields Modifier and Type Field Description protected java.lang.StringmissionDescprotected java.lang.StringmissionNameprotected java.lang.StringmissionObjectivesSummaryprotected java.lang.StringmissionStartDateprotected java.lang.StringmissionStopDate
 - 
Constructor SummaryConstructors Constructor Description MissionPDS3()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetMissionDesc()Gets the value of the missionDesc property.java.lang.StringgetMissionName()Gets the value of the missionName property.java.lang.StringgetMissionObjectivesSummary()Gets the value of the missionObjectivesSummary property.java.lang.StringgetMissionStartDate()Gets the value of the missionStartDate property.java.lang.StringgetMissionStopDate()Gets the value of the missionStopDate property.voidsetMissionDesc(java.lang.String value)Sets the value of the missionDesc property.voidsetMissionName(java.lang.String value)Sets the value of the missionName property.voidsetMissionObjectivesSummary(java.lang.String value)Sets the value of the missionObjectivesSummary property.voidsetMissionStartDate(java.lang.String value)Sets the value of the missionStartDate property.voidsetMissionStopDate(java.lang.String value)Sets the value of the missionStopDate property.
 
- 
- 
- 
Field Detail- 
missionNameprotected java.lang.String missionName 
 - 
missionDescprotected java.lang.String missionDesc 
 - 
missionObjectivesSummaryprotected java.lang.String missionObjectivesSummary 
 - 
missionStartDateprotected java.lang.String missionStartDate 
 - 
missionStopDateprotected java.lang.String missionStopDate 
 
- 
 - 
Method Detail- 
getMissionNamepublic java.lang.String getMissionName() Gets the value of the missionName property.- Returns:
- possible object is
     String
 
 - 
setMissionNamepublic void setMissionName(java.lang.String value) Sets the value of the missionName property.- Parameters:
- value- allowed object is- String
 
 - 
getMissionDescpublic java.lang.String getMissionDesc() Gets the value of the missionDesc property.- Returns:
- possible object is
     String
 
 - 
setMissionDescpublic void setMissionDesc(java.lang.String value) Sets the value of the missionDesc property.- Parameters:
- value- allowed object is- String
 
 - 
getMissionObjectivesSummarypublic java.lang.String getMissionObjectivesSummary() Gets the value of the missionObjectivesSummary property.- Returns:
- possible object is
     String
 
 - 
setMissionObjectivesSummarypublic void setMissionObjectivesSummary(java.lang.String value) Sets the value of the missionObjectivesSummary property.- Parameters:
- value- allowed object is- String
 
 - 
getMissionStartDatepublic java.lang.String getMissionStartDate() Gets the value of the missionStartDate property.- Returns:
- possible object is
     String
 
 - 
setMissionStartDatepublic void setMissionStartDate(java.lang.String value) Sets the value of the missionStartDate property.- Parameters:
- value- allowed object is- String
 
 - 
getMissionStopDatepublic java.lang.String getMissionStopDate() Gets the value of the missionStopDate property.- Returns:
- possible object is
     String
 
 - 
setMissionStopDatepublic void setMissionStopDate(java.lang.String value) Sets the value of the missionStopDate property.- Parameters:
- value- allowed object is- String
 
 
- 
 
-