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
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the encodedImage property.getFile()Gets the value of the file property.voidsetEncodedImage(EncodedImage value) Sets the value of the encodedImage property.voidSets the value of the file property.
-
Field Details
-
file
-
encodedImage
-
-
Constructor Details
-
FileAreaEncodedImage
public FileAreaEncodedImage()
-
-
Method Details
-
getFile
Gets the value of the file property.- Returns:
- possible object is
File
-
setFile
Sets the value of the file property.- Parameters:
value- allowed object isFile
-
getEncodedImage
Gets the value of the encodedImage property.- Returns:
- possible object is
EncodedImage
-
setEncodedImage
Sets the value of the encodedImage property.- Parameters:
value- allowed object isEncodedImage
-