gov.nasa.pds.search.core.schema
Class Product

java.lang.Object
  extended by gov.nasa.pds.search.core.schema.Product

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>
 


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

specification

protected Specification specification

indexFields

protected IndexField indexFields
Constructor Detail

Product

public Product()
Method Detail

getSpecification

public Specification getSpecification()
Gets the value of the specification property.

Returns:
possible object is Specification

setSpecification

public void setSpecification(Specification value)
Sets the value of the specification property.

Parameters:
value - allowed object is Specification

getIndexFields

public IndexField getIndexFields()
Gets the value of the indexFields property.

Returns:
possible object is IndexField

setIndexFields

public void setIndexFields(IndexField value)
Sets the value of the indexFields property.

Parameters:
value - allowed object is IndexField


Copyright © 2010-2013 Planetary Data System. All Rights Reserved.