Package org.apache.openejb.jee.jba.cmp
Class QueryMethod
- java.lang.Object
-
- org.apache.openejb.jee.jba.cmp.QueryMethod
-
public class QueryMethod extends 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>
-
-
Field Summary
Fields Modifier and Type Field Description protected MethodNamemethodNameprotected MethodParamsmethodParams
-
Constructor Summary
Constructors Constructor Description QueryMethod()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MethodNamegetMethodName()Gets the value of the methodName property.MethodParamsgetMethodParams()Gets the value of the methodParams property.voidsetMethodName(MethodName value)Sets the value of the methodName property.voidsetMethodParams(MethodParams value)Sets the value of the methodParams property.
-
-
-
Field Detail
-
methodName
protected MethodName methodName
-
methodParams
protected MethodParams methodParams
-
-
Method Detail
-
getMethodName
public MethodName getMethodName()
Gets the value of the methodName property.- Returns:
- possible object is
MethodName
-
setMethodName
public void setMethodName(MethodName value)
Sets the value of the methodName property.- Parameters:
value- allowed object isMethodName
-
getMethodParams
public MethodParams getMethodParams()
Gets the value of the methodParams property.- Returns:
- possible object is
MethodParams
-
setMethodParams
public void setMethodParams(MethodParams value)
Sets the value of the methodParams property.- Parameters:
value- allowed object isMethodParams
-
-