public class AxisArray
extends java.lang.Object
Java class for Axis_Array complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Axis_Array">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="axis_name" type="{http://pds.nasa.gov/pds4/pds/v1}axis_name"/>
<element name="local_identifier" type="{http://pds.nasa.gov/pds4/pds/v1}local_identifier" minOccurs="0"/>
<element name="elements" type="{http://pds.nasa.gov/pds4/pds/v1}elements"/>
<element name="unit" type="{http://pds.nasa.gov/pds4/pds/v1}unit" minOccurs="0"/>
<element name="sequence_number" type="{http://pds.nasa.gov/pds4/pds/v1}sequence_number"/>
<element name="Band_Bin_Set" type="{http://pds.nasa.gov/pds4/pds/v1}Band_Bin_Set" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
axisName |
protected BandBinSet |
bandBinSet |
protected java.math.BigInteger |
elements |
protected java.lang.String |
localIdentifier |
protected int |
sequenceNumber |
protected java.lang.String |
unit |
| Constructor and Description |
|---|
AxisArray() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAxisName()
Gets the value of the axisName property.
|
BandBinSet |
getBandBinSet()
Gets the value of the bandBinSet property.
|
java.math.BigInteger |
getElements()
Gets the value of the elements property.
|
java.lang.String |
getLocalIdentifier()
Gets the value of the localIdentifier property.
|
int |
getSequenceNumber()
Gets the value of the sequenceNumber property.
|
java.lang.String |
getUnit()
Gets the value of the unit property.
|
void |
setAxisName(java.lang.String value)
Sets the value of the axisName property.
|
void |
setBandBinSet(BandBinSet value)
Sets the value of the bandBinSet property.
|
void |
setElements(java.math.BigInteger value)
Sets the value of the elements property.
|
void |
setLocalIdentifier(java.lang.String value)
Sets the value of the localIdentifier property.
|
void |
setSequenceNumber(int value)
Sets the value of the sequenceNumber property.
|
void |
setUnit(java.lang.String value)
Sets the value of the unit property.
|
protected java.lang.String axisName
protected java.lang.String localIdentifier
protected java.math.BigInteger elements
protected java.lang.String unit
protected int sequenceNumber
protected BandBinSet bandBinSet
public java.lang.String getAxisName()
Stringpublic void setAxisName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getLocalIdentifier()
Stringpublic void setLocalIdentifier(java.lang.String value)
value - allowed object is
Stringpublic java.math.BigInteger getElements()
BigIntegerpublic void setElements(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.lang.String getUnit()
Stringpublic void setUnit(java.lang.String value)
value - allowed object is
Stringpublic int getSequenceNumber()
public void setSequenceNumber(int value)
public BandBinSet getBandBinSet()
BandBinSetpublic void setBandBinSet(BandBinSet value)
value - allowed object is
BandBinSetCopyright © 2022 Planetary Data System. All rights reserved.