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 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 FileFileAreaExternal. 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.FileFileAreaExternal. 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.voidFileAreaExternal. 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
Fields in gov.nasa.pds.label.object declared as File Modifier and Type Field Description protected FileDataObject. fileObjectConstructors in gov.nasa.pds.label.object with parameters of type File Constructor Description ArrayObject(java.io.File parentDir, File fileObject, Array array, long offset)Deprecated.ArrayObject(java.io.File parentDir, File fileObject, Array array, long offset, DataObjectLocation location)Creats a new array instance.ArrayObject(java.net.URL parent, File fileObject, Array array, long offset)Deprecated.ArrayObject(java.net.URL parent, File fileObject, Array array, long offset, DataObjectLocation location)Creates a new array instance.DataObject(java.io.File parentDir, File fileObject, long offset, long size)DataObject(java.net.URL parentDir, File fileObject, long offset, long size, DataObjectLocation location)DataObject(java.net.URL parentDir, File fileObject, long offset, long size, DataObjectLocation location, java.lang.String name)GenericObject(java.io.File parentDir, File fileObject, long offset, long size)Deprecated.GenericObject(java.io.File parentDir, File fileObject, long offset, long size, DataObjectLocation location)Creates a new instance.GenericObject(java.net.URL parentDir, File fileObject, long offset, long size)Deprecated.GenericObject(java.net.URL parentDir, File fileObject, long offset, long size, DataObjectLocation location)Creates a new instance.TableObject(java.io.File parentDir, File fileObject, java.lang.Object tableObject, long offset, long size)Deprecated.TableObject(java.io.File parentDir, File fileObject, java.lang.Object tableObject, long offset, long size, DataObjectLocation location)Creates a new instance of the table object.TableObject(java.net.URL parentDir, File fileObject, java.lang.Object tableObject, long offset, long size)Deprecated.TableObject(java.net.URL parentDir, File fileObject, java.lang.Object tableObject, long offset, long size, DataObjectLocation location)Creates a new instance of the table object.
-