Package gov.nasa.arc.pds.xml.generated
Class FileAreaChecksumManifest
java.lang.Object
gov.nasa.arc.pds.xml.generated.FileArea
gov.nasa.arc.pds.xml.generated.FileAreaChecksumManifest
public class FileAreaChecksumManifest extends FileArea
The File Area Checksum Manifest class describes
         a file that contains a two column table for file references and
         checksums.
 
 
Java class for File_Area_Checksum_Manifest complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="File_Area_Checksum_Manifest">
   <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="Checksum_Manifest" type="{http://pds.nasa.gov/pds4/pds/v1}Checksum_Manifest"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 - 
Field SummaryFields Modifier and Type Field Description protected ChecksumManifestchecksumManifestprotected Filefile
- 
Constructor SummaryConstructors Constructor Description FileAreaChecksumManifest()
- 
Method SummaryModifier and Type Method Description ChecksumManifestgetChecksumManifest()Gets the value of the checksumManifest property.FilegetFile()Gets the value of the file property.voidsetChecksumManifest(ChecksumManifest value)Sets the value of the checksumManifest property.voidsetFile(File value)Sets the value of the file property.
- 
Field Details- 
file
- 
checksumManifest
 
- 
- 
Constructor Details- 
FileAreaChecksumManifestpublic FileAreaChecksumManifest()
 
- 
- 
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
 
- 
getChecksumManifestGets the value of the checksumManifest property.- Returns:
- possible object is
     ChecksumManifest
 
- 
setChecksumManifestSets the value of the checksumManifest property.- Parameters:
- value- allowed object is- ChecksumManifest
 
 
-