Class MissionPDS3


  • public class MissionPDS3
    extends java.lang.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>
     
    • Constructor Summary

      Constructors 
      Constructor Description
      MissionPDS3()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getMissionDesc()
      Gets the value of the missionDesc property.
      java.lang.String getMissionName()
      Gets the value of the missionName property.
      java.lang.String getMissionObjectivesSummary()
      Gets the value of the missionObjectivesSummary property.
      java.lang.String getMissionStartDate()
      Gets the value of the missionStartDate property.
      java.lang.String getMissionStopDate()
      Gets the value of the missionStopDate property.
      void setMissionDesc​(java.lang.String value)
      Sets the value of the missionDesc property.
      void setMissionName​(java.lang.String value)
      Sets the value of the missionName property.
      void setMissionObjectivesSummary​(java.lang.String value)
      Sets the value of the missionObjectivesSummary property.
      void setMissionStartDate​(java.lang.String value)
      Sets the value of the missionStartDate property.
      void setMissionStopDate​(java.lang.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

      • missionName

        protected java.lang.String missionName
      • missionDesc

        protected java.lang.String missionDesc
      • missionObjectivesSummary

        protected java.lang.String missionObjectivesSummary
      • missionStartDate

        protected java.lang.String missionStartDate
      • missionStopDate

        protected java.lang.String missionStopDate
    • Constructor Detail

      • MissionPDS3

        public MissionPDS3()
    • Method Detail

      • getMissionName

        public java.lang.String getMissionName()
        Gets the value of the missionName property.
        Returns:
        possible object is String
      • setMissionName

        public void setMissionName​(java.lang.String value)
        Sets the value of the missionName property.
        Parameters:
        value - allowed object is String
      • getMissionDesc

        public java.lang.String getMissionDesc()
        Gets the value of the missionDesc property.
        Returns:
        possible object is String
      • setMissionDesc

        public void setMissionDesc​(java.lang.String value)
        Sets the value of the missionDesc property.
        Parameters:
        value - allowed object is String
      • getMissionObjectivesSummary

        public java.lang.String getMissionObjectivesSummary()
        Gets the value of the missionObjectivesSummary property.
        Returns:
        possible object is String
      • setMissionObjectivesSummary

        public void setMissionObjectivesSummary​(java.lang.String value)
        Sets the value of the missionObjectivesSummary property.
        Parameters:
        value - allowed object is String
      • getMissionStartDate

        public java.lang.String getMissionStartDate()
        Gets the value of the missionStartDate property.
        Returns:
        possible object is String
      • setMissionStartDate

        public void setMissionStartDate​(java.lang.String value)
        Sets the value of the missionStartDate property.
        Parameters:
        value - allowed object is String
      • getMissionStopDate

        public java.lang.String getMissionStopDate()
        Gets the value of the missionStopDate property.
        Returns:
        possible object is String
      • setMissionStopDate

        public void setMissionStopDate​(java.lang.String value)
        Sets the value of the missionStopDate property.
        Parameters:
        value - allowed object is String