|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.arc.pds.xml.generated.VolumeSetPDS3
public class VolumeSetPDS3
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 | |
---|---|
protected String |
description
|
protected int |
volumes
|
protected String |
volumeSeriesName
|
protected String |
volumeSetId
|
protected String |
volumeSetName
|
Constructor Summary | |
---|---|
VolumeSetPDS3()
|
Method Summary | |
---|---|
String |
getDescription()
Gets the value of the description property. |
int |
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(int 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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String volumeSeriesName
protected String volumeSetId
protected String volumeSetName
protected int volumes
protected String description
Constructor Detail |
---|
public VolumeSetPDS3()
Method Detail |
---|
public String getVolumeSeriesName()
String
public void setVolumeSeriesName(String value)
value
- allowed object is
String
public String getVolumeSetId()
String
public void setVolumeSetId(String value)
value
- allowed object is
String
public String getVolumeSetName()
String
public void setVolumeSetName(String value)
value
- allowed object is
String
public int getVolumes()
public void setVolumes(int value)
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |