Class ElementArray


  • public class ElementArray
    extends java.lang.Object
    The Element Array class is used as a component of the array class and defines an element of the array.

    Java class for Element_Array complex type

    .

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

    
     <complexType name="Element_Array">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="data_type" type="{http://pds.nasa.gov/pds4/pds/v1}data_type"/>
             <element name="unit" type="{http://pds.nasa.gov/pds4/pds/v1}unit" minOccurs="0"/>
             <element name="scaling_factor" type="{http://pds.nasa.gov/pds4/pds/v1}scaling_factor" minOccurs="0"/>
             <element name="value_offset" type="{http://pds.nasa.gov/pds4/pds/v1}value_offset" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String dataType  
      protected java.lang.Double scalingFactor  
      protected java.lang.String unit  
      protected java.lang.Double valueOffset  
    • Constructor Summary

      Constructors 
      Constructor Description
      ElementArray()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDataType()
      Gets the value of the dataType property.
      java.lang.Double getScalingFactor()
      Gets the value of the scalingFactor property.
      java.lang.String getUnit()
      Gets the value of the unit property.
      java.lang.Double getValueOffset()
      Gets the value of the valueOffset property.
      void setDataType​(java.lang.String value)
      Sets the value of the dataType property.
      void setScalingFactor​(java.lang.Double value)
      Sets the value of the scalingFactor property.
      void setUnit​(java.lang.String value)
      Sets the value of the unit property.
      void setValueOffset​(java.lang.Double value)
      Sets the value of the valueOffset property.
      • Methods inherited from class java.lang.Object

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

      • dataType

        protected java.lang.String dataType
      • unit

        protected java.lang.String unit
      • scalingFactor

        protected java.lang.Double scalingFactor
      • valueOffset

        protected java.lang.Double valueOffset
    • Constructor Detail

      • ElementArray

        public ElementArray()
    • Method Detail

      • getDataType

        public java.lang.String getDataType()
        Gets the value of the dataType property.
        Returns:
        possible object is String
      • setDataType

        public void setDataType​(java.lang.String value)
        Sets the value of the dataType property.
        Parameters:
        value - allowed object is String
      • 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
      • getScalingFactor

        public java.lang.Double getScalingFactor()
        Gets the value of the scalingFactor property.
        Returns:
        possible object is Double
      • setScalingFactor

        public void setScalingFactor​(java.lang.Double value)
        Sets the value of the scalingFactor property.
        Parameters:
        value - allowed object is Double
      • getValueOffset

        public java.lang.Double getValueOffset()
        Gets the value of the valueOffset property.
        Returns:
        possible object is Double
      • setValueOffset

        public void setValueOffset​(java.lang.Double value)
        Sets the value of the valueOffset property.
        Parameters:
        value - allowed object is Double