gov.nasa.arc.pds.xml.generated
Class SPICEKernel

java.lang.Object
  extended by gov.nasa.arc.pds.xml.generated.ByteStream
      extended by gov.nasa.arc.pds.xml.generated.ParsableByteStream
          extended by 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}ASCII_Short_String_Collapsed"/>
         <element name="encoding_type" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Short_String_Collapsed"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  String encodingType
           
protected  String kernelType
           
 
Fields inherited from class gov.nasa.arc.pds.xml.generated.ParsableByteStream
description, objectLength, offset, parsingStandardId
 
Fields inherited from class gov.nasa.arc.pds.xml.generated.ByteStream
localIdentifier, name
 
Constructor Summary
SPICEKernel()
           
 
Method Summary
 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.
 
Methods inherited from class gov.nasa.arc.pds.xml.generated.ParsableByteStream
getDescription, getObjectLength, getOffset, getParsingStandardId, setDescription, setObjectLength, setOffset, setParsingStandardId
 
Methods inherited from class gov.nasa.arc.pds.xml.generated.ByteStream
getLocalIdentifier, getName, setLocalIdentifier, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

kernelType

protected String kernelType

encodingType

protected String encodingType
Constructor Detail

SPICEKernel

public SPICEKernel()
Method Detail

getKernelType

public String getKernelType()
Gets the value of the kernelType property.

Returns:
possible object is String

setKernelType

public void setKernelType(String value)
Sets the value of the kernelType property.

Parameters:
value - allowed object is String

getEncodingType

public String getEncodingType()
Gets the value of the encodingType property.

Returns:
possible object is String

setEncodingType

public void setEncodingType(String value)
Sets the value of the encodingType property.

Parameters:
value - allowed object is String


Copyright © 2013. All Rights Reserved.