public class Product extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected IdentificationArea |
identificationArea |
| Constructor and Description |
|---|
Product() |
| Modifier and Type | Method and Description |
|---|---|
IdentificationArea |
getIdentificationArea()
Gets the value of the identificationArea property.
|
void |
setIdentificationArea(IdentificationArea value)
Sets the value of the identificationArea property.
|
protected IdentificationArea identificationArea
public IdentificationArea getIdentificationArea()
IdentificationAreapublic void setIdentificationArea(IdentificationArea value)
value - allowed object is
IdentificationAreaCopyright © 2019. All rights reserved.