Package gov.nasa.arc.pds.xml.generated
Class MissionPDS3
java.lang.Object
gov.nasa.arc.pds.xml.generated.MissionPDS3
public class MissionPDS3 extends Object
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}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 StringmissionDescprotected StringmissionNameprotected StringmissionObjectivesSummaryprotected StringmissionStartDateprotected StringmissionStopDate
- 
Constructor SummaryConstructors Constructor Description MissionPDS3()
- 
Method SummaryModifier and Type Method Description StringgetMissionDesc()Gets the value of the missionDesc property.StringgetMissionName()Gets the value of the missionName property.StringgetMissionObjectivesSummary()Gets the value of the missionObjectivesSummary property.StringgetMissionStartDate()Gets the value of the missionStartDate property.StringgetMissionStopDate()Gets the value of the missionStopDate property.voidsetMissionDesc(String value)Sets the value of the missionDesc property.voidsetMissionName(String value)Sets the value of the missionName property.voidsetMissionObjectivesSummary(String value)Sets the value of the missionObjectivesSummary property.voidsetMissionStartDate(String value)Sets the value of the missionStartDate property.voidsetMissionStopDate(String value)Sets the value of the missionStopDate property.
- 
Field Details- 
missionName
- 
missionDesc
- 
missionObjectivesSummary
- 
missionStartDate
- 
missionStopDate
 
- 
- 
Constructor Details- 
MissionPDS3public MissionPDS3()
 
- 
- 
Method Details- 
getMissionNameGets the value of the missionName property.- Returns:
- possible object is
     String
 
- 
setMissionNameSets the value of the missionName property.- Parameters:
- value- allowed object is- String
 
- 
getMissionDescGets the value of the missionDesc property.- Returns:
- possible object is
     String
 
- 
setMissionDescSets the value of the missionDesc property.- Parameters:
- value- allowed object is- String
 
- 
getMissionObjectivesSummaryGets the value of the missionObjectivesSummary property.- Returns:
- possible object is
     String
 
- 
setMissionObjectivesSummarySets the value of the missionObjectivesSummary property.- Parameters:
- value- allowed object is- String
 
- 
getMissionStartDateGets the value of the missionStartDate property.- Returns:
- possible object is
     String
 
- 
setMissionStartDateSets the value of the missionStartDate property.- Parameters:
- value- allowed object is- String
 
- 
getMissionStopDateGets the value of the missionStopDate property.- Returns:
- possible object is
     String
 
- 
setMissionStopDateSets the value of the missionStopDate property.- Parameters:
- value- allowed object is- String
 
 
-