Class VolumeSetPDS3


  • public class VolumeSetPDS3
    extends java.lang.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>
     
    • Constructor Summary

      Constructors 
      Constructor Description
      VolumeSetPDS3()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDescription()
      Gets the value of the description property.
      java.math.BigInteger getVolumes()
      Gets the value of the volumes property.
      java.lang.String getVolumeSeriesName()
      Gets the value of the volumeSeriesName property.
      java.lang.String getVolumeSetId()
      Gets the value of the volumeSetId property.
      java.lang.String getVolumeSetName()
      Gets the value of the volumeSetName property.
      void setDescription​(java.lang.String value)
      Sets the value of the description property.
      void setVolumes​(java.math.BigInteger value)
      Sets the value of the volumes property.
      void setVolumeSeriesName​(java.lang.String value)
      Sets the value of the volumeSeriesName property.
      void setVolumeSetId​(java.lang.String value)
      Sets the value of the volumeSetId property.
      void setVolumeSetName​(java.lang.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

      • volumeSeriesName

        protected java.lang.String volumeSeriesName
      • volumeSetId

        protected java.lang.String volumeSetId
      • volumeSetName

        protected java.lang.String volumeSetName
      • volumes

        protected java.math.BigInteger volumes
      • description

        protected java.lang.String description
    • Constructor Detail

      • VolumeSetPDS3

        public VolumeSetPDS3()
    • Method Detail

      • getVolumeSeriesName

        public java.lang.String getVolumeSeriesName()
        Gets the value of the volumeSeriesName property.
        Returns:
        possible object is String
      • setVolumeSeriesName

        public void setVolumeSeriesName​(java.lang.String value)
        Sets the value of the volumeSeriesName property.
        Parameters:
        value - allowed object is String
      • getVolumeSetId

        public java.lang.String getVolumeSetId()
        Gets the value of the volumeSetId property.
        Returns:
        possible object is String
      • setVolumeSetId

        public void setVolumeSetId​(java.lang.String value)
        Sets the value of the volumeSetId property.
        Parameters:
        value - allowed object is String
      • getVolumeSetName

        public java.lang.String getVolumeSetName()
        Gets the value of the volumeSetName property.
        Returns:
        possible object is String
      • setVolumeSetName

        public void setVolumeSetName​(java.lang.String value)
        Sets the value of the volumeSetName property.
        Parameters:
        value - allowed object is String
      • getVolumes

        public java.math.BigInteger getVolumes()
        Gets the value of the volumes property.
        Returns:
        possible object is BigInteger
      • setVolumes

        public void setVolumes​(java.math.BigInteger value)
        Sets the value of the volumes property.
        Parameters:
        value - allowed object is BigInteger
      • getDescription

        public java.lang.String getDescription()
        Gets the value of the description property.
        Returns:
        possible object is String
      • setDescription

        public void setDescription​(java.lang.String value)
        Sets the value of the description property.
        Parameters:
        value - allowed object is String