Package gov.nasa.arc.pds.xml.generated
Class EncodedByteStream
java.lang.Object
gov.nasa.arc.pds.xml.generated.ByteStream
gov.nasa.arc.pds.xml.generated.EncodedByteStream
- Direct Known Subclasses:
EncodedAudio,EncodedBinary,EncodedHeader,EncodedImage,EncodedNative
public class EncodedByteStream extends ByteStream
The Encoded Byte Stream class defines byte
streams that must be decoded by software before use. These byte
streams must only use standard encodings. The Encoded Byte
Stream class is the parent class for all encoded byte
streams.
Java class for Encoded_Byte_Stream complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Encoded_Byte_Stream">
<complexContent>
<extension base="{http://pds.nasa.gov/pds4/pds/v1}Byte_Stream">
<sequence>
<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="encoding_standard_id" type="{http://pds.nasa.gov/pds4/pds/v1}encoding_standard_id"/>
<element name="description" type="{http://pds.nasa.gov/pds4/pds/v1}description" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
Fields Modifier and Type Field Description protected Stringdescriptionprotected StringencodingStandardIdprotected ObjectLengthobjectLengthprotected OffsetoffsetFields inherited from class gov.nasa.arc.pds.xml.generated.ByteStream
localIdentifier, md5Checksum, name -
Constructor Summary
Constructors Constructor Description EncodedByteStream() -
Method Summary
Modifier and Type Method Description StringgetDescription()Gets the value of the description property.StringgetEncodingStandardId()Gets the value of the encodingStandardId property.ObjectLengthgetObjectLength()Gets the value of the objectLength property.OffsetgetOffset()Gets the value of the offset property.voidsetDescription(String value)Sets the value of the description property.voidsetEncodingStandardId(String value)Sets the value of the encodingStandardId property.voidsetObjectLength(ObjectLength value)Sets the value of the objectLength property.voidsetOffset(Offset value)Sets the value of the offset property.Methods inherited from class gov.nasa.arc.pds.xml.generated.ByteStream
getLocalIdentifier, getMd5Checksum, getName, setLocalIdentifier, setMd5Checksum, setName
-
Field Details
-
offset
-
objectLength
-
encodingStandardId
-
description
-
-
Constructor Details
-
EncodedByteStream
public EncodedByteStream()
-
-
Method Details
-
getOffset
Gets the value of the offset property.- Returns:
- possible object is
Offset
-
setOffset
Sets the value of the offset property.- Parameters:
value- allowed object isOffset
-
getObjectLength
Gets the value of the objectLength property.- Returns:
- possible object is
ObjectLength
-
setObjectLength
Sets the value of the objectLength property.- Parameters:
value- allowed object isObjectLength
-
getEncodingStandardId
Gets the value of the encodingStandardId property.- Returns:
- possible object is
String
-
setEncodingStandardId
Sets the value of the encodingStandardId property.- Parameters:
value- allowed object isString
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
Sets the value of the description property.- Parameters:
value- allowed object isString
-