Package gov.nasa.arc.pds.xml.generated
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 SummaryFields Modifier and Type Field Description protected IdentificationAreaidentificationArea
- 
Constructor SummaryConstructors Constructor Description Product()
- 
Method SummaryModifier and Type Method Description IdentificationAreagetIdentificationArea()Gets the value of the identificationArea property.voidsetIdentificationArea(IdentificationArea value)Sets the value of the identificationArea property.
- 
Field Details- 
identificationArea
 
- 
- 
Constructor Details- 
Productpublic Product()
 
- 
- 
Method Details- 
getIdentificationAreaGets the value of the identificationArea property.- Returns:
- possible object is
     IdentificationArea
 
- 
setIdentificationAreaSets the value of the identificationArea property.- Parameters:
- value- allowed object is- IdentificationArea
 
 
-