public class FileAreaTransferManifest extends FileArea
Java class for File_Area_Transfer_Manifest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="File_Area_Transfer_Manifest">
<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="Transfer_Manifest" type="{http://pds.nasa.gov/pds4/pds/v1}Transfer_Manifest"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected File |
file |
protected TransferManifest |
transferManifest |
| Constructor and Description |
|---|
FileAreaTransferManifest() |
| Modifier and Type | Method and Description |
|---|---|
File |
getFile()
Gets the value of the file property.
|
TransferManifest |
getTransferManifest()
Gets the value of the transferManifest property.
|
void |
setFile(File value)
Sets the value of the file property.
|
void |
setTransferManifest(TransferManifest value)
Sets the value of the transferManifest property.
|
protected File file
protected TransferManifest transferManifest
public void setFile(File value)
value - allowed object is
Filepublic TransferManifest getTransferManifest()
TransferManifestpublic void setTransferManifest(TransferManifest value)
value - allowed object is
TransferManifestCopyright © 2022 Planetary Data System. All rights reserved.