gov.nasa.arc.pds.xml.generated
Class Product
java.lang.Object
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, 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>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
identificationArea
protected IdentificationArea identificationArea
Product
public Product()
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.