Package gov.nasa.arc.pds.xml.generated
Class FileAreaEncodedImage
java.lang.Object
gov.nasa.arc.pds.xml.generated.FileArea
gov.nasa.arc.pds.xml.generated.FileAreaEncodedImage
public class FileAreaEncodedImage extends FileArea
The File Area Encoded Image class describes a
         file that contains an Encoded Image object.
 
 
Java class for File_Area_Encoded_Image complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="File_Area_Encoded_Image">
   <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"/>
         <element name="Encoded_Image" type="{http://pds.nasa.gov/pds4/pds/v1}Encoded_Image"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 - 
Field SummaryFields Modifier and Type Field Description protected EncodedImageencodedImageprotected Filefile
- 
Constructor SummaryConstructors Constructor Description FileAreaEncodedImage()
- 
Method SummaryModifier and Type Method Description EncodedImagegetEncodedImage()Gets the value of the encodedImage property.FilegetFile()Gets the value of the file property.voidsetEncodedImage(EncodedImage value)Sets the value of the encodedImage property.voidsetFile(File value)Sets the value of the file property.
- 
Field Details- 
file
- 
encodedImage
 
- 
- 
Constructor Details- 
FileAreaEncodedImagepublic FileAreaEncodedImage()
 
- 
- 
Method Details- 
getFileGets the value of the file property.- Returns:
- possible object is
     File
 
- 
setFileSets the value of the file property.- Parameters:
- value- allowed object is- File
 
- 
getEncodedImageGets the value of the encodedImage property.- Returns:
- possible object is
     EncodedImage
 
- 
setEncodedImageSets the value of the encodedImage property.- Parameters:
- value- allowed object is- EncodedImage
 
 
-