|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.arc.pds.xml.generated.FileArea
gov.nasa.arc.pds.xml.generated.FileAreaInventory
public class FileAreaInventory
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 | |
---|---|
protected File |
file
|
protected Inventory |
inventory
|
Constructor Summary | |
---|---|
FileAreaInventory()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected File file
protected Inventory inventory
Constructor Detail |
---|
public FileAreaInventory()
Method Detail |
---|
public File getFile()
File
public void setFile(File value)
value
- allowed object is
File
public Inventory getInventory()
Inventory
public void setInventory(Inventory value)
value
- allowed object is
Inventory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |