Package org.apache.openejb.jee.wls
Class EjbQlQuery
- java.lang.Object
-
- org.apache.openejb.jee.wls.EjbQlQuery
-
public class EjbQlQuery extends 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
Fields Modifier and Type Field Description protected CachingNamecachingNameprotected StringgroupNameprotected StringweblogicQl
-
Constructor Summary
Constructors Constructor Description EjbQlQuery()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CachingNamegetCachingName()Gets the value of the cachingName property.StringgetGroupName()Gets the value of the groupName property.StringgetWeblogicQl()Gets the value of the weblogicQl property.voidsetCachingName(CachingName value)Sets the value of the cachingName property.voidsetGroupName(String value)Sets the value of the groupName property.voidsetWeblogicQl(String value)Sets the value of the weblogicQl property.
-
-
-
Field Detail
-
weblogicQl
protected String weblogicQl
-
groupName
protected String groupName
-
cachingName
protected CachingName cachingName
-
-
Method Detail
-
getWeblogicQl
public String getWeblogicQl()
Gets the value of the weblogicQl property.- Returns:
- possible object is
String
-
setWeblogicQl
public void setWeblogicQl(String value)
Sets the value of the weblogicQl property.- Parameters:
value- allowed object isString
-
getGroupName
public String getGroupName()
Gets the value of the groupName property.- Returns:
- possible object is
String
-
setGroupName
public void setGroupName(String value)
Sets the value of the groupName property.- Parameters:
value- allowed object isString
-
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 isCachingName
-
-