public class VolumeSetPDS3 extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected BigInteger |
volumes |
protected String |
volumeSeriesName |
protected String |
volumeSetId |
protected String |
volumeSetName |
| Constructor and Description |
|---|
VolumeSetPDS3() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
BigInteger |
getVolumes()
Gets the value of the volumes property.
|
String |
getVolumeSeriesName()
Gets the value of the volumeSeriesName property.
|
String |
getVolumeSetId()
Gets the value of the volumeSetId property.
|
String |
getVolumeSetName()
Gets the value of the volumeSetName property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setVolumes(BigInteger value)
Sets the value of the volumes property.
|
void |
setVolumeSeriesName(String value)
Sets the value of the volumeSeriesName property.
|
void |
setVolumeSetId(String value)
Sets the value of the volumeSetId property.
|
void |
setVolumeSetName(String value)
Sets the value of the volumeSetName property.
|
protected String volumeSeriesName
protected String volumeSetId
protected String volumeSetName
protected BigInteger volumes
protected String description
public String getVolumeSeriesName()
Stringpublic void setVolumeSeriesName(String value)
value - allowed object is
Stringpublic String getVolumeSetId()
Stringpublic void setVolumeSetId(String value)
value - allowed object is
Stringpublic String getVolumeSetName()
Stringpublic void setVolumeSetName(String value)
value - allowed object is
Stringpublic BigInteger getVolumes()
BigIntegerpublic void setVolumes(BigInteger value)
value - allowed object is
BigIntegerpublic String getDescription()
StringCopyright © 2019. All rights reserved.