Package gov.nasa.arc.pds.xml.generated
Class FileAreaSPICEKernel
- java.lang.Object
- 
- gov.nasa.arc.pds.xml.generated.FileArea
- 
- gov.nasa.arc.pds.xml.generated.FileAreaSPICEKernel
 
 
- 
 public class FileAreaSPICEKernel extends FileArea The File Area SPICE Kernel class describes a file that contains a SPICE Kernel object.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>
- 
- 
Field SummaryFields Modifier and Type Field Description protected Filefileprotected SPICEKernelspiceKernel
 - 
Constructor SummaryConstructors Constructor Description FileAreaSPICEKernel()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description FilegetFile()Gets the value of the file property.SPICEKernelgetSPICEKernel()Gets the value of the spiceKernel property.voidsetFile(File value)Sets the value of the file property.voidsetSPICEKernel(SPICEKernel value)Sets the value of the spiceKernel property.
 
- 
- 
- 
Field Detail- 
fileprotected File file 
 - 
spiceKernelprotected SPICEKernel spiceKernel 
 
- 
 - 
Method Detail- 
setFilepublic void setFile(File value) Sets the value of the file property.- Parameters:
- value- allowed object is- File
 
 - 
getSPICEKernelpublic SPICEKernel getSPICEKernel() Gets the value of the spiceKernel property.- Returns:
- possible object is
     SPICEKernel
 
 - 
setSPICEKernelpublic void setSPICEKernel(SPICEKernel value) Sets the value of the spiceKernel property.- Parameters:
- value- allowed object is- SPICEKernel
 
 
- 
 
-