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 String |
description |
protected ObjectLength |
objectLength |
protected Offset |
offset |
protected String |
parsingStandardId |
localIdentifier, md5Checksum, name| Constructor and Description |
|---|
ParsableByteStream() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
String |
getParsingStandardId()
Gets the value of the parsingStandardId property.
|
void |
setDescription(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(String value)
Sets the value of the parsingStandardId property.
|
getLocalIdentifier, getMd5Checksum, getName, setLocalIdentifier, setMd5Checksum, setNameprotected Offset offset
protected ObjectLength objectLength
protected String parsingStandardId
protected 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 String getParsingStandardId()
Stringpublic void setParsingStandardId(String value)
value - allowed object is
Stringpublic String getDescription()
StringCopyright © 2019. All rights reserved.