Package gov.nasa.arc.pds.xml.generated
Class EncodedNative
java.lang.Object
gov.nasa.arc.pds.xml.generated.ByteStream
gov.nasa.arc.pds.xml.generated.EncodedByteStream
gov.nasa.arc.pds.xml.generated.EncodedNative
public class EncodedNative extends EncodedByteStream
The Encoded Native class describes a binary
         encoded byte stream. This class is used to describe data objects
         for Product_Native.
 
 
Java class for Encoded_Native complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="Encoded_Native">
   <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}name" minOccurs="0"/>
         <element name="local_identifier" type="{http://pds.nasa.gov/pds4/pds/v1}local_identifier" minOccurs="0"/>
         <element name="md5_checksum" type="{http://pds.nasa.gov/pds4/pds/v1}md5_checksum" 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}encoding_standard_id"/>
         <element name="description" type="{http://pds.nasa.gov/pds4/pds/v1}description" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 - 
Field SummaryFields inherited from class gov.nasa.arc.pds.xml.generated.EncodedByteStreamdescription, encodingStandardId, objectLength, offsetFields inherited from class gov.nasa.arc.pds.xml.generated.ByteStreamlocalIdentifier, md5Checksum, name
- 
Constructor SummaryConstructors Constructor Description EncodedNative()
- 
Method SummaryMethods inherited from class gov.nasa.arc.pds.xml.generated.EncodedByteStreamgetDescription, getEncodingStandardId, getObjectLength, getOffset, setDescription, setEncodingStandardId, setObjectLength, setOffsetMethods inherited from class gov.nasa.arc.pds.xml.generated.ByteStreamgetLocalIdentifier, getMd5Checksum, getName, setLocalIdentifier, setMd5Checksum, setName
- 
Constructor Details- 
EncodedNativepublic EncodedNative()
 
-