public class VolumePDS3 extends 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 String |
archiveStatus |
protected String |
archiveStatusNote |
protected List<String> |
curatingNodeIds |
protected String |
description |
protected String |
mediumType |
protected PublicationDate |
publicationDate |
protected String |
volumeDeFullname |
protected String |
volumeFormat |
protected String |
volumeId |
protected String |
volumeName |
protected String |
volumeSetId |
protected BigInteger |
volumeSize |
protected String |
volumeVersionId |
| Constructor and Description |
|---|
VolumePDS3() |
| Modifier and Type | Method and Description |
|---|---|
String |
getArchiveStatus()
Gets the value of the archiveStatus property.
|
String |
getArchiveStatusNote()
Gets the value of the archiveStatusNote property.
|
List<String> |
getCuratingNodeIds()
Gets the value of the curatingNodeIds property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getMediumType()
Gets the value of the mediumType property.
|
PublicationDate |
getPublicationDate()
Gets the value of the publicationDate property.
|
String |
getVolumeDeFullname()
Gets the value of the volumeDeFullname property.
|
String |
getVolumeFormat()
Gets the value of the volumeFormat property.
|
String |
getVolumeId()
Gets the value of the volumeId property.
|
String |
getVolumeName()
Gets the value of the volumeName property.
|
String |
getVolumeSetId()
Gets the value of the volumeSetId property.
|
BigInteger |
getVolumeSize()
Gets the value of the volumeSize property.
|
String |
getVolumeVersionId()
Gets the value of the volumeVersionId property.
|
void |
setArchiveStatus(String value)
Sets the value of the archiveStatus property.
|
void |
setArchiveStatusNote(String value)
Sets the value of the archiveStatusNote property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setMediumType(String value)
Sets the value of the mediumType property.
|
void |
setPublicationDate(PublicationDate value)
Sets the value of the publicationDate property.
|
void |
setVolumeDeFullname(String value)
Sets the value of the volumeDeFullname property.
|
void |
setVolumeFormat(String value)
Sets the value of the volumeFormat property.
|
void |
setVolumeId(String value)
Sets the value of the volumeId property.
|
void |
setVolumeName(String value)
Sets the value of the volumeName property.
|
void |
setVolumeSetId(String value)
Sets the value of the volumeSetId property.
|
void |
setVolumeSize(BigInteger value)
Sets the value of the volumeSize property.
|
void |
setVolumeVersionId(String value)
Sets the value of the volumeVersionId property.
|
protected String archiveStatus
protected String archiveStatusNote
protected String mediumType
protected PublicationDate publicationDate
protected String volumeDeFullname
protected String volumeFormat
protected String volumeId
protected String volumeName
protected String volumeSetId
protected BigInteger volumeSize
protected String volumeVersionId
protected String description
public String getArchiveStatus()
Stringpublic void setArchiveStatus(String value)
value - allowed object is
Stringpublic String getArchiveStatusNote()
Stringpublic void setArchiveStatusNote(String value)
value - allowed object is
Stringpublic List<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 String getMediumType()
Stringpublic void setMediumType(String value)
value - allowed object is
Stringpublic PublicationDate getPublicationDate()
PublicationDatepublic void setPublicationDate(PublicationDate value)
value - allowed object is
PublicationDatepublic String getVolumeDeFullname()
Stringpublic void setVolumeDeFullname(String value)
value - allowed object is
Stringpublic String getVolumeFormat()
Stringpublic void setVolumeFormat(String value)
value - allowed object is
Stringpublic String getVolumeId()
Stringpublic void setVolumeId(String value)
value - allowed object is
Stringpublic String getVolumeName()
Stringpublic void setVolumeName(String value)
value - allowed object is
Stringpublic String getVolumeSetId()
Stringpublic void setVolumeSetId(String value)
value - allowed object is
Stringpublic BigInteger getVolumeSize()
BigIntegerpublic void setVolumeSize(BigInteger value)
value - allowed object is
BigIntegerpublic String getVolumeVersionId()
Stringpublic void setVolumeVersionId(String value)
value - allowed object is
Stringpublic String getDescription()
StringCopyright © 2020. All rights reserved.