public class Array extends ByteStream
Java class for Array complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Array"> <complexContent> <extension base="{http://pds.nasa.gov/pds4/pds/v1}Byte_Stream"> <sequence> <element name="offset" type="{http://pds.nasa.gov/pds4/pds/v1}offset"/> <element name="axes" type="{http://pds.nasa.gov/pds4/pds/v1}axes"/> <element name="axis_index_order" type="{http://pds.nasa.gov/pds4/pds/v1}axis_index_order"/> <element name="description" type="{http://pds.nasa.gov/pds4/pds/v1}description" minOccurs="0"/> <element name="Element_Array" type="{http://pds.nasa.gov/pds4/pds/v1}Element_Array"/> <element name="Axis_Array" type="{http://pds.nasa.gov/pds4/pds/v1}Axis_Array" maxOccurs="unbounded"/> <element name="Special_Constants" type="{http://pds.nasa.gov/pds4/pds/v1}Special_Constants" minOccurs="0"/> <element name="Object_Statistics" type="{http://pds.nasa.gov/pds4/pds/v1}Object_Statistics" minOccurs="0"/> <element name="Local_Internal_Reference" type="{http://pds.nasa.gov/pds4/pds/v1}Local_Internal_Reference" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected int |
axes |
protected List<AxisArray> |
axisArraies |
protected String |
axisIndexOrder |
protected String |
description |
protected ElementArray |
elementArray |
protected List<LocalInternalReference> |
localInternalReferences |
protected ObjectStatistics |
objectStatistics |
protected Offset |
offset |
protected SpecialConstants |
specialConstants |
localIdentifier, name
Constructor and Description |
---|
Array() |
Modifier and Type | Method and Description |
---|---|
int |
getAxes()
Gets the value of the axes property.
|
List<AxisArray> |
getAxisArraies()
Gets the value of the axisArraies property.
|
String |
getAxisIndexOrder()
Gets the value of the axisIndexOrder property.
|
String |
getDescription()
Gets the value of the description property.
|
ElementArray |
getElementArray()
Gets the value of the elementArray property.
|
List<LocalInternalReference> |
getLocalInternalReferences()
Gets the value of the localInternalReferences property.
|
ObjectStatistics |
getObjectStatistics()
Gets the value of the objectStatistics property.
|
Offset |
getOffset()
Gets the value of the offset property.
|
SpecialConstants |
getSpecialConstants()
Gets the value of the specialConstants property.
|
void |
setAxes(int value)
Sets the value of the axes property.
|
void |
setAxisIndexOrder(String value)
Sets the value of the axisIndexOrder property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setElementArray(ElementArray value)
Sets the value of the elementArray property.
|
void |
setObjectStatistics(ObjectStatistics value)
Sets the value of the objectStatistics property.
|
void |
setOffset(Offset value)
Sets the value of the offset property.
|
void |
setSpecialConstants(SpecialConstants value)
Sets the value of the specialConstants property.
|
getLocalIdentifier, getName, setLocalIdentifier, setName
protected Offset offset
protected int axes
protected String axisIndexOrder
protected String description
protected ElementArray elementArray
protected SpecialConstants specialConstants
protected ObjectStatistics objectStatistics
protected List<LocalInternalReference> localInternalReferences
public Offset getOffset()
Offset
public void setOffset(Offset value)
value
- allowed object is
Offset
public int getAxes()
public void setAxes(int value)
public String getAxisIndexOrder()
String
public void setAxisIndexOrder(String value)
value
- allowed object is
String
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String
public ElementArray getElementArray()
ElementArray
public void setElementArray(ElementArray value)
value
- allowed object is
ElementArray
public List<AxisArray> getAxisArraies()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the axisArraies property.
For example, to add a new item, do as follows:
getAxisArraies().add(newItem);
Objects of the following type(s) are allowed in the list
AxisArray
public SpecialConstants getSpecialConstants()
SpecialConstants
public void setSpecialConstants(SpecialConstants value)
value
- allowed object is
SpecialConstants
public ObjectStatistics getObjectStatistics()
ObjectStatistics
public void setObjectStatistics(ObjectStatistics value)
value
- allowed object is
ObjectStatistics
public List<LocalInternalReference> getLocalInternalReferences()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the localInternalReferences property.
For example, to add a new item, do as follows:
getLocalInternalReferences().add(newItem);
Objects of the following type(s) are allowed in the list
LocalInternalReference
Copyright © 2016. All Rights Reserved.