public static class QueryType.QueryMethod
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="method-name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="method-params"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="method-param" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
QueryType.QueryMethod.MethodParams
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
methodName |
protected QueryType.QueryMethod.MethodParams |
methodParams |
Constructor and Description |
---|
QueryMethod() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMethodName()
Gets the value of the methodName property.
|
QueryType.QueryMethod.MethodParams |
getMethodParams()
Gets the value of the methodParams property.
|
void |
setMethodName(java.lang.String value)
Sets the value of the methodName property.
|
void |
setMethodParams(QueryType.QueryMethod.MethodParams value)
Sets the value of the methodParams property.
|
protected java.lang.String methodName
protected QueryType.QueryMethod.MethodParams methodParams
public java.lang.String getMethodName()
String
public void setMethodName(java.lang.String value)
value
- allowed object is
String
public QueryType.QueryMethod.MethodParams getMethodParams()
QueryType.QueryMethod.MethodParams
public void setMethodParams(QueryType.QueryMethod.MethodParams value)
value
- allowed object is
QueryType.QueryMethod.MethodParams