|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.openejb.jee.wls.EjbQlQuery
public class EjbQlQuery
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 |
|---|
protected java.lang.String weblogicQl
protected java.lang.String groupName
protected CachingName cachingName
| Constructor Detail |
|---|
public EjbQlQuery()
| Method Detail |
|---|
public java.lang.String getWeblogicQl()
Stringpublic void setWeblogicQl(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getGroupName()
Stringpublic void setGroupName(java.lang.String value)
value - allowed object is
Stringpublic CachingName getCachingName()
CachingNamepublic void setCachingName(CachingName value)
value - allowed object is
CachingName
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||