public class 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 ref="{http://jboss.org}method-name"/> <element ref="{http://jboss.org}method-params"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected MethodName |
methodName |
protected MethodParams |
methodParams |
Constructor and Description |
---|
QueryMethod() |
Modifier and Type | Method and Description |
---|---|
MethodName |
getMethodName()
Gets the value of the methodName property.
|
MethodParams |
getMethodParams()
Gets the value of the methodParams property.
|
void |
setMethodName(MethodName value)
Sets the value of the methodName property.
|
void |
setMethodParams(MethodParams value)
Sets the value of the methodParams property.
|
protected MethodName methodName
protected MethodParams methodParams
public MethodName getMethodName()
MethodName
public void setMethodName(MethodName value)
value
- allowed object is
MethodName
public MethodParams getMethodParams()
MethodParams
public void setMethodParams(MethodParams value)
value
- allowed object is
MethodParams