public class ProductSPICEKernel extends Product
Java class for Product_SPICE_Kernel complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Product_SPICE_Kernel">
<complexContent>
<extension base="{http://pds.nasa.gov/pds4/pds/v1}Product">
<sequence>
<element name="Context_Area" type="{http://pds.nasa.gov/pds4/pds/v1}Context_Area"/>
<element name="Reference_List" type="{http://pds.nasa.gov/pds4/pds/v1}Reference_List" minOccurs="0"/>
<element name="File_Area_SPICE_Kernel" type="{http://pds.nasa.gov/pds4/pds/v1}File_Area_SPICE_Kernel"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ContextArea |
contextArea |
protected FileAreaSPICEKernel |
fileAreaSPICEKernel |
protected ReferenceList |
referenceList |
identificationArea| Constructor and Description |
|---|
ProductSPICEKernel() |
| Modifier and Type | Method and Description |
|---|---|
ContextArea |
getContextArea()
Gets the value of the contextArea property.
|
FileAreaSPICEKernel |
getFileAreaSPICEKernel()
Gets the value of the fileAreaSPICEKernel property.
|
ReferenceList |
getReferenceList()
Gets the value of the referenceList property.
|
void |
setContextArea(ContextArea value)
Sets the value of the contextArea property.
|
void |
setFileAreaSPICEKernel(FileAreaSPICEKernel value)
Sets the value of the fileAreaSPICEKernel property.
|
void |
setReferenceList(ReferenceList value)
Sets the value of the referenceList property.
|
getIdentificationArea, setIdentificationAreaprotected ContextArea contextArea
protected ReferenceList referenceList
protected FileAreaSPICEKernel fileAreaSPICEKernel
public ContextArea getContextArea()
ContextAreapublic void setContextArea(ContextArea value)
value - allowed object is
ContextAreapublic ReferenceList getReferenceList()
ReferenceListpublic void setReferenceList(ReferenceList value)
value - allowed object is
ReferenceListpublic FileAreaSPICEKernel getFileAreaSPICEKernel()
FileAreaSPICEKernelpublic void setFileAreaSPICEKernel(FileAreaSPICEKernel value)
value - allowed object is
FileAreaSPICEKernelCopyright © 2022 Planetary Data System. All rights reserved.