public class VolumePDS3
extends java.lang.Object
Java class for Volume_PDS3 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Volume_PDS3">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="archive_status" type="{http://pds.nasa.gov/pds4/pds/v1}archive_status"/>
<element name="archive_status_note" type="{http://pds.nasa.gov/pds4/pds/v1}archive_status_note"/>
<element name="curating_node_id" type="{http://pds.nasa.gov/pds4/pds/v1}curating_node_id" maxOccurs="unbounded" minOccurs="0"/>
<element name="medium_type" type="{http://pds.nasa.gov/pds4/pds/v1}medium_type"/>
<element name="publication_date" type="{http://pds.nasa.gov/pds4/pds/v1}publication_date"/>
<element name="volume_de_fullname" type="{http://pds.nasa.gov/pds4/pds/v1}volume_de_fullname"/>
<element name="volume_format" type="{http://pds.nasa.gov/pds4/pds/v1}volume_format"/>
<element name="volume_id" type="{http://pds.nasa.gov/pds4/pds/v1}volume_id"/>
<element name="volume_name" type="{http://pds.nasa.gov/pds4/pds/v1}volume_name"/>
<element name="volume_set_id" type="{http://pds.nasa.gov/pds4/pds/v1}volume_set_id"/>
<element name="volume_size" type="{http://pds.nasa.gov/pds4/pds/v1}volume_size"/>
<element name="volume_version_id" type="{http://pds.nasa.gov/pds4/pds/v1}volume_version_id"/>
<element name="description" type="{http://pds.nasa.gov/pds4/pds/v1}description" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
archiveStatus |
protected java.lang.String |
archiveStatusNote |
protected java.util.List<java.lang.String> |
curatingNodeIds |
protected java.lang.String |
description |
protected java.lang.String |
mediumType |
protected PublicationDate |
publicationDate |
protected java.lang.String |
volumeDeFullname |
protected java.lang.String |
volumeFormat |
protected java.lang.String |
volumeId |
protected java.lang.String |
volumeName |
protected java.lang.String |
volumeSetId |
protected java.math.BigInteger |
volumeSize |
protected java.lang.String |
volumeVersionId |
| Constructor and Description |
|---|
VolumePDS3() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getArchiveStatus()
Gets the value of the archiveStatus property.
|
java.lang.String |
getArchiveStatusNote()
Gets the value of the archiveStatusNote property.
|
java.util.List<java.lang.String> |
getCuratingNodeIds()
Gets the value of the curatingNodeIds property.
|
java.lang.String |
getDescription()
Gets the value of the description property.
|
java.lang.String |
getMediumType()
Gets the value of the mediumType property.
|
PublicationDate |
getPublicationDate()
Gets the value of the publicationDate property.
|
java.lang.String |
getVolumeDeFullname()
Gets the value of the volumeDeFullname property.
|
java.lang.String |
getVolumeFormat()
Gets the value of the volumeFormat property.
|
java.lang.String |
getVolumeId()
Gets the value of the volumeId property.
|
java.lang.String |
getVolumeName()
Gets the value of the volumeName property.
|
java.lang.String |
getVolumeSetId()
Gets the value of the volumeSetId property.
|
java.math.BigInteger |
getVolumeSize()
Gets the value of the volumeSize property.
|
java.lang.String |
getVolumeVersionId()
Gets the value of the volumeVersionId property.
|
void |
setArchiveStatus(java.lang.String value)
Sets the value of the archiveStatus property.
|
void |
setArchiveStatusNote(java.lang.String value)
Sets the value of the archiveStatusNote property.
|
void |
setDescription(java.lang.String value)
Sets the value of the description property.
|
void |
setMediumType(java.lang.String value)
Sets the value of the mediumType property.
|
void |
setPublicationDate(PublicationDate value)
Sets the value of the publicationDate property.
|
void |
setVolumeDeFullname(java.lang.String value)
Sets the value of the volumeDeFullname property.
|
void |
setVolumeFormat(java.lang.String value)
Sets the value of the volumeFormat property.
|
void |
setVolumeId(java.lang.String value)
Sets the value of the volumeId property.
|
void |
setVolumeName(java.lang.String value)
Sets the value of the volumeName property.
|
void |
setVolumeSetId(java.lang.String value)
Sets the value of the volumeSetId property.
|
void |
setVolumeSize(java.math.BigInteger value)
Sets the value of the volumeSize property.
|
void |
setVolumeVersionId(java.lang.String value)
Sets the value of the volumeVersionId property.
|
protected java.lang.String archiveStatus
protected java.lang.String archiveStatusNote
protected java.util.List<java.lang.String> curatingNodeIds
protected java.lang.String mediumType
protected PublicationDate publicationDate
protected java.lang.String volumeDeFullname
protected java.lang.String volumeFormat
protected java.lang.String volumeId
protected java.lang.String volumeName
protected java.lang.String volumeSetId
protected java.math.BigInteger volumeSize
protected java.lang.String volumeVersionId
protected java.lang.String description
public java.lang.String getArchiveStatus()
Stringpublic void setArchiveStatus(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getArchiveStatusNote()
Stringpublic void setArchiveStatusNote(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.String> getCuratingNodeIds()
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 curatingNodeIds property.
For example, to add a new item, do as follows:
getCuratingNodeIds().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.lang.String getMediumType()
Stringpublic void setMediumType(java.lang.String value)
value - allowed object is
Stringpublic PublicationDate getPublicationDate()
PublicationDatepublic void setPublicationDate(PublicationDate value)
value - allowed object is
PublicationDatepublic java.lang.String getVolumeDeFullname()
Stringpublic void setVolumeDeFullname(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getVolumeFormat()
Stringpublic void setVolumeFormat(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getVolumeId()
Stringpublic void setVolumeId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getVolumeName()
Stringpublic void setVolumeName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getVolumeSetId()
Stringpublic void setVolumeSetId(java.lang.String value)
value - allowed object is
Stringpublic java.math.BigInteger getVolumeSize()
BigIntegerpublic void setVolumeSize(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.lang.String getVolumeVersionId()
Stringpublic void setVolumeVersionId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
StringCopyright © 2022 Planetary Data System. All rights reserved.