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
FileAreaExternal. 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 ofFile
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
FileAreaExternal. 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
FileAreaExternal. 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
Fields in gov.nasa.pds.label.object declared as File Modifier and Type Field Description protected File
DataObject. fileObject
Constructors 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.
-