Package gov.nasa.arc.pds.xml.generated
Class VolumePDS3
- java.lang.Object
- 
- gov.nasa.arc.pds.xml.generated.VolumePDS3
 
- 
 public class VolumePDS3 extends java.lang.ObjectThe Volume_PDS3 class is used to capture the volume information from the PDS3 Data Set Catalog.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>
- 
- 
Field SummaryFields Modifier and Type Field Description protected java.lang.StringarchiveStatusprotected java.lang.StringarchiveStatusNoteprotected java.util.List<java.lang.String>curatingNodeIdsprotected java.lang.Stringdescriptionprotected java.lang.StringmediumTypeprotected PublicationDatepublicationDateprotected java.lang.StringvolumeDeFullnameprotected java.lang.StringvolumeFormatprotected java.lang.StringvolumeIdprotected java.lang.StringvolumeNameprotected java.lang.StringvolumeSetIdprotected java.math.BigIntegervolumeSizeprotected java.lang.StringvolumeVersionId
 - 
Constructor SummaryConstructors Constructor Description VolumePDS3()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetArchiveStatus()Gets the value of the archiveStatus property.java.lang.StringgetArchiveStatusNote()Gets the value of the archiveStatusNote property.java.util.List<java.lang.String>getCuratingNodeIds()Gets the value of the curatingNodeIds property.java.lang.StringgetDescription()Gets the value of the description property.java.lang.StringgetMediumType()Gets the value of the mediumType property.PublicationDategetPublicationDate()Gets the value of the publicationDate property.java.lang.StringgetVolumeDeFullname()Gets the value of the volumeDeFullname property.java.lang.StringgetVolumeFormat()Gets the value of the volumeFormat property.java.lang.StringgetVolumeId()Gets the value of the volumeId property.java.lang.StringgetVolumeName()Gets the value of the volumeName property.java.lang.StringgetVolumeSetId()Gets the value of the volumeSetId property.java.math.BigIntegergetVolumeSize()Gets the value of the volumeSize property.java.lang.StringgetVolumeVersionId()Gets the value of the volumeVersionId property.voidsetArchiveStatus(java.lang.String value)Sets the value of the archiveStatus property.voidsetArchiveStatusNote(java.lang.String value)Sets the value of the archiveStatusNote property.voidsetDescription(java.lang.String value)Sets the value of the description property.voidsetMediumType(java.lang.String value)Sets the value of the mediumType property.voidsetPublicationDate(PublicationDate value)Sets the value of the publicationDate property.voidsetVolumeDeFullname(java.lang.String value)Sets the value of the volumeDeFullname property.voidsetVolumeFormat(java.lang.String value)Sets the value of the volumeFormat property.voidsetVolumeId(java.lang.String value)Sets the value of the volumeId property.voidsetVolumeName(java.lang.String value)Sets the value of the volumeName property.voidsetVolumeSetId(java.lang.String value)Sets the value of the volumeSetId property.voidsetVolumeSize(java.math.BigInteger value)Sets the value of the volumeSize property.voidsetVolumeVersionId(java.lang.String value)Sets the value of the volumeVersionId property.
 
- 
- 
- 
Field Detail- 
archiveStatusprotected java.lang.String archiveStatus 
 - 
archiveStatusNoteprotected java.lang.String archiveStatusNote 
 - 
curatingNodeIdsprotected java.util.List<java.lang.String> curatingNodeIds 
 - 
mediumTypeprotected java.lang.String mediumType 
 - 
publicationDateprotected PublicationDate publicationDate 
 - 
volumeDeFullnameprotected java.lang.String volumeDeFullname 
 - 
volumeFormatprotected java.lang.String volumeFormat 
 - 
volumeIdprotected java.lang.String volumeId 
 - 
volumeNameprotected java.lang.String volumeName 
 - 
volumeSetIdprotected java.lang.String volumeSetId 
 - 
volumeSizeprotected java.math.BigInteger volumeSize 
 - 
volumeVersionIdprotected java.lang.String volumeVersionId 
 - 
descriptionprotected java.lang.String description 
 
- 
 - 
