|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.arc.pds.xml.generated.ByteStream
gov.nasa.arc.pds.xml.generated.EncodedByteStream
public class EncodedByteStream
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 | |
---|---|
protected String |
description
|
protected String |
encodingStandardId
|
protected ObjectLength |
objectLength
|
protected Offset |
offset
|
Fields inherited from class gov.nasa.arc.pds.xml.generated.ByteStream |
---|
localIdentifier, name |
Constructor Summary | |
---|---|
EncodedByteStream()
|
Method Summary | |
---|---|
String |
getDescription()
Gets the value of the description property. |
String |
getEncodingStandardId()
Gets the value of the encodingStandardId property. |
ObjectLength |
getObjectLength()
Gets the value of the objectLength property. |
Offset |
getOffset()
Gets the value of the offset property. |
void |
setDescription(String value)
Sets the value of the description property. |
void |
setEncodingStandardId(String value)
Sets the value of the encodingStandardId property. |
void |
setObjectLength(ObjectLength value)
Sets the value of the objectLength property. |
void |
setOffset(Offset value)
Sets the value of the offset property. |
Methods inherited from class gov.nasa.arc.pds.xml.generated.ByteStream |
---|
getLocalIdentifier, getName, setLocalIdentifier, setName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Offset offset
protected ObjectLength objectLength
protected String encodingStandardId
protected String description
Constructor Detail |
---|
public EncodedByteStream()
Method Detail |
---|
public Offset getOffset()
Offset
public void setOffset(Offset value)
value
- allowed object is
Offset
public ObjectLength getObjectLength()
ObjectLength
public void setObjectLength(ObjectLength value)
value
- allowed object is
ObjectLength
public String getEncodingStandardId()
String
public void setEncodingStandardId(String value)
value
- allowed object is
String
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |