|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.arc.pds.xml.generated.ElementArray
public class ElementArray
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 | |
---|---|
protected String |
dataType
|
protected Double |
scalingFactor
|
protected String |
unit
|
protected Double |
valueOffset
|
Constructor Summary | |
---|---|
ElementArray()
|
Method Summary | |
---|---|
String |
getDataType()
Gets the value of the dataType property. |
Double |
getScalingFactor()
Gets the value of the scalingFactor property. |
String |
getUnit()
Gets the value of the unit property. |
Double |
getValueOffset()
Gets the value of the valueOffset property. |
void |
setDataType(String value)
Sets the value of the dataType property. |
void |
setScalingFactor(Double value)
Sets the value of the scalingFactor property. |
void |
setUnit(String value)
Sets the value of the unit property. |
void |
setValueOffset(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 |
---|
protected String dataType
protected String unit
protected Double scalingFactor
protected Double valueOffset
Constructor Detail |
---|
public ElementArray()
Method Detail |
---|
public String getDataType()
String
public void setDataType(String value)
value
- allowed object is
String
public String getUnit()
String
public void setUnit(String value)
value
- allowed object is
String
public Double getScalingFactor()
Double
public void setScalingFactor(Double value)
value
- allowed object is
Double
public Double getValueOffset()
Double
public void setValueOffset(Double value)
value
- allowed object is
Double
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |