Class AxisArray


  • public class AxisArray
    extends java.lang.Object
    The Axis Array class is used as a component of the array class and defines an axis of the array.

    Java class for Axis_Array complex type

    .

    The following schema fragment specifies the expected content contained within this class.

    
     <complexType name="Axis_Array">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="axis_name" type="{http://pds.nasa.gov/pds4/pds/v1}axis_name"/>
             <element name="local_identifier" type="{http://pds.nasa.gov/pds4/pds/v1}local_identifier" minOccurs="0"/>
             <element name="elements" type="{http://pds.nasa.gov/pds4/pds/v1}elements"/>
             <element name="unit" type="{http://pds.nasa.gov/pds4/pds/v1}unit" minOccurs="0"/>
             <element name="sequence_number" type="{http://pds.nasa.gov/pds4/pds/v1}sequence_number"/>
             <element name="Band_Bin_Set" type="{http://pds.nasa.gov/pds4/pds/v1}Band_Bin_Set" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Summary

      Constructors 
      Constructor Description
      AxisArray()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getAxisName()
      Gets the value of the axisName property.
      BandBinSet getBandBinSet()
      Gets the value of the bandBinSet property.
      java.math.BigInteger getElements()
      Gets the value of the elements property.
      java.lang.String getLocalIdentifier()
      Gets the value of the localIdentifier property.
      int getSequenceNumber()
      Gets the value of the sequenceNumber property.
      java.lang.String getUnit()
      Gets the value of the unit property.
      void setAxisName​(java.lang.String value)
      Sets the value of the axisName property.
      void setBandBinSet​(BandBinSet value)
      Sets the value of the bandBinSet property.
      void setElements​(java.math.BigInteger value)
      Sets the value of the elements property.
      void setLocalIdentifier​(java.lang.String value)
      Sets the value of the localIdentifier property.
      void setSequenceNumber​(int value)
      Sets the value of the sequenceNumber property.
      void setUnit​(java.lang.String value)
      Sets the value of the unit property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • axisName

        protected java.lang.String axisName
      • localIdentifier

        protected java.lang.String localIdentifier
      • elements

        protected java.math.BigInteger elements
      • unit

        protected java.lang.String unit
      • sequenceNumber

        protected int sequenceNumber
    • Constructor Detail

      • AxisArray

        public AxisArray()
    • Method Detail

      • getAxisName

        public java.lang.String getAxisName()
        Gets the value of the axisName property.
        Returns:
        possible object is String
      • setAxisName

        public void setAxisName​(java.lang.String value)
        Sets the value of the axisName property.
        Parameters:
        value - allowed object is String
      • getLocalIdentifier

        public java.lang.String getLocalIdentifier()
        Gets the value of the localIdentifier property.
        Returns:
        possible object is String
      • setLocalIdentifier

        public void setLocalIdentifier​(java.lang.String value)
        Sets the value of the localIdentifier property.
        Parameters:
        value - allowed object is String
      • getElements

        public java.math.BigInteger getElements()
        Gets the value of the elements property.
        Returns:
        possible object is BigInteger
      • setElements

        public void setElements​(java.math.BigInteger value)
        Sets the value of the elements property.
        Parameters:
        value - allowed object is BigInteger
      • getUnit

        public java.lang.String getUnit()
        Gets the value of the unit property.
        Returns:
        possible object is String
      • setUnit

        public void setUnit​(java.lang.String value)
        Sets the value of the unit property.
        Parameters:
        value - allowed object is String
      • getSequenceNumber

        public int getSequenceNumber()
        Gets the value of the sequenceNumber property.
      • setSequenceNumber

        public void setSequenceNumber​(int value)
        Sets the value of the sequenceNumber property.
      • getBandBinSet

        public BandBinSet getBandBinSet()
        Gets the value of the bandBinSet property.
        Returns:
        possible object is BandBinSet
      • setBandBinSet

        public void setBandBinSet​(BandBinSet value)
        Sets the value of the bandBinSet property.
        Parameters:
        value - allowed object is BandBinSet