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, parsingStandardId
localIdentifier, 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, setParsingStandardId
getLocalIdentifier, getName, setLocalIdentifier, setName
public String getKernelType()
String
public void setKernelType(String value)
value
- allowed object is
String
public String getEncodingType()
String
Copyright © 2016. All Rights Reserved.