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 Summary
Fields 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 Summary
Constructors Constructor Description DataSetPDS3() -
Method Summary
Modifier 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
-
DataSetPDS3
public DataSetPDS3()
-
-
Method Details
-
getDataSetId
Gets the value of the dataSetId property.- Returns:
- possible object is
String
-
setDataSetId
Sets the value of the dataSetId property.- Parameters:
value- allowed object isString
-
getDataSetName
Gets the value of the dataSetName property.- Returns:
- possible object is
String
-
setDataSetName
Sets the value of the dataSetName property.- Parameters:
value- allowed object isString
-
getDataSetReleaseDate
Gets the value of the dataSetReleaseDate property.- Returns:
- possible object is
String
-
setDataSetReleaseDate
Sets the value of the dataSetReleaseDate property.- Parameters:
value- allowed object isString
-
getStartTime
Gets the value of the startTime property.- Returns:
- possible object is
JAXBElement<StartTime>
-
setStartTime
Sets the value of the startTime property.- Parameters:
value- allowed object isJAXBElement<StartTime>
-
getStartDateTime
Gets the value of the startDateTime property.- Returns:
- possible object is
JAXBElement<StartDateTime>
-
setStartDateTime
Sets the value of the startDateTime property.- Parameters:
value- allowed object isJAXBElement<StartDateTime>
-
getStopTime
Gets the value of the stopTime property.- Returns:
- possible object is
JAXBElement<StopTime>
-
setStopTime
Sets the value of the stopTime property.- Parameters:
value- allowed object isJAXBElement<StopTime>
-
getStopDateTime
Gets the value of the stopDateTime property.- Returns:
- possible object is
JAXBElement<StopDateTime>
-
setStopDateTime
Sets the value of the stopDateTime property.- Parameters:
value- allowed object isJAXBElement<StopDateTime>
-
getProducerFullName
Gets the value of the producerFullName property.- Returns:
- possible object is
String
-
setProducerFullName
Sets the value of the producerFullName property.- Parameters:
value- allowed object isString
-
getCitationText
Gets the value of the citationText property.- Returns:
- possible object is
String
-
setCitationText
Sets the value of the citationText property.- Parameters:
value- allowed object isString
-
getDataSetTerseDesc
Gets the value of the dataSetTerseDesc property.- Returns:
- possible object is
String
-
setDataSetTerseDesc
Sets the value of the dataSetTerseDesc property.- Parameters:
value- allowed object isString
-
getAbstractDesc
Gets the value of the abstractDesc property.- Returns:
- possible object is
String
-
setAbstractDesc
Sets the value of the abstractDesc property.- Parameters:
value- allowed object isString
-
getDataSetDesc
Gets the value of the dataSetDesc property.- Returns:
- possible object is
String
-
setDataSetDesc
Sets the value of the dataSetDesc property.- Parameters:
value- allowed object isString
-
getConfidenceLevelNote
Gets the value of the confidenceLevelNote property.- Returns:
- possible object is
String
-
setConfidenceLevelNote
Sets the value of the confidenceLevelNote property.- Parameters:
value- allowed object isString
-
getArchiveStatus
Gets the value of the archiveStatus property.- Returns:
- possible object is
String
-
setArchiveStatus
Sets the value of the archiveStatus property.- Parameters:
value- allowed object isString
-
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
-