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 Summary
Fields Modifier and Type Field Description protected StringrecordDelimiterFields inherited from class gov.nasa.arc.pds.xml.generated.ParsableByteStream
description, objectLength, offset, parsingStandardIdFields inherited from class gov.nasa.arc.pds.xml.generated.ByteStream
localIdentifier, md5Checksum, name -
Constructor Summary
Constructors Constructor Description ChecksumManifest() -
Method Summary
Modifier 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.ParsableByteStream
getDescription, getObjectLength, getOffset, getParsingStandardId, setDescription, setObjectLength, setOffset, setParsingStandardIdMethods inherited from class gov.nasa.arc.pds.xml.generated.ByteStream
getLocalIdentifier, getMd5Checksum, getName, setLocalIdentifier, setMd5Checksum, setName
-
Field Details
-
recordDelimiter
-
-
Constructor Details
-
ChecksumManifest
public ChecksumManifest()
-
-
Method Details