Class FileAreaBrowse


  • public class FileAreaBrowse
    extends FileArea
    The File Area Browse class describes a file and one or more tagged_data_objects contained within the file.

    Java class for File_Area_Browse complex type

    .

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

    
     <complexType name="File_Area_Browse">
       <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" type="{http://pds.nasa.gov/pds4/pds/v1}Array"/>
               <element name="Array_1D" type="{http://pds.nasa.gov/pds4/pds/v1}Array_1D"/>
               <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_Audio" type="{http://pds.nasa.gov/pds4/pds/v1}Encoded_Audio"/>
               <element name="Encoded_Header" type="{http://pds.nasa.gov/pds4/pds/v1}Encoded_Header"/>
               <element name="Encoded_Image" type="{http://pds.nasa.gov/pds4/pds/v1}Encoded_Image"/>
               <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>
     
    • Constructor Summary

      Constructors 
      Constructor Description
      FileAreaBrowse()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<ByteStream> getDataObjects()
      Gets the value of the dataObjects 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