org.apache.openejb.jee.was.v6.ejb
Class QueryMethod

java.lang.Object
  extended by org.apache.openejb.jee.was.v6.ejb.MethodElement
      extended by org.apache.openejb.jee.was.v6.ejb.QueryMethod

public class QueryMethod
extends MethodElement

Java class for QueryMethod complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="QueryMethod">
   <complexContent>
     <extension base="{ejb.xmi}MethodElement">
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
 
Fields inherited from class org.apache.openejb.jee.was.v6.ejb.MethodElement
description, descriptions, enterpriseBean, enterpriseBeans, extensions, href, id, idref, label, methodElementType, name, parms, type, uuid, version
 
Constructor Summary
QueryMethod()
           
 
Method Summary
 
Methods inherited from class org.apache.openejb.jee.was.v6.ejb.MethodElement
getDescription, getDescriptions, getEnterpriseBean, getEnterpriseBeans, getExtensions, getHref, getId, getIdref, getLabel, getMethodElementType, getName, getParms, getType, getUuid, getVersion, setDescription, setEnterpriseBean, setHref, setId, setIdref, setLabel, setMethodElementType, setName, setParms, setType, setUuid, setVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryMethod

public QueryMethod()


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