public class Query
extends java.lang.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 java.lang.String |
operator |
protected java.lang.String |
registryPath |
protected java.lang.String |
value |
Constructor and Description |
---|
Query() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getOperator()
Gets the value of the operator property.
|
java.lang.String |
getRegistryPath()
Gets the value of the registryPath property.
|
java.lang.String |
getValue()
Gets the value of the value property.
|
void |
setOperator(java.lang.String value)
Sets the value of the operator property.
|
void |
setRegistryPath(java.lang.String value)
Sets the value of the registryPath property.
|
void |
setValue(java.lang.String value)
Sets the value of the value property.
|
protected java.lang.String registryPath
protected java.lang.String value
protected java.lang.String operator
public java.lang.String getRegistryPath()
String
public void setRegistryPath(java.lang.String value)
value
- allowed object is
String
public java.lang.String getValue()
String
public void setValue(java.lang.String value)
value
- allowed object is
String
public java.lang.String getOperator()
String
public void setOperator(java.lang.String value)
value
- allowed object is
String
Copyright © 2010-2018 Planetary Data System. All Rights Reserved.