public class AxisArray extends 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 String |
axisName |
protected BandBinSet |
bandBinSet |
protected BigInteger |
elements |
protected String |
localIdentifier |
protected int |
sequenceNumber |
protected String |
unit |
| Constructor and Description |
|---|
AxisArray() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAxisName()
Gets the value of the axisName property.
|
BandBinSet |
getBandBinSet()
Gets the value of the bandBinSet property.
|
BigInteger |
getElements()
Gets the value of the elements property.
|
String |
getLocalIdentifier()
Gets the value of the localIdentifier property.
|
int |
getSequenceNumber()
Gets the value of the sequenceNumber property.
|
String |
getUnit()
Gets the value of the unit property.
|
void |
setAxisName(String value)
Sets the value of the axisName property.
|
void |
setBandBinSet(BandBinSet value)
Sets the value of the bandBinSet property.
|
void |
setElements(BigInteger value)
Sets the value of the elements property.
|
void |
setLocalIdentifier(String value)
Sets the value of the localIdentifier property.
|
void |
setSequenceNumber(int value)
Sets the value of the sequenceNumber property.
|
void |
setUnit(String value)
Sets the value of the unit property.
|
protected String axisName
protected String localIdentifier
protected BigInteger elements
protected String unit
protected int sequenceNumber
protected BandBinSet bandBinSet
public String getAxisName()
Stringpublic void setAxisName(String value)
value - allowed object is
Stringpublic String getLocalIdentifier()
Stringpublic void setLocalIdentifier(String value)
value - allowed object is
Stringpublic BigInteger getElements()
BigIntegerpublic void setElements(BigInteger value)
value - allowed object is
BigIntegerpublic String getUnit()
Stringpublic void setUnit(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 © 2021. All rights reserved.