|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.arc.pds.xml.generated.FileArea
gov.nasa.arc.pds.xml.generated.FileAreaChecksumManifest
public class FileAreaChecksumManifest
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 Summary | |
---|---|
protected ChecksumManifest |
checksumManifest
|
protected File |
file
|
Constructor Summary | |
---|---|
FileAreaChecksumManifest()
|
Method Summary | |
---|---|
ChecksumManifest |
getChecksumManifest()
Gets the value of the checksumManifest property. |
File |
getFile()
Gets the value of the file property. |
void |
setChecksumManifest(ChecksumManifest value)
Sets the value of the checksumManifest 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 |
---|
protected File file
protected ChecksumManifest checksumManifest
Constructor Detail |
---|
public FileAreaChecksumManifest()
Method Detail |
---|
public File getFile()
File
public void setFile(File value)
value
- allowed object is
File
public ChecksumManifest getChecksumManifest()
ChecksumManifest
public void setChecksumManifest(ChecksumManifest value)
value
- allowed object is
ChecksumManifest
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |