Package gov.nasa.arc.pds.xml.generated
Class AxisArray
java.lang.Object
gov.nasa.arc.pds.xml.generated.AxisArray
public class AxisArray extends Object
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}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>
 - 
Field SummaryFields Modifier and Type Field Description protected StringaxisNameprotected BandBinSetbandBinSetprotected BigIntegerelementsprotected StringlocalIdentifierprotected intsequenceNumberprotected Stringunit
- 
Constructor SummaryConstructors Constructor Description AxisArray()
- 
Method SummaryModifier and Type Method Description StringgetAxisName()Gets the value of the axisName property.BandBinSetgetBandBinSet()Gets the value of the bandBinSet property.BigIntegergetElements()Gets the value of the elements property.StringgetLocalIdentifier()Gets the value of the localIdentifier property.intgetSequenceNumber()Gets the value of the sequenceNumber property.StringgetUnit()Gets the value of the unit property.voidsetAxisName(String value)Sets the value of the axisName property.voidsetBandBinSet(BandBinSet value)Sets the value of the bandBinSet property.voidsetElements(BigInteger value)Sets the value of the elements property.voidsetLocalIdentifier(String value)Sets the value of the localIdentifier property.voidsetSequenceNumber(int value)Sets the value of the sequenceNumber property.voidsetUnit(String value)Sets the value of the unit property.
- 
Field Details- 
axisName
- 
localIdentifier
- 
elements
- 
unit
- 
sequenceNumberprotected int sequenceNumber
- 
bandBinSet
 
- 
- 
Constructor Details- 
AxisArraypublic AxisArray()
 
- 
- 
Method Details- 
getAxisNameGets the value of the axisName property.- Returns:
- possible object is
     String
 
- 
setAxisNameSets the value of the axisName property.- Parameters:
- value- allowed object is- String
 
- 
getLocalIdentifierGets the value of the localIdentifier property.- Returns:
- possible object is
     String
 
- 
setLocalIdentifierSets the value of the localIdentifier property.- Parameters:
- value- allowed object is- String
 
- 
getElementsGets the value of the elements property.- Returns:
- possible object is
     BigInteger
 
- 
setElementsSets the value of the elements property.- Parameters:
- value- allowed object is- BigInteger
 
- 
getUnitGets the value of the unit property.- Returns:
- possible object is
     String
 
- 
setUnitSets the value of the unit property.- Parameters:
- value- allowed object is- String
 
- 
getSequenceNumberpublic int getSequenceNumber()Gets the value of the sequenceNumber property.
- 
setSequenceNumberpublic void setSequenceNumber(int value)Sets the value of the sequenceNumber property.
- 
getBandBinSetGets the value of the bandBinSet property.- Returns:
- possible object is
     BandBinSet
 
- 
setBandBinSetSets the value of the bandBinSet property.- Parameters:
- value- allowed object is- BandBinSet
 
 
-