Method Detail- 
getArchiveStatuspublic java.lang.String getArchiveStatus() Gets the value of the archiveStatus property.- Returns:
- possible object is
     String
 
 - 
setArchiveStatuspublic void setArchiveStatus(java.lang.String value) Sets the value of the archiveStatus property.- Parameters:
- value- allowed object is- String
 
 - 
getArchiveStatusNotepublic java.lang.String getArchiveStatusNote() Gets the value of the archiveStatusNote property.- Returns:
- possible object is
     String
 
 - 
setArchiveStatusNotepublic void setArchiveStatusNote(java.lang.String value) Sets the value of the archiveStatusNote property.- Parameters:
- value- allowed object is- String
 
 - 
getCuratingNodeIdspublic java.util.List<java.lang.String> getCuratingNodeIds() Gets the value of the curatingNodeIds 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 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- Returns:
- The value of the curatingNodeIds property.
 
 - 
getMediumTypepublic java.lang.String getMediumType() Gets the value of the mediumType property.- Returns:
- possible object is
     String
 
 - 
setMediumTypepublic void setMediumType(java.lang.String value) Sets the value of the mediumType property.- Parameters:
- value- allowed object is- String
 
 - 
getPublicationDatepublic PublicationDate getPublicationDate() Gets the value of the publicationDate property.- Returns:
- possible object is
     PublicationDate
 
 - 
setPublicationDatepublic void setPublicationDate(PublicationDate value) Sets the value of the publicationDate property.- Parameters:
- value- allowed object is- PublicationDate
 
 - 
getVolumeDeFullnamepublic java.lang.String getVolumeDeFullname() Gets the value of the volumeDeFullname property.- Returns:
- possible object is
     String
 
 - 
setVolumeDeFullnamepublic void setVolumeDeFullname(java.lang.String value) Sets the value of the volumeDeFullname property.- Parameters:
- value- allowed object is- String
 
 - 
getVolumeFormatpublic java.lang.String getVolumeFormat() Gets the value of the volumeFormat property.- Returns:
- possible object is
     String
 
 - 
setVolumeFormatpublic void setVolumeFormat(java.lang.String value) Sets the value of the volumeFormat property.- Parameters:
- value- allowed object is- String
 
 - 
getVolumeIdpublic java.lang.String getVolumeId() Gets the value of the volumeId property.- Returns:
- possible object is
     String
 
 - 
setVolumeIdpublic void setVolumeId(java.lang.String value) Sets the value of the volumeId property.- Parameters:
- value- allowed object is- String
 
 - 
getVolumeNamepublic java.lang.String getVolumeName() Gets the value of the volumeName property.- Returns:
- possible object is
     String
 
 - 
setVolumeNamepublic void setVolumeName(java.lang.String value) Sets the value of the volumeName property.- Parameters:
- value- allowed object is- String
 
 - 
getVolumeSetIdpublic java.lang.String getVolumeSetId() Gets the value of the volumeSetId property.- Returns:
- possible object is
     String
 
 - 
setVolumeSetIdpublic void setVolumeSetId(java.lang.String value) Sets the value of the volumeSetId property.- Parameters:
- value- allowed object is- String
 
 - 
getVolumeSizepublic java.math.BigInteger getVolumeSize() Gets the value of the volumeSize property.- Returns:
- possible object is
     BigInteger
 
 - 
setVolumeSizepublic void setVolumeSize(java.math.BigInteger value) Sets the value of the volumeSize property.- Parameters:
- value- allowed object is- BigInteger
 
 - 
getVolumeVersionIdpublic java.lang.String getVolumeVersionId() Gets the value of the volumeVersionId property.- Returns:
- possible object is
     String
 
 - 
setVolumeVersionIdpublic void setVolumeVersionId(java.lang.String value) Sets the value of the volumeVersionId property.- Parameters:
- value- allowed object is- String
 
 - 
getDescriptionpublic java.lang.String getDescription() Gets the value of the description property.- Returns:
- possible object is
     String
 
 - 
setDescriptionpublic void setDescription(java.lang.String value) Sets the value of the description property.- Parameters:
- value- allowed object is- String
 
 
- 
 
-