Package gov.nasa.arc.pds.xml.generated
Class DataSetPDS3
- java.lang.Object
- 
- gov.nasa.arc.pds.xml.generated.DataSetPDS3
 
- 
 public class DataSetPDS3 extends java.lang.ObjectThe 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 java.lang.StringabstractDescprotected java.lang.StringarchiveStatusprotected java.lang.StringcitationTextprotected java.lang.StringconfidenceLevelNoteprotected java.lang.StringdataSetDescprotected java.lang.StringdataSetIdprotected java.lang.StringdataSetNameprotected java.lang.StringdataSetReleaseDateprotected java.lang.StringdataSetTerseDescprotected java.util.List<NSSDC>nssdcsprotected java.lang.StringproducerFullNameprotected jakarta.xml.bind.JAXBElement<StartDateTime>startDateTimeprotected jakarta.xml.bind.JAXBElement<StartTime>startTimeprotected jakarta.xml.bind.JAXBElement<StopDateTime>stopDateTimeprotected jakarta.xml.bind.JAXBElement<StopTime>stopTime
 - 
Constructor SummaryConstructors Constructor Description DataSetPDS3()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAbstractDesc()Gets the value of the abstractDesc property.java.lang.StringgetArchiveStatus()Gets the value of the archiveStatus property.java.lang.StringgetCitationText()Gets the value of the citationText property.java.lang.StringgetConfidenceLevelNote()Gets the value of the confidenceLevelNote property.java.lang.StringgetDataSetDesc()Gets the value of the dataSetDesc property.java.lang.StringgetDataSetId()Gets the value of the dataSetId property.java.lang.StringgetDataSetName()Gets the value of the dataSetName property.java.lang.StringgetDataSetReleaseDate()Gets the value of the dataSetReleaseDate property.java.lang.StringgetDataSetTerseDesc()Gets the value of the dataSetTerseDesc property.java.util.List<NSSDC>getNSSDCS()Gets the value of the nssdcs property.java.lang.StringgetProducerFullName()Gets the value of the producerFullName property.jakarta.xml.bind.JAXBElement<StartDateTime>getStartDateTime()Gets the value of the startDateTime property.jakarta.xml.bind.JAXBElement<StartTime>getStartTime()Gets the value of the startTime property.jakarta.xml.bind.JAXBElement<StopDateTime>getStopDateTime()Gets the value of the stopDateTime property.jakarta.xml.bind.JAXBElement<StopTime>getStopTime()Gets the value of the stopTime property.voidsetAbstractDesc(java.lang.String value)Sets the value of the abstractDesc property.voidsetArchiveStatus(java.lang.String value)Sets the value of the archiveStatus property.voidsetCitationText(java.lang.String value)Sets the value of the citationText property.voidsetConfidenceLevelNote(java.lang.String value)Sets the value of the confidenceLevelNote property.voidsetDataSetDesc(java.lang.String value)Sets the value of the dataSetDesc property.voidsetDataSetId(java.lang.String value)Sets the value of the dataSetId property.voidsetDataSetName(java.lang.String value)Sets the value of the dataSetName property.voidsetDataSetReleaseDate(java.lang.String value)Sets the value of the dataSetReleaseDate property.voidsetDataSetTerseDesc(java.lang.String value)Sets the value of the dataSetTerseDesc property.voidsetProducerFullName(java.lang.String value)Sets the value of the producerFullName property.voidsetStartDateTime(jakarta.xml.bind.JAXBElement<StartDateTime> value)Sets the value of the startDateTime property.voidsetStartTime(jakarta.xml.bind.JAXBElement<StartTime> value)Sets the value of the startTime property.voidsetStopDateTime(jakarta.xml.bind.JAXBElement<StopDateTime> value)Sets the value of the stopDateTime property.voidsetStopTime(jakarta.xml.bind.JAXBElement<StopTime> value)Sets the value of the stopTime property.
 
- 
- 
- 
Field Detail- 
dataSetIdprotected java.lang.String dataSetId 
 - 
dataSetNameprotected java.lang.String dataSetName 
 - 
dataSetReleaseDateprotected java.lang.String dataSetReleaseDate 
 - 
startTimeprotected jakarta.xml.bind.JAXBElement<StartTime> startTime 
 - 
startDateTimeprotected jakarta.xml.bind.JAXBElement<StartDateTime> startDateTime 
 - 
stopTimeprotected jakarta.xml.bind.JAXBElement<StopTime> stopTime 
 - 
stopDateTimeprotected jakarta.xml.bind.JAXBElement<StopDateTime> stopDateTime 
 - 
producerFullNameprotected java.lang.String producerFullName 
 - 
citationTextprotected java.lang.String citationText 
 - 
dataSetTerseDescprotected java.lang.String dataSetTerseDesc 
 - 
abstractDescprotected java.lang.String abstractDesc 
 - 
dataSetDescprotected java.lang.String dataSetDesc 
 - 
confidenceLevelNoteprotected java.lang.String confidenceLevelNote 
 - 
archiveStatusprotected java.lang.String archiveStatus 
 - 
nssdcsprotected java.util.List<NSSDC> nssdcs 
 
- 
 - 
