public class DataSetPDS3
extends java.lang.Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
abstractDesc |
protected java.lang.String |
archiveStatus |
protected java.lang.String |
citationText |
protected java.lang.String |
confidenceLevelNote |
protected java.lang.String |
dataSetDesc |
protected java.lang.String |
dataSetId |
protected java.lang.String |
dataSetName |
protected java.lang.String |
dataSetReleaseDate |
protected java.lang.String |
dataSetTerseDesc |
protected java.util.List<NSSDC> |
nssdcs |
protected java.lang.String |
producerFullName |
protected javax.xml.bind.JAXBElement<StartDateTime> |
startDateTime |
protected javax.xml.bind.JAXBElement<StartTime> |
startTime |
protected javax.xml.bind.JAXBElement<StopDateTime> |
stopDateTime |
protected javax.xml.bind.JAXBElement<StopTime> |
stopTime |
| Constructor and Description |
|---|
DataSetPDS3() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAbstractDesc()
Gets the value of the abstractDesc property.
|
java.lang.String |
getArchiveStatus()
Gets the value of the archiveStatus property.
|
java.lang.String |
getCitationText()
Gets the value of the citationText property.
|
java.lang.String |
getConfidenceLevelNote()
Gets the value of the confidenceLevelNote property.
|
java.lang.String |
getDataSetDesc()
Gets the value of the dataSetDesc property.
|
java.lang.String |
getDataSetId()
Gets the value of the dataSetId property.
|
java.lang.String |
getDataSetName()
Gets the value of the dataSetName property.
|
java.lang.String |
getDataSetReleaseDate()
Gets the value of the dataSetReleaseDate property.
|
java.lang.String |
getDataSetTerseDesc()
Gets the value of the dataSetTerseDesc property.
|
java.util.List<NSSDC> |
getNSSDCS()
Gets the value of the nssdcs property.
|
java.lang.String |
getProducerFullName()
Gets the value of the producerFullName property.
|
javax.xml.bind.JAXBElement<StartDateTime> |
getStartDateTime()
Gets the value of the startDateTime property.
|
javax.xml.bind.JAXBElement<StartTime> |
getStartTime()
Gets the value of the startTime property.
|
javax.xml.bind.JAXBElement<StopDateTime> |
getStopDateTime()
Gets the value of the stopDateTime property.
|
javax.xml.bind.JAXBElement<StopTime> |
getStopTime()
Gets the value of the stopTime property.
|
void |
setAbstractDesc(java.lang.String value)
Sets the value of the abstractDesc property.
|
void |
setArchiveStatus(java.lang.String value)
Sets the value of the archiveStatus property.
|
void |
setCitationText(java.lang.String value)
Sets the value of the citationText property.
|
void |
setConfidenceLevelNote(java.lang.String value)
Sets the value of the confidenceLevelNote property.
|
void |
setDataSetDesc(java.lang.String value)
Sets the value of the dataSetDesc property.
|
void |
setDataSetId(java.lang.String value)
Sets the value of the dataSetId property.
|
void |
setDataSetName(java.lang.String value)
Sets the value of the dataSetName property.
|
void |
setDataSetReleaseDate(java.lang.String value)
Sets the value of the dataSetReleaseDate property.
|
void |
setDataSetTerseDesc(java.lang.String value)
Sets the value of the dataSetTerseDesc property.
|
void |
setProducerFullName(java.lang.String value)
Sets the value of the producerFullName property.
|
void |
setStartDateTime(javax.xml.bind.JAXBElement<StartDateTime> value)
Sets the value of the startDateTime property.
|
void |
setStartTime(javax.xml.bind.JAXBElement<StartTime> value)
Sets the value of the startTime property.
|
void |
setStopDateTime(javax.xml.bind.JAXBElement<StopDateTime> value)
Sets the value of the stopDateTime property.
|
void |
setStopTime(javax.xml.bind.JAXBElement<StopTime> value)
Sets the value of the stopTime property.
|
protected java.lang.String dataSetId
protected java.lang.String dataSetName
protected java.lang.String dataSetReleaseDate
protected javax.xml.bind.JAXBElement<StartTime> startTime
protected javax.xml.bind.JAXBElement<StartDateTime> startDateTime
protected javax.xml.bind.JAXBElement<StopTime> stopTime
protected javax.xml.bind.JAXBElement<StopDateTime> stopDateTime
protected java.lang.String producerFullName
protected java.lang.String citationText
protected java.lang.String dataSetTerseDesc
protected java.lang.String abstractDesc
protected java.lang.String dataSetDesc
protected java.lang.String confidenceLevelNote
protected java.lang.String archiveStatus
protected java.util.List<NSSDC> nssdcs
public java.lang.String getDataSetId()
Stringpublic void setDataSetId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDataSetName()
Stringpublic void setDataSetName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDataSetReleaseDate()
Stringpublic void setDataSetReleaseDate(java.lang.String value)
value - allowed object is
Stringpublic javax.xml.bind.JAXBElement<StartTime> getStartTime()
JAXBElement<StartTime>public void setStartTime(javax.xml.bind.JAXBElement<StartTime> value)
value - allowed object is
JAXBElement<StartTime>public javax.xml.bind.JAXBElement<StartDateTime> getStartDateTime()
JAXBElement<StartDateTime>public void setStartDateTime(javax.xml.bind.JAXBElement<StartDateTime> value)
value - allowed object is
JAXBElement<StartDateTime>public javax.xml.bind.JAXBElement<StopTime> getStopTime()
JAXBElement<StopTime>public void setStopTime(javax.xml.bind.JAXBElement<StopTime> value)
value - allowed object is
JAXBElement<StopTime>public javax.xml.bind.JAXBElement<StopDateTime> getStopDateTime()
JAXBElement<StopDateTime>public void setStopDateTime(javax.xml.bind.JAXBElement<StopDateTime> value)
value - allowed object is
JAXBElement<StopDateTime>public java.lang.String getProducerFullName()
Stringpublic void setProducerFullName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCitationText()
Stringpublic void setCitationText(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDataSetTerseDesc()
Stringpublic void setDataSetTerseDesc(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAbstractDesc()
Stringpublic void setAbstractDesc(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDataSetDesc()
Stringpublic void setDataSetDesc(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getConfidenceLevelNote()
Stringpublic void setConfidenceLevelNote(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getArchiveStatus()
Stringpublic void setArchiveStatus(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<NSSDC> getNSSDCS()
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 set method 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
Copyright © 2022 Planetary Data System. All rights reserved.