Package gov.nasa.arc.pds.xml.generated
Class ElementArray
- java.lang.Object
- 
- gov.nasa.arc.pds.xml.generated.ElementArray
 
- 
 public class ElementArray extends java.lang.ObjectThe 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 java.lang.StringdataTypeprotected java.lang.DoublescalingFactorprotected java.lang.Stringunitprotected java.lang.DoublevalueOffset
 - 
Constructor SummaryConstructors Constructor Description ElementArray()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDataType()Gets the value of the dataType property.java.lang.DoublegetScalingFactor()Gets the value of the scalingFactor property.java.lang.StringgetUnit()Gets the value of the unit property.java.lang.DoublegetValueOffset()Gets the value of the valueOffset property.voidsetDataType(java.lang.String value)Sets the value of the dataType property.voidsetScalingFactor(java.lang.Double value)Sets the value of the scalingFactor property.voidsetUnit(java.lang.String value)Sets the value of the unit property.voidsetValueOffset(java.lang.Double value)Sets the value of the valueOffset property.
 
- 
- 
- 
Method Detail- 
getDataTypepublic java.lang.String getDataType() Gets the value of the dataType property.- Returns:
- possible object is
     String
 
 - 
setDataTypepublic void setDataType(java.lang.String value) Sets the value of the dataType property.- Parameters:
- value- allowed object is- String
 
 - 
getUnitpublic java.lang.String getUnit() Gets the value of the unit property.- Returns:
- possible object is
     String
 
 - 
setUnitpublic void setUnit(java.lang.String value) Sets the value of the unit property.- Parameters:
- value- allowed object is- String
 
 - 
getScalingFactorpublic java.lang.Double getScalingFactor() Gets the value of the scalingFactor property.- Returns:
- possible object is
     Double
 
 - 
setScalingFactorpublic void setScalingFactor(java.lang.Double value) Sets the value of the scalingFactor property.- Parameters:
- value- allowed object is- Double
 
 - 
getValueOffsetpublic java.lang.Double getValueOffset() Gets the value of the valueOffset property.- Returns:
- possible object is
     Double
 
 - 
setValueOffsetpublic void setValueOffset(java.lang.Double value) Sets the value of the valueOffset property.- Parameters:
- value- allowed object is- Double
 
 
- 
 
-