Uses of Class
gov.nasa.arc.pds.xml.generated.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 classDocumentFileThe 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 FileFileAreaAncillary. fileprotected FileFileAreaBinary. fileprotected FileFileAreaBrowse. fileprotected FileFileAreaChecksumManifest. fileprotected FileFileAreaEncodedImage. fileprotected FileFileAreaInventory. fileprotected FileFileAreaMetadata. fileprotected FileFileAreaNative. fileprotected FileFileAreaObservational. fileprotected FileFileAreaObservationalSupplemental. fileprotected FileFileAreaServiceDescription. fileprotected FileFileAreaSIPDeepArchive. fileprotected FileFileAreaSPICEKernel. fileprotected FileFileAreaText. fileprotected FileFileAreaTransferManifest. fileprotected FileFileAreaUpdate. fileprotected FileFileAreaXMLSchema. fileprotected FileProductZipped. fileMethods in gov.nasa.arc.pds.xml.generated that return File Modifier and Type Method Description FileObjectFactory. createFile()Create an instance ofFileFileFileAreaAncillary. getFile()Gets the value of the file property.FileFileAreaBinary. getFile()Gets the value of the file property.FileFileAreaBrowse. getFile()Gets the value of the file property.FileFileAreaChecksumManifest. getFile()Gets the value of the file property.FileFileAreaEncodedImage. getFile()Gets the value of the file property.FileFileAreaInventory. getFile()Gets the value of the file property.FileFileAreaMetadata. getFile()Gets the value of the file property.FileFileAreaNative. getFile()Gets the value of the file property.FileFileAreaObservational. getFile()Gets the value of the file property.FileFileAreaObservationalSupplemental. getFile()Gets the value of the file property.FileFileAreaServiceDescription. getFile()Gets the value of the file property.FileFileAreaSIPDeepArchive. getFile()Gets the value of the file property.FileFileAreaSPICEKernel. getFile()Gets the value of the file property.FileFileAreaText. getFile()Gets the value of the file property.FileFileAreaTransferManifest. getFile()Gets the value of the file property.FileFileAreaUpdate. getFile()Gets the value of the file property.FileFileAreaXMLSchema. getFile()Gets the value of the file property.FileProductZipped. 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 voidFileAreaAncillary. setFile(File value)Sets the value of the file property.voidFileAreaBinary. setFile(File value)Sets the value of the file property.voidFileAreaBrowse. setFile(File value)Sets the value of the file property.voidFileAreaChecksumManifest. setFile(File value)Sets the value of the file property.voidFileAreaEncodedImage. setFile(File value)Sets the value of the file property.voidFileAreaInventory. setFile(File value)Sets the value of the file property.voidFileAreaMetadata. setFile(File value)Sets the value of the file property.voidFileAreaNative. setFile(File value)Sets the value of the file property.voidFileAreaObservational. setFile(File value)Sets the value of the file property.voidFileAreaObservationalSupplemental. setFile(File value)Sets the value of the file property.voidFileAreaServiceDescription. setFile(File value)Sets the value of the file property.voidFileAreaSIPDeepArchive. setFile(File value)Sets the value of the file property.voidFileAreaSPICEKernel. setFile(File value)Sets the value of the file property.voidFileAreaText. setFile(File value)Sets the value of the file property.voidFileAreaTransferManifest. setFile(File value)Sets the value of the file property.voidFileAreaUpdate. setFile(File value)Sets the value of the file property.voidFileAreaXMLSchema. setFile(File value)Sets the value of the file property.voidProductZipped. 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.