|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An XML queryType(@http://www.openejb.org/xml/ns/openejb-jar-2.1). This is a complex type.
Nested Class Summary | |
static class |
OpenejbQueryType.Factory
A factory class with static methods for creating instances of this type. |
static interface |
OpenejbQueryType.QueryMethod
An XML query-method(@http://www.openejb.org/xml/ns/openejb-jar-2.1). |
Field Summary | |
static org.apache.xmlbeans.SchemaType |
type
|
Fields inherited from interface org.apache.xmlbeans.XmlObject |
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL |
Method Summary | |
org.apache.xmlbeans.XmlObject |
addNewNoCacheFlush()
Appends and returns a new empty "no-cache-flush" element |
OpenejbQueryType.QueryMethod |
addNewQueryMethod()
Appends and returns a new empty "query-method" element |
String |
getEjbQl()
Gets the "ejb-ql" element |
String |
getGroupName()
Gets the "group-name" element |
org.apache.xmlbeans.XmlObject |
getNoCacheFlush()
Gets the "no-cache-flush" element |
OpenejbQueryType.QueryMethod |
getQueryMethod()
Gets the "query-method" element |
String |
getResultTypeMapping()
Gets the "result-type-mapping" element |
boolean |
isSetEjbQl()
True if has "ejb-ql" element |
boolean |
isSetGroupName()
True if has "group-name" element |
boolean |
isSetNoCacheFlush()
True if has "no-cache-flush" element |
boolean |
isSetResultTypeMapping()
True if has "result-type-mapping" element |
void |
setEjbQl(String ejbQl)
Sets the "ejb-ql" element |
void |
setGroupName(String groupName)
Sets the "group-name" element |
void |
setNoCacheFlush(org.apache.xmlbeans.XmlObject noCacheFlush)
Sets the "no-cache-flush" element |
void |
setQueryMethod(OpenejbQueryType.QueryMethod queryMethod)
Sets the "query-method" element |
void |
setResultTypeMapping(String resultTypeMapping)
Sets the "result-type-mapping" element |
void |
unsetEjbQl()
Unsets the "ejb-ql" element |
void |
unsetGroupName()
Unsets the "group-name" element |
void |
unsetNoCacheFlush()
Unsets the "no-cache-flush" element |
void |
unsetResultTypeMapping()
Unsets the "result-type-mapping" element |
org.apache.xmlbeans.XmlString |
xgetEjbQl()
Gets (as xml) the "ejb-ql" element |
org.apache.xmlbeans.XmlString |
xgetGroupName()
Gets (as xml) the "group-name" element |
org.apache.xmlbeans.XmlString |
xgetResultTypeMapping()
Gets (as xml) the "result-type-mapping" element |
void |
xsetEjbQl(org.apache.xmlbeans.XmlString ejbQl)
Sets (as xml) the "ejb-ql" element |
void |
xsetGroupName(org.apache.xmlbeans.XmlString groupName)
Sets (as xml) the "group-name" element |
void |
xsetResultTypeMapping(org.apache.xmlbeans.XmlString resultTypeMapping)
Sets (as xml) the "result-type-mapping" element |
Methods inherited from interface org.apache.xmlbeans.XmlObject |
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode |
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource |
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText |
Field Detail |
public static final org.apache.xmlbeans.SchemaType type
Method Detail |
public OpenejbQueryType.QueryMethod getQueryMethod()
public void setQueryMethod(OpenejbQueryType.QueryMethod queryMethod)
public OpenejbQueryType.QueryMethod addNewQueryMethod()
public String getResultTypeMapping()
public org.apache.xmlbeans.XmlString xgetResultTypeMapping()
public boolean isSetResultTypeMapping()
public void setResultTypeMapping(String resultTypeMapping)
public void xsetResultTypeMapping(org.apache.xmlbeans.XmlString resultTypeMapping)
public void unsetResultTypeMapping()
public String getEjbQl()
public org.apache.xmlbeans.XmlString xgetEjbQl()
public boolean isSetEjbQl()
public void setEjbQl(String ejbQl)
public void xsetEjbQl(org.apache.xmlbeans.XmlString ejbQl)
public void unsetEjbQl()
public org.apache.xmlbeans.XmlObject getNoCacheFlush()
public boolean isSetNoCacheFlush()
public void setNoCacheFlush(org.apache.xmlbeans.XmlObject noCacheFlush)
public org.apache.xmlbeans.XmlObject addNewNoCacheFlush()
public void unsetNoCacheFlush()
public String getGroupName()
public org.apache.xmlbeans.XmlString xgetGroupName()
public boolean isSetGroupName()
public void setGroupName(String groupName)
public void xsetGroupName(org.apache.xmlbeans.XmlString groupName)
public void unsetGroupName()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |