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

java.lang.Object
  extended by gov.nasa.arc.pds.xml.generated.ByteStream
      extended by gov.nasa.arc.pds.xml.generated.EncodedByteStream
          extended by gov.nasa.arc.pds.xml.generated.EncodedBinary

public class EncodedBinary
extends EncodedByteStream

The Encoded Binary class describes a binary encoded byte stream. This class is used to describe files in the repository that are being registered using Product_File_Repository.

Java class for Encoded_Binary complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Encoded_Binary">
   <complexContent>
     <restriction base="{http://pds.nasa.gov/pds4/pds/v1}Encoded_Byte_Stream">
       <sequence>
         <element name="name" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Short_String_Collapsed" minOccurs="0"/>
         <element name="local_identifier" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Short_String_Collapsed" minOccurs="0"/>
         <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}ASCII_Short_String_Collapsed"/>
         <element name="description" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Text_Preserved" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
 
Fields inherited from class gov.nasa.arc.pds.xml.generated.EncodedByteStream
description, encodingStandardId, objectLength, offset
 
Fields inherited from class gov.nasa.arc.pds.xml.generated.ByteStream
localIdentifier, name
 
Constructor Summary
EncodedBinary()
           
 
Method Summary
 
Methods inherited from class gov.nasa.arc.pds.xml.generated.EncodedByteStream
getDescription, getEncodingStandardId, getObjectLength, getOffset, setDescription, setEncodingStandardId, setObjectLength, setOffset
 
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
 

Constructor Detail

EncodedBinary

public EncodedBinary()


Copyright © 2014. All Rights Reserved.