Uses of Class
gov.nasa.arc.pds.xml.generated.Product
| Package | Description |
|---|---|
| gov.nasa.arc.pds.xml.generated | |
| gov.nasa.pds.label |
Implements opt-level classes for accessing PDS labels and their data
objects.
|
-
Uses of Product in gov.nasa.arc.pds.xml.generated
Subclasses of Product in gov.nasa.arc.pds.xml.generated Modifier and Type Class Description classProductAIPThe Product AIP class defines a product for the Archival Information Package.classProductAncillaryThe Product_Ancillary class defines a product that contains data that are supplementary to observational data and cannot reasonably be associated with any other non-observational data class.classProductAttributeDefinitionThe Product Attribute Definition provides an attribute definition in XML encoding.classProductBrowseThe Product Browse class defines a product consisting of one encoded byte stream digital object.classProductBundleA Product_Bundle is an aggregate product and has a table of references to one or more collections.classProductClassDefinitionThe Product Class Definition provides a class definition in XML encoding.classProductCollectionA Product_Collection has a table of references to one or more basic products.classProductContextThe Product Context class describes something that provides context and provenance for an observational product.classProductDataSetPDS3The Data Set PDS3 product is used to create proxy labels for the data sets in the PDS3 Data Set catalog.classProductDIPThe Product DIP class defines a product for the Dissemination Information Package.classProductDIPDeepArchiveThe Product DIP_Deep_Archive class defines a product for the Dissemination Information Package for the deep archive.classProductDocumentA Product Document is a product consisting of a single logical document that may comprise one or more document editions.classProductFileRepositoryThe Product File Repository class consists of a single text file.classProductFileTextThe Product File Text consists of a single text file with ASCII character encoding.classProductInstrumentHostPDS3An Instrument Host product describes an instrument host.classProductInstrumentPDS3An Instrument product describes an instrument.classProductMetadataSupplementalThe Product_Metadata_Supplemental class is used to provide new, and/or improved, metadata for some or all of the basic products in a single collection.classProductMissionPDS3An Mission product describes a mission.classProductNativeProduct_Native is used to describe digital objects in the original format returned by the spacecraft or experimental system when that format cannot be described using one of the PDS4 formats specified for observational data (tables or arrays, excluding Array_1D).classProductObservationalA Product_Observational is a set of one or more information objects produced by an observing system.classProductProxyPDS3The Product Proxy PDS3 class defines a product with enough information to register a PDS3 data product.classProductServiceThe Product Service class defines a product for registering services.classProductSIPThe Product SIP class defines a product for the Submission Information Package.classProductSIPDeepArchiveThe Product SIP Deep Archive class defines a Submission Information Package (SIP) for the NASA planetary science deep archive.classProductSoftwareProduct Software is a product consisting of a set of one or more software formats.classProductSPICEKernelThe Product SPICE Kernel class defines a SPICE kernel product.classProductSubscriptionPDS3The Product_Subscription_PDS3 class provides the list of subscriptions for a PDS3 subscriber.classProductTargetPDS3A target product describes a target.classProductThumbnailThe Product Thumbnail class defines a product consisting of one encoded byte stream digital object.classProductUpdateThe Product Update class defines a product consisting of update information and optional references to other products.classProductVolumePDS3A Product Volume PDS3 product captures the PDS3 volume information.classProductVolumeSetPDS3A Product Volume Set PDS3 product captures the PDS3 volume set information.classProductXMLSchemaThe Product_XML_Schema describes a resource used for the PDS4 implementation into XML.classProductZippedThe Product_Zipped is a product with references to other products.Methods in gov.nasa.arc.pds.xml.generated that return Product Modifier and Type Method Description ProductObjectFactory. createProduct()Create an instance ofProduct -
Uses of Product in gov.nasa.pds.label
Methods in gov.nasa.pds.label that return types with arguments of type Product Modifier and Type Method Description Class<? extends Product>Label. getProductClass()Gets the object class of the product.Method parameters in gov.nasa.pds.label with type arguments of type Product Modifier and Type Method Description static ProductTypeProductType. typeForClass(Class<? extends Product> clazz)Gets the product type for a PDS4 product class.