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>
Modifier and Type | Field and Description |
---|---|
protected CachingName |
cachingName |
protected java.lang.String |
groupName |
protected java.lang.String |
weblogicQl |
Constructor and Description |
---|
EjbQlQuery() |
Modifier and Type | Method and Description |
---|---|
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.
|
protected java.lang.String weblogicQl
protected java.lang.String groupName
protected CachingName cachingName
public java.lang.String getWeblogicQl()
String
public void setWeblogicQl(java.lang.String value)
value
- allowed object is
String
public java.lang.String getGroupName()
String
public void setGroupName(java.lang.String value)
value
- allowed object is
String
public CachingName getCachingName()
CachingName
public void setCachingName(CachingName value)
value
- allowed object is
CachingName