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,ProductExternal,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 java.lang.ObjectA 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
Fields Modifier and Type Field Description protected IdentificationAreaidentificationArea
-
Constructor Summary
Constructors Constructor Description Product()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IdentificationAreagetIdentificationArea()Gets the value of the identificationArea property.voidsetIdentificationArea(IdentificationArea value)Sets the value of the identificationArea property.
-
-
-
Field Detail
-
identificationArea
protected IdentificationArea identificationArea
-
-
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 isIdentificationArea
-
-