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 ref="{}specification"/> <element ref="{}indexFields"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected IndexField |
indexFields |
protected Specification |
specification |
Constructor and Description |
---|
Product() |
Modifier and Type | Method and Description |
---|---|
IndexField |
getIndexFields()
Gets the value of the indexFields property.
|
Specification |
getSpecification()
Gets the value of the specification property.
|
void |
setIndexFields(IndexField value)
Sets the value of the indexFields property.
|
void |
setSpecification(Specification value)
Sets the value of the specification property.
|
protected Specification specification
protected IndexField indexFields
public Specification getSpecification()
Specification
public void setSpecification(Specification value)
value
- allowed object is
Specification
public IndexField getIndexFields()
IndexField
public void setIndexFields(IndexField value)
value
- allowed object is
IndexField
Copyright © 2010–2015 Planetary Data System. All rights reserved.