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>
| Modifier and Type | Field and Description |
|---|---|
protected CachingName |
cachingName |
protected String |
groupName |
protected String |
weblogicQl |
| Constructor and Description |
|---|
EjbQlQuery() |
| Modifier and Type | Method and Description |
|---|---|
CachingName |
getCachingName()
Gets the value of the cachingName property.
|
String |
getGroupName()
Gets the value of the groupName property.
|
String |
getWeblogicQl()
Gets the value of the weblogicQl property.
|
void |
setCachingName(CachingName value)
Sets the value of the cachingName property.
|
void |
setGroupName(String value)
Sets the value of the groupName property.
|
void |
setWeblogicQl(String value)
Sets the value of the weblogicQl property.
|
protected String weblogicQl
protected String groupName
protected CachingName cachingName
public String getWeblogicQl()
Stringpublic void setWeblogicQl(String value)
value - allowed object is
Stringpublic String getGroupName()
Stringpublic void setGroupName(String value)
value - allowed object is
Stringpublic CachingName getCachingName()
CachingNamepublic void setCachingName(CachingName value)
value - allowed object is
CachingNameCopyright © 1999–2014 The Apache Software Foundation. All rights reserved.