gov.nasa.arc.pds.xml.generated
Class Product

java.lang.Object
  extended by gov.nasa.arc.pds.xml.generated.Product
Direct Known Subclasses:
ProductAIP, ProductAttributeDefinition, ProductBrowse, ProductBundle, ProductClassDefinition, ProductCollection, ProductContext, ProductDataSetPDS3, ProductDIP, ProductDIPDeepArchive, ProductDocument, ProductFileRepository, ProductFileText, ProductInstrumentHostPDS3, ProductInstrumentPDS3, ProductMissionPDS3, ProductObservational, ProductProxyPDS3, ProductService, ProductSIP, 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 Summary
protected  IdentificationArea identificationArea
           
 
Constructor Summary
Product()
           
 
Method Summary
 IdentificationArea getIdentificationArea()
          Gets the value of the identificationArea property.
 void setIdentificationArea(IdentificationArea value)
          Sets the value of the identificationArea property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

identificationArea

protected IdentificationArea identificationArea
Constructor Detail

Product

public Product()
Method Detail

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


Copyright © 2014. All Rights Reserved.