Package gov.nasa.arc.pds.xml.generated
Class DataSetPDS3
java.lang.Object
gov.nasa.arc.pds.xml.generated.DataSetPDS3
public class DataSetPDS3 extends Object
The Data Set PDS3 class is used to capture the
         data set information from the PDS3 Data Set
         Catalog.
 
 
Java class for Data_Set_PDS3 complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="Data_Set_PDS3">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="data_set_id" type="{http://pds.nasa.gov/pds4/pds/v1}data_set_id"/>
         <element name="data_set_name" type="{http://pds.nasa.gov/pds4/pds/v1}data_set_name"/>
         <element name="data_set_release_date" type="{http://pds.nasa.gov/pds4/pds/v1}data_set_release_date"/>
         <element name="start_time" type="{http://pds.nasa.gov/pds4/pds/v1}start_time" minOccurs="0"/>
         <element name="start_date_time" type="{http://pds.nasa.gov/pds4/pds/v1}start_date_time" minOccurs="0"/>
         <element name="stop_time" type="{http://pds.nasa.gov/pds4/pds/v1}stop_time" minOccurs="0"/>
         <element name="stop_date_time" type="{http://pds.nasa.gov/pds4/pds/v1}stop_date_time" minOccurs="0"/>
         <element name="producer_full_name" type="{http://pds.nasa.gov/pds4/pds/v1}producer_full_name"/>
         <element name="citation_text" type="{http://pds.nasa.gov/pds4/pds/v1}citation_text"/>
         <element name="data_set_terse_desc" type="{http://pds.nasa.gov/pds4/pds/v1}data_set_terse_desc"/>
         <element name="abstract_desc" type="{http://pds.nasa.gov/pds4/pds/v1}abstract_desc"/>
         <element name="data_set_desc" type="{http://pds.nasa.gov/pds4/pds/v1}data_set_desc"/>
         <element name="confidence_level_note" type="{http://pds.nasa.gov/pds4/pds/v1}confidence_level_note"/>
         <element name="archive_status" type="{http://pds.nasa.gov/pds4/pds/v1}archive_status"/>
         <element name="NSSDC" type="{http://pds.nasa.gov/pds4/pds/v1}NSSDC" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 - 
Field SummaryFields Modifier and Type Field Description protected StringabstractDescprotected StringarchiveStatusprotected StringcitationTextprotected StringconfidenceLevelNoteprotected StringdataSetDescprotected StringdataSetIdprotected StringdataSetNameprotected StringdataSetReleaseDateprotected StringdataSetTerseDescprotected List<NSSDC>nssdcsprotected StringproducerFullNameprotected JAXBElement<StartDateTime>startDateTimeprotected JAXBElement<StartTime>startTimeprotected JAXBElement<StopDateTime>stopDateTimeprotected JAXBElement<StopTime>stopTime
- 
Constructor SummaryConstructors Constructor Description DataSetPDS3()
- 
Method SummaryModifier and Type Method Description StringgetAbstractDesc()Gets the value of the abstractDesc property.StringgetArchiveStatus()Gets the value of the archiveStatus property.StringgetCitationText()Gets the value of the citationText property.StringgetConfidenceLevelNote()Gets the value of the confidenceLevelNote property.StringgetDataSetDesc()Gets the value of the dataSetDesc property.StringgetDataSetId()Gets the value of the dataSetId property.StringgetDataSetName()Gets the value of the dataSetName property.StringgetDataSetReleaseDate()Gets the value of the dataSetReleaseDate property.StringgetDataSetTerseDesc()Gets the value of the dataSetTerseDesc property.List<NSSDC>getNSSDCS()Gets the value of the nssdcs property.StringgetProducerFullName()Gets the value of the producerFullName property.JAXBElement<StartDateTime>getStartDateTime()Gets the value of the startDateTime property.JAXBElement<StartTime>getStartTime()Gets the value of the startTime property.JAXBElement<StopDateTime>getStopDateTime()Gets the value of the stopDateTime property.JAXBElement<StopTime>getStopTime()Gets the value of the stopTime property.voidsetAbstractDesc(String value)Sets the value of the abstractDesc property.voidsetArchiveStatus(String value)Sets the value of the archiveStatus property.voidsetCitationText(String value)Sets the value of the citationText property.voidsetConfidenceLevelNote(String value)Sets the value of the confidenceLevelNote property.voidsetDataSetDesc(String value)Sets the value of the dataSetDesc property.voidsetDataSetId(String value)Sets the value of the dataSetId property.voidsetDataSetName(String value)Sets the value of the dataSetName property.voidsetDataSetReleaseDate(String value)Sets the value of the dataSetReleaseDate property.voidsetDataSetTerseDesc(String value)Sets the value of the dataSetTerseDesc property.voidsetProducerFullName(String value)Sets the value of the producerFullName property.voidsetStartDateTime(JAXBElement<StartDateTime> value)Sets the value of the startDateTime property.voidsetStartTime(JAXBElement<StartTime> value)Sets the value of the startTime property.voidsetStopDateTime(JAXBElement<StopDateTime> value)Sets the value of the stopDateTime property.voidsetStopTime(JAXBElement<StopTime> value)Sets the value of the stopTime property.
- 
Field Details- 
dataSetId
- 
dataSetName
- 
dataSetReleaseDate
- 
startTime
- 
startDateTime
- 
stopTime
- 
stopDateTime
- 
producerFullName
- 
citationText
- 
dataSetTerseDesc
- 
abstractDesc
- 
dataSetDesc
- 
confidenceLevelNote
- 
archiveStatus
- 
nssdcs
 
