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