public class FileAreaInventory extends FileArea
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>
| Modifier and Type | Field and Description |
|---|---|
protected File |
file |
protected Inventory |
inventory |
| Constructor and Description |
|---|
FileAreaInventory() |
| Modifier and Type | Method and Description |
|---|---|
File |
getFile()
Gets the value of the file property.
|
Inventory |
getInventory()
Gets the value of the inventory property.
|
void |
setFile(File value)
Sets the value of the file property.
|
void |
setInventory(Inventory value)
Sets the value of the inventory property.
|
Copyright © 2022 Planetary Data System. All rights reserved.