- 
- 
Constructor Details- 
DataSetPDS3public DataSetPDS3()
 
- 
- 
Method Details- 
getDataSetIdGets the value of the dataSetId property.- Returns:
- possible object is
     String
 
- 
setDataSetIdSets the value of the dataSetId property.- Parameters:
- value- allowed object is- String
 
- 
getDataSetNameGets the value of the dataSetName property.- Returns:
- possible object is
     String
 
- 
setDataSetNameSets the value of the dataSetName property.- Parameters:
- value- allowed object is- String
 
- 
getDataSetReleaseDateGets the value of the dataSetReleaseDate property.- Returns:
- possible object is
     String
 
- 
setDataSetReleaseDateSets the value of the dataSetReleaseDate property.- Parameters:
- value- allowed object is- String
 
- 
getStartTimeGets the value of the startTime property.- Returns:
- possible object is
     JAXBElement<StartTime>
 
- 
setStartTimeSets the value of the startTime property.- Parameters:
- value- allowed object is- JAXBElement- <- StartTime- >
 
- 
getStartDateTimeGets the value of the startDateTime property.- Returns:
- possible object is
     JAXBElement<StartDateTime>
 
- 
setStartDateTimeSets the value of the startDateTime property.- Parameters:
- value- allowed object is- JAXBElement- <- StartDateTime- >
 
- 
getStopTimeGets the value of the stopTime property.- Returns:
- possible object is
     JAXBElement<StopTime>
 
- 
setStopTimeSets the value of the stopTime property.- Parameters:
- value- allowed object is- JAXBElement- <- StopTime- >
 
- 
getStopDateTimeGets the value of the stopDateTime property.- Returns:
- possible object is
     JAXBElement<StopDateTime>
 
- 
setStopDateTimeSets the value of the stopDateTime property.- Parameters:
- value- allowed object is- JAXBElement- <- StopDateTime- >
 
- 
getProducerFullNameGets the value of the producerFullName property.- Returns:
- possible object is
     String
 
- 
setProducerFullNameSets the value of the producerFullName property.- Parameters:
- value- allowed object is- String
 
- 
getCitationTextGets the value of the citationText property.- Returns:
- possible object is
     String
 
- 
setCitationTextSets the value of the citationText property.- Parameters:
- value- allowed object is- String
 
- 
getDataSetTerseDescGets the value of the dataSetTerseDesc property.- Returns:
- possible object is
     String
 
- 
setDataSetTerseDescSets the value of the dataSetTerseDesc property.- Parameters:
- value- allowed object is- String
 
- 
getAbstractDescGets the value of the abstractDesc property.- Returns:
- possible object is
     String
 
- 
setAbstractDescSets the value of the abstractDesc property.- Parameters:
- value- allowed object is- String
 
- 
getDataSetDescGets the value of the dataSetDesc property.- Returns:
- possible object is
     String
 
- 
setDataSetDescSets the value of the dataSetDesc property.- Parameters:
- value- allowed object is- String
 
- 
getConfidenceLevelNoteGets the value of the confidenceLevelNote property.- Returns:
- possible object is
     String
 
- 
setConfidenceLevelNoteSets the value of the confidenceLevelNote property.- Parameters:
- value- allowed object is- String
 
- 
getArchiveStatusGets the value of the archiveStatus property.- Returns:
- possible object is
     String
 
- 
setArchiveStatusSets the value of the archiveStatus property.- Parameters:
- value- allowed object is- String
 
- 
getNSSDCSGets the value of the nssdcs property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a setmethod for the nssdcs property.For example, to add a new item, do as follows: getNSSDCS().add(newItem);Objects of the following type(s) are allowed in the list NSSDC
 
-