public class ElementArray
extends java.lang.Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
dataType |
protected java.lang.Double |
scalingFactor |
protected java.lang.String |
unit |
protected java.lang.Double |
valueOffset |
| Constructor and Description |
|---|
ElementArray() |
| Modifier and Type | Method and 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.
|
protected java.lang.String dataType
protected java.lang.String unit
protected java.lang.Double scalingFactor
protected java.lang.Double valueOffset
public java.lang.String getDataType()
Stringpublic void setDataType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUnit()
Stringpublic void setUnit(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Double getScalingFactor()
Doublepublic void setScalingFactor(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getValueOffset()
Doublepublic void setValueOffset(java.lang.Double value)
value - allowed object is
DoubleCopyright © 2023 Planetary Data System. All rights reserved.