public class QueryMethod
extends java.lang.Object
Java class for query-methodType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="query-methodType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="method-name" type="{http://java.sun.com/xml/ns/javaee}method-nameType"/> <element name="method-params" type="{http://java.sun.com/xml/ns/javaee}method-paramsType"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
id |
protected java.lang.String |
methodName |
protected MethodParams |
methodParams |
Constructor and Description |
---|
QueryMethod() |
QueryMethod(java.lang.String methodName,
java.lang.String... params) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getId() |
java.lang.String |
getMethodName() |
MethodParams |
getMethodParams() |
void |
setId(java.lang.String value) |
void |
setMethodName(java.lang.String value)
contains a name of an enterprise
bean method or the asterisk (*) character.
|
void |
setMethodParams(MethodParams value) |
protected java.lang.String methodName
protected MethodParams methodParams
protected java.lang.String id
public QueryMethod()
public QueryMethod(java.lang.String methodName, java.lang.String... params)
public java.lang.String getMethodName()
public void setMethodName(java.lang.String value)
public MethodParams getMethodParams()
public void setMethodParams(MethodParams value)
public java.lang.String getId()
public void setId(java.lang.String value)