public class QueryMethod extends 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 String |
id |
protected String |
methodName |
protected MethodParams |
methodParams |
| Constructor and Description |
|---|
QueryMethod() |
QueryMethod(String methodName,
String... params) |
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
String |
getMethodName() |
MethodParams |
getMethodParams() |
void |
setId(String value) |
void |
setMethodName(String value)
contains a name of an enterprise
bean method or the asterisk (*) character.
|
void |
setMethodParams(MethodParams value) |
protected String methodName
protected MethodParams methodParams
protected String id
public String getMethodName()
public void setMethodName(String value)
public MethodParams getMethodParams()
public void setMethodParams(MethodParams value)
public String getId()
public void setId(String value)
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.