Package gov.nasa.arc.pds.xml.generated
Class Array2DImage
- java.lang.Object
-
- gov.nasa.arc.pds.xml.generated.ByteStream
-
- gov.nasa.arc.pds.xml.generated.Array
-
- gov.nasa.arc.pds.xml.generated.Array2D
-
- gov.nasa.arc.pds.xml.generated.Array2DImage
-
public class Array2DImage extends Array2D
The Array 2D Image class is an extension of the Array 2D class and defines a two dimensional image.Java class for Array_2D_Image complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="Array_2D_Image"> <complexContent> <extension base="{http://pds.nasa.gov/pds4/pds/v1}Array_2D"> <sequence> <element name="Display_2D_Image" type="{http://pds.nasa.gov/pds4/pds/v1}Display_2D_Image" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Display2DImage
display2DImage
-
Fields inherited from class gov.nasa.arc.pds.xml.generated.Array
axes, axisArraies, axisIndexOrder, description, elementArray, localInternalReference, objectStatistics, offset, specialConstants
-
Fields inherited from class gov.nasa.arc.pds.xml.generated.ByteStream
localIdentifier, md5Checksum, name
-
-
Constructor Summary
Constructors Constructor Description Array2DImage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Display2DImage
getDisplay2DImage()
Gets the value of the display2DImage property.void
setDisplay2DImage(Display2DImage value)
Sets the value of the display2DImage property.-
Methods inherited from class gov.nasa.arc.pds.xml.generated.Array
getAxes, getAxisArraies, getAxisIndexOrder, getDescription, getElementArray, getLocalInternalReference, getObjectStatistics, getOffset, getSpecialConstants, setAxes, setAxisIndexOrder, setDescription, setElementArray, setLocalInternalReference, setObjectStatistics, setOffset, setSpecialConstants
-
Methods inherited from class gov.nasa.arc.pds.xml.generated.ByteStream
getLocalIdentifier, getMd5Checksum, getName, setLocalIdentifier, setMd5Checksum, setName
-
-
-
-
Field Detail
-
display2DImage
protected Display2DImage display2DImage
-
-
Method Detail
-
getDisplay2DImage
public Display2DImage getDisplay2DImage()
Gets the value of the display2DImage property.- Returns:
- possible object is
Display2DImage
-
setDisplay2DImage
public void setDisplay2DImage(Display2DImage value)
Sets the value of the display2DImage property.- Parameters:
value
- allowed object isDisplay2DImage
-
-