Uses of Class
gov.nasa.arc.pds.xml.generated.FileAreaAncillary
-
Packages that use FileAreaAncillary Package Description gov.nasa.arc.pds.xml.generated gov.nasa.pds.objectAccess Provides programmatic access to PDS4 objects. -
-
Uses of FileAreaAncillary in gov.nasa.arc.pds.xml.generated
Fields in gov.nasa.arc.pds.xml.generated with type parameters of type FileAreaAncillary Modifier and Type Field Description protected java.util.List<FileAreaAncillary>
ProductAncillary. fileAreaAncillaries
Methods in gov.nasa.arc.pds.xml.generated that return FileAreaAncillary Modifier and Type Method Description FileAreaAncillary
ObjectFactory. createFileAreaAncillary()
Create an instance ofFileAreaAncillary
Methods in gov.nasa.arc.pds.xml.generated that return types with arguments of type FileAreaAncillary Modifier and Type Method Description java.util.List<FileAreaAncillary>
ProductAncillary. getFileAreaAncillaries()
Gets the value of the fileAreaAncillaries property. -
Uses of FileAreaAncillary in gov.nasa.pds.objectAccess
Methods in gov.nasa.pds.objectAccess with parameters of type FileAreaAncillary Modifier and Type Method Description java.util.List<java.lang.Object>
ObjectAccess. getHeaderObjects(FileAreaAncillary anciilaryFileArea)
java.util.List<java.lang.Object>
ObjectProvider. getHeaderObjects(FileAreaAncillary anciilaryFileArea)
java.util.List<java.lang.Object>
ObjectAccess. getTableObjects(FileAreaAncillary anciilaryFileArea)
java.util.List<java.lang.Object>
ObjectProvider. getTableObjects(FileAreaAncillary anciilaryFileArea)
-