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

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

public class Query
extends Object

Java class for Query complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Query">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{}registryPath"/>
         <element ref="{}value"/>
       </sequence>
       <attribute ref="{}operator"/>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String operator
           
protected  String registryPath
           
protected  String value
           
 
Constructor Summary
Query()
           
 
Method Summary
 String getOperator()
          Gets the value of the operator property.
 String getRegistryPath()
          Gets the value of the registryPath property.
 String getValue()
          Gets the value of the value property.
 void setOperator(String value)
          Sets the value of the operator property.
 void setRegistryPath(String value)
          Sets the value of the registryPath property.
 void setValue(String value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

registryPath

protected String registryPath

value

protected String value

operator

protected String operator
Constructor Detail

Query

public Query()
Method Detail

getRegistryPath

public String getRegistryPath()
Gets the value of the registryPath property.

Returns:
possible object is String

setRegistryPath

public void setRegistryPath(String value)
Sets the value of the registryPath property.

Parameters:
value - allowed object is String

getValue

public String getValue()
Gets the value of the value property.

Returns:
possible object is String

setValue

public void setValue(String value)
Sets the value of the value property.

Parameters:
value - allowed object is String

getOperator

public String getOperator()
Gets the value of the operator property.

Returns:
possible object is String

setOperator

public void setOperator(String value)
Sets the value of the operator property.

Parameters:
value - allowed object is String


Copyright © 2010–2014 Planetary Data System. All rights reserved.