Package gov.nasa.arc.pds.xml.generated
Class VolumeSetPDS3
java.lang.Object
gov.nasa.arc.pds.xml.generated.VolumeSetPDS3
public class VolumeSetPDS3 extends Object
The 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 Summary
Fields Modifier and Type Field Description protected Stringdescriptionprotected BigIntegervolumesprotected StringvolumeSeriesNameprotected StringvolumeSetIdprotected StringvolumeSetName -
Constructor Summary
Constructors Constructor Description VolumeSetPDS3() -
Method Summary
Modifier and Type Method Description StringgetDescription()Gets the value of the description property.BigIntegergetVolumes()Gets the value of the volumes property.StringgetVolumeSeriesName()Gets the value of the volumeSeriesName property.StringgetVolumeSetId()Gets the value of the volumeSetId property.StringgetVolumeSetName()Gets the value of the volumeSetName property.voidsetDescription(String value)Sets the value of the description property.voidsetVolumes(BigInteger value)Sets the value of the volumes property.voidsetVolumeSeriesName(String value)Sets the value of the volumeSeriesName property.voidsetVolumeSetId(String value)Sets the value of the volumeSetId property.voidsetVolumeSetName(String value)Sets the value of the volumeSetName property.
-
Field Details
-
volumeSeriesName
-
volumeSetId
-
volumeSetName
-
volumes
-
description
-
-
Constructor Details
-
VolumeSetPDS3
public VolumeSetPDS3()
-
-
Method Details
-
getVolumeSeriesName
Gets the value of the volumeSeriesName property.- Returns:
- possible object is
String
-
setVolumeSeriesName
Sets the value of the volumeSeriesName property.- Parameters:
value- allowed object isString
-
getVolumeSetId
Gets the value of the volumeSetId property.- Returns:
- possible object is
String
-
setVolumeSetId
Sets the value of the volumeSetId property.- Parameters:
value- allowed object isString
-
getVolumeSetName
Gets the value of the volumeSetName property.- Returns:
- possible object is
String
-
setVolumeSetName
Sets the value of the volumeSetName property.- Parameters:
value- allowed object isString
-
getVolumes
Gets the value of the volumes property.- Returns:
- possible object is
BigInteger
-
setVolumes
Sets the value of the volumes property.- Parameters:
value- allowed object isBigInteger
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
Sets the value of the description property.- Parameters:
value- allowed object isString
-