org.apache.openejb.jee.wls
Class EjbQlQuery

java.lang.Object
  extended by org.apache.openejb.jee.wls.EjbQlQuery

public class EjbQlQuery
extends java.lang.Object

Java class for ejb-ql-query complex type.

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

 <complexType name="ejb-ql-query">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="weblogic-ql" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="group-name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="caching-name" type="{http://www.bea.com/ns/weblogic/90}caching-name" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  CachingName cachingName
           
protected  java.lang.String groupName
           
protected  java.lang.String weblogicQl
           
 
Constructor Summary
EjbQlQuery()
           
 
Method Summary
 CachingName getCachingName()
          Gets the value of the cachingName property.
 java.lang.String getGroupName()
          Gets the value of the groupName property.
 java.lang.String getWeblogicQl()
          Gets the value of the weblogicQl property.
 void setCachingName(CachingName value)
          Sets the value of the cachingName property.
 void setGroupName(java.lang.String value)
          Sets the value of the groupName property.
 void setWeblogicQl(java.lang.String value)
          Sets the value of the weblogicQl property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

weblogicQl

protected java.lang.String weblogicQl

groupName

protected java.lang.String groupName

cachingName

protected CachingName cachingName
Constructor Detail

EjbQlQuery

public EjbQlQuery()
Method Detail

getWeblogicQl

public java.lang.String getWeblogicQl()
Gets the value of the weblogicQl property.

Returns:
possible object is String

setWeblogicQl

public void setWeblogicQl(java.lang.String value)
Sets the value of the weblogicQl property.

Parameters:
value - allowed object is String

getGroupName

public java.lang.String getGroupName()
Gets the value of the groupName property.

Returns:
possible object is String

setGroupName

public void setGroupName(java.lang.String value)
Sets the value of the groupName property.

Parameters:
value - allowed object is String

getCachingName

public CachingName getCachingName()
Gets the value of the cachingName property.

Returns:
possible object is CachingName

setCachingName

public void setCachingName(CachingName value)
Sets the value of the cachingName property.

Parameters:
value - allowed object is CachingName


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