gov.nasa.arc.pds.xml.generated
Class ParsableByteStream

java.lang.Object
  extended by gov.nasa.arc.pds.xml.generated.ByteStream
      extended by gov.nasa.arc.pds.xml.generated.ParsableByteStream
Direct Known Subclasses:
Header, ServiceDescription, SPICEKernel, StreamText, TableDelimited, XMLSchema

public class ParsableByteStream
extends ByteStream

The Parsable Byte Stream class defines byte streams that have standard parsing rules. The Parsable Byte Stream class is the parent class for all parsable byte streams.

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>
 


Field Summary
protected  String description
           
protected  ObjectLength objectLength
           
protected  Offset offset
           
protected  String parsingStandardId
           
 
Fields inherited from class gov.nasa.arc.pds.xml.generated.ByteStream
localIdentifier, name
 
Constructor Summary
ParsableByteStream()
           
 
Method Summary
 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.
 
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

offset

protected Offset offset

objectLength

protected ObjectLength objectLength

parsingStandardId

protected String parsingStandardId

description

protected String description
Constructor Detail

ParsableByteStream

public ParsableByteStream()
Method Detail

getOffset

public Offset getOffset()
Gets the value of the offset property.

Returns:
possible object is Offset

setOffset

public void setOffset(Offset value)
Sets the value of the offset property.

Parameters:
value - allowed object is Offset

getObjectLength

public ObjectLength getObjectLength()
Gets the value of the objectLength property.

Returns:
possible object is ObjectLength

setObjectLength

public void setObjectLength(ObjectLength value)
Sets the value of the objectLength property.

Parameters:
value - allowed object is ObjectLength

getParsingStandardId

public String getParsingStandardId()
Gets the value of the parsingStandardId property.

Returns:
possible object is String

setParsingStandardId

public void setParsingStandardId(String value)
Sets the value of the parsingStandardId property.

Parameters:
value - allowed object is String

getDescription

public String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(String value)
Sets the value of the description property.

Parameters:
value - allowed object is String


Copyright © 2014. All Rights Reserved.