Package 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.ChecksumManifest
public class ChecksumManifest extends ParsableByteStream
The Checksum_Manifest class defines a two column
         table for file references and checksums.
 
 
Java class for Checksum_Manifest complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="Checksum_Manifest">
   <complexContent>
     <extension base="{http://pds.nasa.gov/pds4/pds/v1}Parsable_Byte_Stream">
       <sequence>
         <element name="record_delimiter" type="{http://pds.nasa.gov/pds4/pds/v1}record_delimiter"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 - 
Field SummaryFields Modifier and Type Field Description protected StringrecordDelimiterFields inherited from class gov.nasa.arc.pds.xml.generated.ParsableByteStreamdescription, objectLength, offset, parsingStandardIdFields inherited from class gov.nasa.arc.pds.xml.generated.ByteStreamlocalIdentifier, md5Checksum, name
- 
Constructor SummaryConstructors Constructor Description ChecksumManifest()
- 
Method SummaryModifier and Type Method Description StringgetRecordDelimiter()Gets the value of the recordDelimiter property.voidsetRecordDelimiter(String value)Sets the value of the recordDelimiter property.Methods inherited from class gov.nasa.arc.pds.xml.generated.ParsableByteStreamgetDescription, getObjectLength, getOffset, getParsingStandardId, setDescription, setObjectLength, setOffset, setParsingStandardIdMethods inherited from class gov.nasa.arc.pds.xml.generated.ByteStreamgetLocalIdentifier, getMd5Checksum, getName, setLocalIdentifier, setMd5Checksum, setName
- 
Field Details- 
recordDelimiter
 
- 
- 
Constructor Details- 
ChecksumManifestpublic ChecksumManifest()
 
- 
- 
Method Details