Uses of Class
gov.nasa.arc.pds.xml.generated.File

Packages that use File
Package Description
gov.nasa.arc.pds.xml.generated  
gov.nasa.pds.label.object
Implementations of objects that represent the data objects that can be referenced by PDS labels.
  • Uses of File in gov.nasa.arc.pds.xml.generated

    Subclasses of File in gov.nasa.arc.pds.xml.generated
    Modifier and Type Class Description
    class  DocumentFile
    The Document File class describes a file which is a part of a document.
    Fields in gov.nasa.arc.pds.xml.generated declared as File
    Modifier and Type Field Description
    protected File FileAreaAncillary.file  
    protected File FileAreaBinary.file  
    protected File FileAreaBrowse.file  
    protected File FileAreaChecksumManifest.file  
    protected File FileAreaEncodedImage.file  
    protected File FileAreaInventory.file  
    protected File FileAreaMetadata.file  
    protected File FileAreaNative.file  
    protected File FileAreaObservational.file  
    protected File FileAreaObservationalSupplemental.file  
    protected File FileAreaServiceDescription.file  
    protected File FileAreaSIPDeepArchive.file  
    protected File FileAreaSPICEKernel.file  
    protected File FileAreaText.file  
    protected File FileAreaTransferManifest.file  
    protected File FileAreaUpdate.file  
    protected File FileAreaXMLSchema.file  
    protected File ProductZipped.file  
    Methods in gov.nasa.arc.pds.xml.generated that return File
    Modifier and Type Method Description
    File ObjectFactory.createFile()
    Create an instance of File
    File FileAreaAncillary.getFile()
    Gets the value of the file property.
    File FileAreaBinary.getFile()
    Gets the value of the file property.
    File FileAreaBrowse.getFile()
    Gets the value of the file property.
    File FileAreaChecksumManifest.getFile()
    Gets the value of the file property.
    File FileAreaEncodedImage.getFile()
    Gets the value of the file property.
    File FileAreaInventory.getFile()
    Gets the value of the file property.
    File FileAreaMetadata.getFile()
    Gets the value of the file property.
    File FileAreaNative.getFile()
    Gets the value of the file property.
    File FileAreaObservational.getFile()
    Gets the value of the file property.
    File FileAreaObservationalSupplemental.getFile()
    Gets the value of the file property.
    File FileAreaServiceDescription.getFile()
    Gets the value of the file property.
    File FileAreaSIPDeepArchive.getFile()
    Gets the value of the file property.
    File FileAreaSPICEKernel.getFile()
    Gets the value of the file property.
    File FileAreaText.getFile()
    Gets the value of the file property.
    File FileAreaTransferManifest.getFile()
    Gets the value of the file property.
    File FileAreaUpdate.getFile()
    Gets the value of the file property.
    File FileAreaXMLSchema.getFile()
    Gets the value of the file property.
    File ProductZipped.getFile()
    Gets the value of the file property.
    Methods in gov.nasa.arc.pds.xml.generated with parameters of type File
    Modifier and Type Method Description
    void FileAreaAncillary.setFile​(File value)
    Sets the value of the file property.
    void FileAreaBinary.setFile​(File value)
    Sets the value of the file property.
    void FileAreaBrowse.setFile​(File value)
    Sets the value of the file property.
    void FileAreaChecksumManifest.setFile​(File value)
    Sets the value of the file property.
    void FileAreaEncodedImage.setFile​(File value)
    Sets the value of the file property.
    void FileAreaInventory.setFile​(File value)
    Sets the value of the file property.
    void FileAreaMetadata.setFile​(File value)
    Sets the value of the file property.
    void FileAreaNative.setFile​(File value)
    Sets the value of the file property.
    void FileAreaObservational.setFile​(File value)
    Sets the value of the file property.
    void FileAreaObservationalSupplemental.setFile​(File value)
    Sets the value of the file property.
    void FileAreaServiceDescription.setFile​(File value)
    Sets the value of the file property.
    void FileAreaSIPDeepArchive.setFile​(File value)
    Sets the value of the file property.
    void FileAreaSPICEKernel.setFile​(File value)
    Sets the value of the file property.
    void FileAreaText.setFile​(File value)
    Sets the value of the file property.
    void FileAreaTransferManifest.setFile​(File value)
    Sets the value of the file property.
    void FileAreaUpdate.setFile​(File value)
    Sets the value of the file property.
    void FileAreaXMLSchema.setFile​(File value)
    Sets the value of the file property.
    void ProductZipped.setFile​(File value)
    Sets the value of the file property.
  • Uses of File in gov.nasa.pds.label.object

    Constructors in gov.nasa.pds.label.object with parameters of type File
    Constructor Description
    ArrayObject​(File parentDir, File fileObject, Array array, long offset)
    Creats a new array instance.
    ArrayObject​(URL parent, File fileObject, Array array, long offset)
    Creats a new array instance.
    DataObject​(File parentDir, File fileObject, long offset, long size)  
    DataObject​(URL parentDir, File fileObject, long offset, long size)  
    GenericObject​(File parentDir, File fileObject, long offset, long size)
    Creates a new instance.
    GenericObject​(URL parentDir, File fileObject, long offset, long size)
    Creates a new instance.
    TableObject​(File parentDir, File fileObject, Object tableObject, long offset, long size)
    Creates a new instance of the table object.
    TableObject​(URL parentDir, File fileObject, Object tableObject, long offset, long size)
    Creates a new instance of the table object.