public class SPICEKernel extends ParsableByteStream
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>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
encodingType |
protected java.lang.String |
kernelType |
description, objectLength, offset, parsingStandardIdlocalIdentifier, md5Checksum, name| Constructor and Description |
|---|
SPICEKernel() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEncodingType()
Gets the value of the encodingType property.
|
java.lang.String |
getKernelType()
Gets the value of the kernelType property.
|
void |
setEncodingType(java.lang.String value)
Sets the value of the encodingType property.
|
void |
setKernelType(java.lang.String value)
Sets the value of the kernelType property.
|
getDescription, getObjectLength, getOffset, getParsingStandardId, setDescription, setObjectLength, setOffset, setParsingStandardIdgetLocalIdentifier, getMd5Checksum, getName, setLocalIdentifier, setMd5Checksum, setNameprotected java.lang.String kernelType
protected java.lang.String encodingType
public java.lang.String getKernelType()
Stringpublic void setKernelType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getEncodingType()
Stringpublic void setEncodingType(java.lang.String value)
value - allowed object is
StringCopyright © 2023 Planetary Data System. All rights reserved.