Package gov.nasa.arc.pds.xml.generated
Class ParsableByteStream
- java.lang.Object
- 
- gov.nasa.arc.pds.xml.generated.ByteStream
- 
- gov.nasa.arc.pds.xml.generated.ParsableByteStream
 
 
- 
- Direct Known Subclasses:
- ChecksumManifest,- 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 SummaryFields Modifier and Type Field Description protected java.lang.Stringdescriptionprotected ObjectLengthobjectLengthprotected Offsetoffsetprotected java.lang.StringparsingStandardId- 
Fields inherited from class gov.nasa.arc.pds.xml.generated.ByteStreamlocalIdentifier, md5Checksum, name
 
- 
 - 
Constructor SummaryConstructors Constructor Description ParsableByteStream()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDescription()Gets the value of the description property.ObjectLengthgetObjectLength()Gets the value of the objectLength property.OffsetgetOffset()Gets the value of the offset property.java.lang.StringgetParsingStandardId()Gets the value of the parsingStandardId property.voidsetDescription(java.lang.String value)Sets the value of the description property.voidsetObjectLength(ObjectLength value)Sets the value of the objectLength property.voidsetOffset(Offset value)Sets the value of the offset property.voidsetParsingStandardId(java.lang.String value)Sets the value of the parsingStandardId property.- 
Methods inherited from class gov.nasa.arc.pds.xml.generated.ByteStreamgetLocalIdentifier, getMd5Checksum, getName, setLocalIdentifier, setMd5Checksum, setName
 
- 
 
- 
- 
- 
Field Detail- 
offsetprotected Offset offset 
 - 
objectLengthprotected ObjectLength objectLength 
 - 
parsingStandardIdprotected java.lang.String parsingStandardId 
 - 
descriptionprotected java.lang.String description 
 
- 
 - 
Method Detail- 
getOffsetpublic Offset getOffset() Gets the value of the offset property.- Returns:
- possible object is
     Offset
 
 - 
setOffsetpublic void setOffset(Offset value) Sets the value of the offset property.- Parameters:
- value- allowed object is- Offset
 
 - 
getObjectLengthpublic ObjectLength getObjectLength() Gets the value of the objectLength property.- Returns:
- possible object is
     ObjectLength
 
 - 
setObjectLengthpublic void setObjectLength(ObjectLength value) Sets the value of the objectLength property.- Parameters:
- value- allowed object is- ObjectLength
 
 - 
getParsingStandardIdpublic java.lang.String getParsingStandardId() Gets the value of the parsingStandardId property.- Returns:
- possible object is
     String
 
 - 
setParsingStandardIdpublic void setParsingStandardId(java.lang.String value) Sets the value of the parsingStandardId property.- Parameters:
- value- allowed object is- String
 
 - 
getDescriptionpublic java.lang.String getDescription() Gets the value of the description property.- Returns:
- possible object is
     String
 
 - 
setDescriptionpublic void setDescription(java.lang.String value) Sets the value of the description property.- Parameters:
- value- allowed object is- String
 
 
- 
 
-