gov.nasa.arc.pds.xml.generated
Class FileAreaTransferManifest

java.lang.Object
  extended by gov.nasa.arc.pds.xml.generated.FileArea
      extended by gov.nasa.arc.pds.xml.generated.FileAreaTransferManifest

public class FileAreaTransferManifest
extends FileArea

The File Area Transfer Manifest class describes a file that contains a two column table that maps the logical identifiers and version ids of products to their file specification names.

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>
 


Field Summary
protected  File file
           
protected  TransferManifest transferManifest
           
 
Constructor Summary
FileAreaTransferManifest()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

file

protected File file

transferManifest

protected TransferManifest transferManifest
Constructor Detail

FileAreaTransferManifest

public FileAreaTransferManifest()
Method Detail

getFile

public File getFile()
Gets the value of the file property.

Returns:
possible object is File

setFile

public void setFile(File value)
Sets the value of the file property.

Parameters:
value - allowed object is File

getTransferManifest

public TransferManifest getTransferManifest()
Gets the value of the transferManifest property.

Returns:
possible object is TransferManifest

setTransferManifest

public void setTransferManifest(TransferManifest value)
Sets the value of the transferManifest property.

Parameters:
value - allowed object is TransferManifest


Copyright © 2014. All Rights Reserved.