org.apache.openejb.jee.oejb2
Class QueryType.QueryMethod

java.lang.Object
  extended by org.apache.openejb.jee.oejb2.QueryType.QueryMethod
Enclosing class:
QueryType

public static class QueryType.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 name="method-name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="method-params">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="method-param" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class QueryType.QueryMethod.MethodParams
          Java class for anonymous complex type.
 
Field Summary
protected  String methodName
           
protected  QueryType.QueryMethod.MethodParams methodParams
           
 
Constructor Summary
QueryType.QueryMethod()
           
 
Method Summary
 String getMethodName()
          Gets the value of the methodName property.
 QueryType.QueryMethod.MethodParams getMethodParams()
          Gets the value of the methodParams property.
 void setMethodName(String value)
          Sets the value of the methodName property.
 void setMethodParams(QueryType.QueryMethod.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 String methodName

methodParams

protected QueryType.QueryMethod.MethodParams methodParams
Constructor Detail

QueryType.QueryMethod

public QueryType.QueryMethod()
Method Detail

getMethodName

public String getMethodName()
Gets the value of the methodName property.

Returns:
possible object is String

setMethodName

public void setMethodName(String value)
Sets the value of the methodName property.

Parameters:
value - allowed object is String

getMethodParams

public QueryType.QueryMethod.MethodParams getMethodParams()
Gets the value of the methodParams property.

Returns:
possible object is QueryType.QueryMethod.MethodParams

setMethodParams

public void setMethodParams(QueryType.QueryMethod.MethodParams value)
Sets the value of the methodParams property.

Parameters:
value - allowed object is QueryType.QueryMethod.MethodParams


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