org.apache.openejb.jee.jba.cmp
Class QueryMethod

java.lang.Object
  extended by org.apache.openejb.jee.jba.cmp.QueryMethod

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>
 


Field Summary
protected  MethodName methodName
           
protected  MethodParams methodParams
           
 
Constructor Summary
QueryMethod()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

methodName

protected MethodName methodName

methodParams

protected MethodParams methodParams
Constructor Detail

QueryMethod

public QueryMethod()
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 is MethodName

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 is MethodParams


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.