|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.arc.pds.xml.generated.AxisArray
public class AxisArray
The Axis Array class is used as a component of the array class and defines an axis of the array.
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}ASCII_Short_String_Collapsed"/> <element name="elements" type="{http://pds.nasa.gov/pds4/pds/v1}elements"/> <element name="unit" type="{http://pds.nasa.gov/pds4/pds/v1}UTF8_Short_String_Collapsed" 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>
Field Summary | |
---|---|
protected String |
axisName
|
protected BandBinSet |
bandBinSet
|
protected int |
elements
|
protected int |
sequenceNumber
|
protected String |
unit
|
Constructor Summary | |
---|---|
AxisArray()
|
Method Summary | |
---|---|
String |
getAxisName()
Gets the value of the axisName property. |
BandBinSet |
getBandBinSet()
Gets the value of the bandBinSet property. |
int |
getElements()
Gets the value of the elements 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(int value)
Sets the value of the elements property. |
void |
setSequenceNumber(int value)
Sets the value of the sequenceNumber property. |
void |
setUnit(String value)
Sets the value of the unit property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String axisName
protected int elements
protected String unit
protected int sequenceNumber
protected BandBinSet bandBinSet
Constructor Detail |
---|
public AxisArray()
Method Detail |
---|
public String getAxisName()
String
public void setAxisName(String value)
value
- allowed object is
String
public int getElements()
public void setElements(int value)
public String getUnit()
String
public void setUnit(String value)
value
- allowed object is
String
public int getSequenceNumber()
public void setSequenceNumber(int value)
public BandBinSet getBandBinSet()
BandBinSet
public void setBandBinSet(BandBinSet value)
value
- allowed object is
BandBinSet
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |