Package gov.nasa.arc.pds.xml.generated
Class VolumeSetPDS3
- java.lang.Object
- 
- gov.nasa.arc.pds.xml.generated.VolumeSetPDS3
 
- 
 public class VolumeSetPDS3 extends java.lang.ObjectThe Volume_Set_PDS3 class is used to capture the volume set information from the PDS3 Data Set Catalog.Java class for Volume_Set_PDS3 complex type .The following schema fragment specifies the expected content contained within this class. <complexType name="Volume_Set_PDS3"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="volume_series_name" type="{http://pds.nasa.gov/pds4/pds/v1}volume_series_name"/> <element name="volume_set_id" type="{http://pds.nasa.gov/pds4/pds/v1}volume_set_id"/> <element name="volume_set_name" type="{http://pds.nasa.gov/pds4/pds/v1}volume_set_name"/> <element name="volumes" type="{http://pds.nasa.gov/pds4/pds/v1}volumes"/> <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.Stringdescriptionprotected java.math.BigIntegervolumesprotected java.lang.StringvolumeSeriesNameprotected java.lang.StringvolumeSetIdprotected java.lang.StringvolumeSetName
 - 
Constructor SummaryConstructors Constructor Description VolumeSetPDS3()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDescription()Gets the value of the description property.java.math.BigIntegergetVolumes()Gets the value of the volumes property.java.lang.StringgetVolumeSeriesName()Gets the value of the volumeSeriesName property.java.lang.StringgetVolumeSetId()Gets the value of the volumeSetId property.java.lang.StringgetVolumeSetName()Gets the value of the volumeSetName property.voidsetDescription(java.lang.String value)Sets the value of the description property.voidsetVolumes(java.math.BigInteger value)Sets the value of the volumes property.voidsetVolumeSeriesName(java.lang.String value)Sets the value of the volumeSeriesName property.voidsetVolumeSetId(java.lang.String value)Sets the value of the volumeSetId property.voidsetVolumeSetName(java.lang.String value)Sets the value of the volumeSetName property.
 
- 
- 
- 
Method Detail- 
getVolumeSeriesNamepublic java.lang.String getVolumeSeriesName() Gets the value of the volumeSeriesName property.- Returns:
- possible object is
     String
 
 - 
setVolumeSeriesNamepublic void setVolumeSeriesName(java.lang.String value) Sets the value of the volumeSeriesName 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
 
 - 
getVolumeSetNamepublic java.lang.String getVolumeSetName() Gets the value of the volumeSetName property.- Returns:
- possible object is
     String
 
 - 
setVolumeSetNamepublic void setVolumeSetName(java.lang.String value) Sets the value of the volumeSetName property.- Parameters:
- value- allowed object is- String
 
 - 
getVolumespublic java.math.BigInteger getVolumes() Gets the value of the volumes property.- Returns:
- possible object is
     BigInteger
 
 - 
setVolumespublic void setVolumes(java.math.BigInteger value) Sets the value of the volumes property.- Parameters:
- value- allowed object is- BigInteger
 
 - 
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
 
 
- 
 
-