|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.pds.search.core.schema.Product
public class Product
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>
Field Summary | |
---|---|
protected IndexField |
indexFields
|
protected Specification |
specification
|
Constructor Summary | |
---|---|
Product()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Specification specification
protected IndexField indexFields
Constructor Detail |
---|
public Product()
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |