Package gov.nasa.arc.pds.xml.generated
Class SPICEKernel
java.lang.Object
gov.nasa.arc.pds.xml.generated.ByteStream
gov.nasa.arc.pds.xml.generated.ParsableByteStream
gov.nasa.arc.pds.xml.generated.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 SummaryFields Modifier and Type Field Description protected StringencodingTypeprotected StringkernelTypeFields inherited from class gov.nasa.arc.pds.xml.generated.ParsableByteStreamdescription, objectLength, offset, parsingStandardIdFields inherited from class gov.nasa.arc.pds.xml.generated.ByteStreamlocalIdentifier, md5Checksum, name
- 
Constructor SummaryConstructors Constructor Description SPICEKernel()
- 
Method SummaryModifier and Type Method Description StringgetEncodingType()Gets the value of the encodingType property.StringgetKernelType()Gets the value of the kernelType property.voidsetEncodingType(String value)Sets the value of the encodingType property.voidsetKernelType(String value)Sets the value of the kernelType property.Methods inherited from class gov.nasa.arc.pds.xml.generated.ParsableByteStreamgetDescription, getObjectLength, getOffset, getParsingStandardId, setDescription, setObjectLength, setOffset, setParsingStandardIdMethods inherited from class gov.nasa.arc.pds.xml.generated.ByteStreamgetLocalIdentifier, getMd5Checksum, getName, setLocalIdentifier, setMd5Checksum, setName
- 
Field Details- 
kernelType
- 
encodingType
 
- 
- 
Constructor Details- 
SPICEKernelpublic SPICEKernel()
 
- 
- 
Method Details- 
getKernelTypeGets the value of the kernelType property.- Returns:
- possible object is
     String
 
- 
setKernelTypeSets the value of the kernelType property.- Parameters:
- value- allowed object is- String
 
- 
getEncodingTypeGets the value of the encodingType property.- Returns:
- possible object is
     String
 
- 
setEncodingTypeSets the value of the encodingType property.- Parameters:
- value- allowed object is- String
 
 
-