public class FileAreaSPICEKernel extends FileArea
Java class for File_Area_SPICE_Kernel complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="File_Area_SPICE_Kernel">
<complexContent>
<extension base="{http://pds.nasa.gov/pds4/pds/v1}File_Area">
<sequence>
<element name="File" type="{http://pds.nasa.gov/pds4/pds/v1}File"/>
<element name="SPICE_Kernel" type="{http://pds.nasa.gov/pds4/pds/v1}SPICE_Kernel"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected File |
file |
protected SPICEKernel |
spiceKernel |
| Constructor and Description |
|---|
FileAreaSPICEKernel() |
| Modifier and Type | Method and Description |
|---|---|
File |
getFile()
Gets the value of the file property.
|
SPICEKernel |
getSPICEKernel()
Gets the value of the spiceKernel property.
|
void |
setFile(File value)
Sets the value of the file property.
|
void |
setSPICEKernel(SPICEKernel value)
Sets the value of the spiceKernel property.
|
protected File file
protected SPICEKernel spiceKernel
public void setFile(File value)
value - allowed object is
Filepublic SPICEKernel getSPICEKernel()
SPICEKernelpublic void setSPICEKernel(SPICEKernel value)
value - allowed object is
SPICEKernelCopyright © 2019. All rights reserved.