gov.nasa.arc.pds.xml.generated
Class ChecksumManifest

java.lang.Object
  extended by gov.nasa.arc.pds.xml.generated.ByteStream
      extended by gov.nasa.arc.pds.xml.generated.ParsableByteStream
          extended by gov.nasa.arc.pds.xml.generated.StreamText
              extended by 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>
 


Field Summary
 
Fields inherited from class gov.nasa.arc.pds.xml.generated.StreamText
recordDelimiter
 
Fields inherited from class gov.nasa.arc.pds.xml.generated.ParsableByteStream
description, objectLength, offset, parsingStandardId
 
Fields inherited from class gov.nasa.arc.pds.xml.generated.ByteStream
localIdentifier, name
 
Constructor Summary
ChecksumManifest()
           
 
Method Summary
 
Methods inherited from class gov.nasa.arc.pds.xml.generated.StreamText
getRecordDelimiter, setRecordDelimiter
 
Methods inherited from class gov.nasa.arc.pds.xml.generated.ParsableByteStream
getDescription, getObjectLength, getOffset, getParsingStandardId, setDescription, setObjectLength, setOffset, setParsingStandardId
 
Methods inherited from class gov.nasa.arc.pds.xml.generated.ByteStream
getLocalIdentifier, getName, setLocalIdentifier, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChecksumManifest

public ChecksumManifest()


Copyright © 2014. All Rights Reserved.