public class ParsableByteStream extends ByteStream
Java class for Parsable_Byte_Stream complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Parsable_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="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"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
description |
protected ObjectLength |
objectLength |
protected Offset |
offset |
protected java.lang.String |
parsingStandardId |
localIdentifier, md5Checksum, name| Constructor and Description |
|---|
ParsableByteStream() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
Gets the value of the description property.
|
ObjectLength |
getObjectLength()
Gets the value of the objectLength property.
|
Offset |
getOffset()
Gets the value of the offset property.
|
java.lang.String |
getParsingStandardId()
Gets the value of the parsingStandardId property.
|
void |
setDescription(java.lang.String value)
Sets the value of the description property.
|
void |
setObjectLength(ObjectLength value)
Sets the value of the objectLength property.
|
void |
setOffset(Offset value)
Sets the value of the offset property.
|
void |
setParsingStandardId(java.lang.String value)
Sets the value of the parsingStandardId property.
|
getLocalIdentifier, getMd5Checksum, getName, setLocalIdentifier, setMd5Checksum, setNameprotected Offset offset
protected ObjectLength objectLength
protected java.lang.String parsingStandardId
protected java.lang.String description
public Offset getOffset()
Offsetpublic void setOffset(Offset value)
value - allowed object is
Offsetpublic ObjectLength getObjectLength()
ObjectLengthpublic void setObjectLength(ObjectLength value)
value - allowed object is
ObjectLengthpublic java.lang.String getParsingStandardId()
Stringpublic void setParsingStandardId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
StringCopyright © 2022 Planetary Data System. All rights reserved.