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>
Modifier and Type | Field and Description |
---|---|
protected String |
operator |
protected String |
registryPath |
protected String |
value |
Constructor and Description |
---|
Query() |
Modifier and Type | Method and 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.
|
protected String registryPath
protected String value
protected String operator
public String getRegistryPath()
String
public void setRegistryPath(String value)
value
- allowed object is
String
public String getValue()
String
public void setValue(String value)
value
- allowed object is
String
public String getOperator()
String
Copyright © 2010–2018 Planetary Data System. All rights reserved.