Package gov.nasa.pds.search.core.schema
Class Query
- java.lang.Object
-
- 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>
-
-
Constructor Summary
Constructors Constructor Description Query()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.
-
-
-
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 isString
-
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 isString
-
getOperator
public String getOperator()
Gets the value of the operator property.- Returns:
- possible object is
String
-
-