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