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 SummaryFields Modifier and Type Field Description protected Display2DImagedisplay2DImage- 
Fields inherited from class gov.nasa.arc.pds.xml.generated.Arrayaxes, axisArraies, axisIndexOrder, description, elementArray, localInternalReference, objectStatistics, offset, specialConstants
 - 
Fields inherited from class gov.nasa.arc.pds.xml.generated.ByteStreamlocalIdentifier, md5Checksum, name
 
- 
 - 
Constructor SummaryConstructors Constructor Description Array2DImage()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Display2DImagegetDisplay2DImage()Gets the value of the display2DImage property.voidsetDisplay2DImage(Display2DImage value)Sets the value of the display2DImage property.- 
Methods inherited from class gov.nasa.arc.pds.xml.generated.ArraygetAxes, 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.ByteStreamgetLocalIdentifier, getMd5Checksum, getName, setLocalIdentifier, setMd5Checksum, setName
 
- 
 
- 
- 
- 
Field Detail- 
display2DImageprotected Display2DImage display2DImage 
 
- 
 - 
Method Detail- 
getDisplay2DImagepublic Display2DImage getDisplay2DImage() Gets the value of the display2DImage property.- Returns:
- possible object is
     Display2DImage
 
 - 
setDisplay2DImagepublic void setDisplay2DImage(Display2DImage value) Sets the value of the display2DImage property.- Parameters:
- value- allowed object is- Display2DImage
 
 
- 
 
-