Package gov.nasa.arc.pds.xml.generated
Class FileAreaInventory
java.lang.Object
gov.nasa.arc.pds.xml.generated.FileArea
gov.nasa.arc.pds.xml.generated.FileAreaInventory
public class FileAreaInventory extends FileArea
The File Area Inventory class describes a file
         and an inventory consisting of references to 
         members.
 
 
Java class for File_Area_Inventory complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="File_Area_Inventory">
   <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="Inventory" type="{http://pds.nasa.gov/pds4/pds/v1}Inventory"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 - 
Field Summary
- 
Constructor SummaryConstructors Constructor Description FileAreaInventory()
- 
Method SummaryModifier and Type Method Description FilegetFile()Gets the value of the file property.InventorygetInventory()Gets the value of the inventory property.voidsetFile(File value)Sets the value of the file property.voidsetInventory(Inventory value)Sets the value of the inventory property.
- 
Field Details- 
file
- 
inventory
 
- 
- 
Constructor Details- 
FileAreaInventorypublic FileAreaInventory()
 
- 
- 
Method Details- 
getFileGets the value of the file property.- Returns:
- possible object is
     File
 
- 
setFileSets the value of the file property.- Parameters:
- value- allowed object is- File
 
- 
getInventoryGets the value of the inventory property.- Returns:
- possible object is
     Inventory
 
- 
setInventorySets the value of the inventory property.- Parameters:
- value- allowed object is- Inventory
 
 
-