gov.nasa.arc.pds.xml.generated
Class FileAreaObservational

java.lang.Object
  extended by gov.nasa.arc.pds.xml.generated.FileArea
      extended by gov.nasa.arc.pds.xml.generated.FileAreaObservational

public class FileAreaObservational
extends FileArea

The File Area Observational class describes, for an observational product, a file and one or more tagged_data_objects contained within the file.

Java class for File_Area_Observational complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="File_Area_Observational">
   <complexContent>
     <extension base="{http://pds.nasa.gov/pds4/pds/v1}File_Area">
       <sequence>
         <element name="File" type="{http://pds.nasa.gov/pds4/pds/v1}File"/>
         <choice maxOccurs="unbounded">
           <element name="Array_2D" type="{http://pds.nasa.gov/pds4/pds/v1}Array_2D"/>
           <element name="Array_2D_Image" type="{http://pds.nasa.gov/pds4/pds/v1}Array_2D_Image"/>
           <element name="Array_2D_Map" type="{http://pds.nasa.gov/pds4/pds/v1}Array_2D_Map"/>
           <element name="Array_2D_Spectrum" type="{http://pds.nasa.gov/pds4/pds/v1}Array_2D_Spectrum"/>
           <element name="Array_3D" type="{http://pds.nasa.gov/pds4/pds/v1}Array_3D"/>
           <element name="Array_3D_Image" type="{http://pds.nasa.gov/pds4/pds/v1}Array_3D_Image"/>
           <element name="Array_3D_Movie" type="{http://pds.nasa.gov/pds4/pds/v1}Array_3D_Movie"/>
           <element name="Array_3D_Spectrum" type="{http://pds.nasa.gov/pds4/pds/v1}Array_3D_Spectrum"/>
           <element name="Encoded_Header" type="{http://pds.nasa.gov/pds4/pds/v1}Encoded_Header"/>
           <element name="Header" type="{http://pds.nasa.gov/pds4/pds/v1}Header"/>
           <element name="Stream_Text" type="{http://pds.nasa.gov/pds4/pds/v1}Stream_Text"/>
           <element name="Table_Binary" type="{http://pds.nasa.gov/pds4/pds/v1}Table_Binary"/>
           <element name="Table_Character" type="{http://pds.nasa.gov/pds4/pds/v1}Table_Character"/>
           <element name="Table_Delimited" type="{http://pds.nasa.gov/pds4/pds/v1}Table_Delimited"/>
         </choice>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<ByteStream> array2DsAndArray2DImagesAndArray2DMaps
           
protected  File file
           
 
Constructor Summary
FileAreaObservational()
           
 
Method Summary
 List<ByteStream> getArray2DsAndArray2DImagesAndArray2DMaps()
          Gets the value of the array2DsAndArray2DImagesAndArray2DMaps property.
 File getFile()
          Gets the value of the file property.
 void setFile(File value)
          Sets the value of the file property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

file

protected File file

array2DsAndArray2DImagesAndArray2DMaps

protected List<ByteStream> array2DsAndArray2DImagesAndArray2DMaps
Constructor Detail

FileAreaObservational

public FileAreaObservational()
Method Detail

getFile

public File getFile()
Gets the value of the file property.

Returns:
possible object is File

setFile

public void setFile(File value)
Sets the value of the file property.

Parameters:
value - allowed object is File

getArray2DsAndArray2DImagesAndArray2DMaps

public List<ByteStream> getArray2DsAndArray2DImagesAndArray2DMaps()
Gets the value of the array2DsAndArray2DImagesAndArray2DMaps property.

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 array2DsAndArray2DImagesAndArray2DMaps property.

For example, to add a new item, do as follows:

    getArray2DsAndArray2DImagesAndArray2DMaps().add(newItem);
 

Objects of the following type(s) are allowed in the list TableDelimited Array3DSpectrum TableBinary Array2DMap Array2D Array3DMovie Array2DSpectrum Array2DImage Header Array3DImage TableCharacter EncodedHeader Array3D StreamText



Copyright © 2013. All Rights Reserved.