public class CxWSQueryVersionDetails extends Object
Java class for CxWSQueryVersionDetails complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxWSQueryVersionDetails">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="QueryPath" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="QuerySource" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
queryPath |
protected String |
querySource |
| Constructor and Description |
|---|
CxWSQueryVersionDetails() |
| Modifier and Type | Method and Description |
|---|---|
String |
getQueryPath()
Gets the value of the queryPath property.
|
String |
getQuerySource()
Gets the value of the querySource property.
|
void |
setQueryPath(String value)
Sets the value of the queryPath property.
|
void |
setQuerySource(String value)
Sets the value of the querySource property.
|
public String getQueryPath()
Stringpublic void setQueryPath(String value)
value - allowed object is
Stringpublic String getQuerySource()
StringCopyright © 2020. All rights reserved.