Class Product

java.lang.Object
gov.nasa.arc.pds.xml.generated.Product
Direct Known Subclasses:
ProductAIP, ProductAncillary, ProductAttributeDefinition, ProductBrowse, ProductBundle, ProductClassDefinition, ProductCollection, ProductContext, ProductDataSetPDS3, ProductDIP, ProductDIPDeepArchive, ProductDocument, ProductFileRepository, ProductFileText, ProductInstrumentHostPDS3, ProductInstrumentPDS3, ProductMetadataSupplemental, ProductMissionPDS3, ProductNative, ProductObservational, ProductProxyPDS3, ProductService, ProductSIP, ProductSIPDeepArchive, ProductSoftware, ProductSPICEKernel, ProductSubscriptionPDS3, ProductTargetPDS3, ProductThumbnail, ProductUpdate, ProductVolumePDS3, ProductVolumeSetPDS3, ProductXMLSchema, ProductZipped

public class Product
extends Object
A Product is a uniquely identified object that is managed by a registry/repository. It consists of one or more tagged data objects.

Java class for Product complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Product">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Identification_Area" type="{http://pds.nasa.gov/pds4/pds/v1}Identification_Area"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • Product

      public Product()
  • Method Details

    • getIdentificationArea

      public IdentificationArea getIdentificationArea()
      Gets the value of the identificationArea property.
      Returns:
      possible object is IdentificationArea
    • setIdentificationArea

      public void setIdentificationArea​(IdentificationArea value)
      Sets the value of the identificationArea property.
      Parameters:
      value - allowed object is IdentificationArea