Uses of Class
gov.nasa.arc.pds.xml.generated.FileAreaBinary
-
Packages that use FileAreaBinary Package Description gov.nasa.arc.pds.xml.generated -
-
Uses of FileAreaBinary in gov.nasa.arc.pds.xml.generated
Fields in gov.nasa.arc.pds.xml.generated declared as FileAreaBinary Modifier and Type Field Description protected FileAreaBinary
ProductFileRepository. fileAreaBinary
Fields in gov.nasa.arc.pds.xml.generated with type parameters of type FileAreaBinary Modifier and Type Field Description protected java.util.List<FileAreaBinary>
ProductProxyPDS3. fileAreaBinaries
Methods in gov.nasa.arc.pds.xml.generated that return FileAreaBinary Modifier and Type Method Description FileAreaBinary
ObjectFactory. createFileAreaBinary()
Create an instance ofFileAreaBinary
FileAreaBinary
ProductFileRepository. getFileAreaBinary()
Gets the value of the fileAreaBinary property.Methods in gov.nasa.arc.pds.xml.generated that return types with arguments of type FileAreaBinary Modifier and Type Method Description java.util.List<FileAreaBinary>
ProductProxyPDS3. getFileAreaBinaries()
Gets the value of the fileAreaBinaries property.Methods in gov.nasa.arc.pds.xml.generated with parameters of type FileAreaBinary Modifier and Type Method Description void
ProductFileRepository. setFileAreaBinary(FileAreaBinary value)
Sets the value of the fileAreaBinary property.
-