Method Detail- 
getDataSetIdpublic java.lang.String getDataSetId() Gets the value of the dataSetId property.- Returns:
- possible object is
     String
 
 - 
setDataSetIdpublic void setDataSetId(java.lang.String value) Sets the value of the dataSetId property.- Parameters:
- value- allowed object is- String
 
 - 
getDataSetNamepublic java.lang.String getDataSetName() Gets the value of the dataSetName property.- Returns:
- possible object is
     String
 
 - 
setDataSetNamepublic void setDataSetName(java.lang.String value) Sets the value of the dataSetName property.- Parameters:
- value- allowed object is- String
 
 - 
getDataSetReleaseDatepublic java.lang.String getDataSetReleaseDate() Gets the value of the dataSetReleaseDate property.- Returns:
- possible object is
     String
 
 - 
setDataSetReleaseDatepublic void setDataSetReleaseDate(java.lang.String value) Sets the value of the dataSetReleaseDate property.- Parameters:
- value- allowed object is- String
 
 - 
getStartTimepublic jakarta.xml.bind.JAXBElement<StartTime> getStartTime() Gets the value of the startTime property.- Returns:
- possible object is
     JAXBElement<StartTime>
 
 - 
setStartTimepublic void setStartTime(jakarta.xml.bind.JAXBElement<StartTime> value) Sets the value of the startTime property.- Parameters:
- value- allowed object is- JAXBElement- <- StartTime- >
 
 - 
getStartDateTimepublic jakarta.xml.bind.JAXBElement<StartDateTime> getStartDateTime() Gets the value of the startDateTime property.- Returns:
- possible object is
     JAXBElement<StartDateTime>
 
 - 
setStartDateTimepublic void setStartDateTime(jakarta.xml.bind.JAXBElement<StartDateTime> value) Sets the value of the startDateTime property.- Parameters:
- value- allowed object is- JAXBElement- <- StartDateTime- >
 
 - 
getStopTimepublic jakarta.xml.bind.JAXBElement<StopTime> getStopTime() Gets the value of the stopTime property.- Returns:
- possible object is
     JAXBElement<StopTime>
 
 - 
setStopTimepublic void setStopTime(jakarta.xml.bind.JAXBElement<StopTime> value) Sets the value of the stopTime property.- Parameters:
- value- allowed object is- JAXBElement- <- StopTime- >
 
 - 
getStopDateTimepublic jakarta.xml.bind.JAXBElement<StopDateTime> getStopDateTime() Gets the value of the stopDateTime property.- Returns:
- possible object is
     JAXBElement<StopDateTime>
 
 - 
setStopDateTimepublic void setStopDateTime(jakarta.xml.bind.JAXBElement<StopDateTime> value) Sets the value of the stopDateTime property.- Parameters:
- value- allowed object is- JAXBElement- <- StopDateTime- >
 
 - 
getProducerFullNamepublic java.lang.String getProducerFullName() Gets the value of the producerFullName property.- Returns:
- possible object is
     String
 
 - 
setProducerFullNamepublic void setProducerFullName(java.lang.String value) Sets the value of the producerFullName property.- Parameters:
- value- allowed object is- String
 
 - 
getCitationTextpublic java.lang.String getCitationText() Gets the value of the citationText property.- Returns:
- possible object is
     String
 
 - 
setCitationTextpublic void setCitationText(java.lang.String value) Sets the value of the citationText property.- Parameters:
- value- allowed object is- String
 
 - 
getDataSetTerseDescpublic java.lang.String getDataSetTerseDesc() Gets the value of the dataSetTerseDesc property.- Returns:
- possible object is
     String
 
 - 
setDataSetTerseDescpublic void setDataSetTerseDesc(java.lang.String value) Sets the value of the dataSetTerseDesc property.- Parameters:
- value- allowed object is- String
 
 - 
getAbstractDescpublic java.lang.String getAbstractDesc() Gets the value of the abstractDesc property.- Returns:
- possible object is
     String
 
 - 
setAbstractDescpublic void setAbstractDesc(java.lang.String value) Sets the value of the abstractDesc property.- Parameters:
- value- allowed object is- String
 
 - 
getDataSetDescpublic java.lang.String getDataSetDesc() Gets the value of the dataSetDesc property.- Returns:
- possible object is
     String
 
 - 
setDataSetDescpublic void setDataSetDesc(java.lang.String value) Sets the value of the dataSetDesc property.- Parameters:
- value- allowed object is- String
 
 - 
getConfidenceLevelNotepublic java.lang.String getConfidenceLevelNote() Gets the value of the confidenceLevelNote property.- Returns:
- possible object is
     String
 
 - 
setConfidenceLevelNotepublic void setConfidenceLevelNote(java.lang.String value) Sets the value of the confidenceLevelNote property.- Parameters:
- value- allowed object is- String
 
 - 
getArchiveStatuspublic java.lang.String getArchiveStatus() Gets the value of the archiveStatus property.- Returns:
- possible object is
     String
 
 - 
setArchiveStatuspublic void setArchiveStatus(java.lang.String value) Sets the value of the archiveStatus property.- Parameters:
- value- allowed object is- String
 
 - 
getNSSDCSpublic java.util.List<NSSDC> getNSSDCS() Gets 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- Returns:
- The value of the nssdcs property.
 
 
- 
 
-