Class SPICEKernel


  • public class SPICEKernel
    extends ParsableByteStream
    The SPICE Kernel class describes a SPICE object.

    Java class for SPICE_Kernel complex type

    .

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

    
     <complexType name="SPICE_Kernel">
       <complexContent>
         <extension base="{http://pds.nasa.gov/pds4/pds/v1}Parsable_Byte_Stream">
           <sequence>
             <element name="kernel_type" type="{http://pds.nasa.gov/pds4/pds/v1}kernel_type"/>
             <element name="encoding_type" type="{http://pds.nasa.gov/pds4/pds/v1}encoding_type"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • kernelType

        protected java.lang.String kernelType
      • encodingType

        protected java.lang.String encodingType
    • Constructor Detail

      • SPICEKernel

        public SPICEKernel()
    • Method Detail

      • getKernelType

        public java.lang.String getKernelType()
        Gets the value of the kernelType property.
        Returns:
        possible object is String
      • setKernelType

        public void setKernelType​(java.lang.String value)
        Sets the value of the kernelType property.
        Parameters:
        value - allowed object is String
      • getEncodingType

        public java.lang.String getEncodingType()
        Gets the value of the encodingType property.
        Returns:
        possible object is String
      • setEncodingType

        public void setEncodingType​(java.lang.String value)
        Sets the value of the encodingType property.
        Parameters:
        value - allowed object is String