|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An XML query-method(@http://www.openejb.org/xml/ns/openejb-jar-2.1). This is a complex type.
Nested Class Summary | |
static class |
OpenejbQueryType.QueryMethod.Factory
A factory class with static methods for creating instances of this type. |
static interface |
OpenejbQueryType.QueryMethod.MethodParams
An XML method-params(@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 | |
OpenejbQueryType.QueryMethod.MethodParams |
addNewMethodParams()
Appends and returns a new empty "method-params" element |
String |
getMethodName()
Gets the "method-name" element |
OpenejbQueryType.QueryMethod.MethodParams |
getMethodParams()
Gets the "method-params" element |
void |
setMethodName(String methodName)
Sets the "method-name" element |
void |
setMethodParams(OpenejbQueryType.QueryMethod.MethodParams methodParams)
Sets the "method-params" element |
org.apache.xmlbeans.XmlString |
xgetMethodName()
Gets (as xml) the "method-name" element |
void |
xsetMethodName(org.apache.xmlbeans.XmlString methodName)
Sets (as xml) the "method-name" 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 String getMethodName()
public org.apache.xmlbeans.XmlString xgetMethodName()
public void setMethodName(String methodName)
public void xsetMethodName(org.apache.xmlbeans.XmlString methodName)
public OpenejbQueryType.QueryMethod.MethodParams getMethodParams()
public void setMethodParams(OpenejbQueryType.QueryMethod.MethodParams methodParams)
public OpenejbQueryType.QueryMethod.MethodParams addNewMethodParams()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |