gov.nasa.arc.pds.xml.generated
Class ChecksumManifest
java.lang.Object
gov.nasa.arc.pds.xml.generated.ByteStream
gov.nasa.arc.pds.xml.generated.ParsableByteStream
gov.nasa.arc.pds.xml.generated.StreamText
gov.nasa.arc.pds.xml.generated.ChecksumManifest
public class ChecksumManifest
- extends StreamText
The Checksum_Manifest class defines a two
column table for file references and checksums. The table
structure is compatible with the output from an MD5 checksum
utility.
Java class for Checksum_Manifest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Checksum_Manifest">
<complexContent>
<restriction base="{http://pds.nasa.gov/pds4/pds/v1}Stream_Text">
<sequence>
<element name="name" type="{http://pds.nasa.gov/pds4/pds/v1}name" minOccurs="0"/>
<element name="local_identifier" type="{http://pds.nasa.gov/pds4/pds/v1}local_identifier" minOccurs="0"/>
<element name="offset" type="{http://pds.nasa.gov/pds4/pds/v1}offset"/>
<element name="object_length" type="{http://pds.nasa.gov/pds4/pds/v1}object_length" minOccurs="0"/>
<element name="parsing_standard_id" type="{http://pds.nasa.gov/pds4/pds/v1}parsing_standard_id"/>
<element name="description" type="{http://pds.nasa.gov/pds4/pds/v1}description" minOccurs="0"/>
<element name="record_delimiter" type="{http://pds.nasa.gov/pds4/pds/v1}record_delimiter"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChecksumManifest
public ChecksumManifest()
Copyright © 2014. All Rights Reserved.