Package gov.nasa.arc.pds.xml.generated
Class ElementArray
java.lang.Object
gov.nasa.arc.pds.xml.generated.ElementArray
public class ElementArray extends 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 SummaryFields Modifier and Type Field Description protected StringdataTypeprotected DoublescalingFactorprotected Stringunitprotected DoublevalueOffset
- 
Constructor SummaryConstructors Constructor Description ElementArray()
- 
Method SummaryModifier and Type Method Description StringgetDataType()Gets the value of the dataType property.DoublegetScalingFactor()Gets the value of the scalingFactor property.StringgetUnit()Gets the value of the unit property.DoublegetValueOffset()Gets the value of the valueOffset property.voidsetDataType(String value)Sets the value of the dataType property.voidsetScalingFactor(Double value)Sets the value of the scalingFactor property.voidsetUnit(String value)Sets the value of the unit property.voidsetValueOffset(Double value)Sets the value of the valueOffset property.
- 
Field Details- 
dataType
- 
unit
- 
scalingFactor
- 
valueOffset
 
- 
- 
Constructor Details- 
ElementArraypublic ElementArray()
 
- 
- 
Method Details- 
getDataTypeGets the value of the dataType property.- Returns:
- possible object is
     String
 
- 
setDataTypeSets the value of the dataType property.- Parameters:
- value- allowed object is- String
 
- 
getUnitGets the value of the unit property.- Returns:
- possible object is
     String
 
- 
setUnitSets the value of the unit property.- Parameters:
- value- allowed object is- String
 
- 
getScalingFactorGets the value of the scalingFactor property.- Returns:
- possible object is
     Double
 
- 
setScalingFactorSets the value of the scalingFactor property.- Parameters:
- value- allowed object is- Double
 
- 
getValueOffsetGets the value of the valueOffset property.- Returns:
- possible object is
     Double
 
- 
setValueOffsetSets the value of the valueOffset property.- Parameters:
- value- allowed object is- Double
 
 
-