org.openejb.xbeans.ejbjar
Interface OpenejbQueryType.QueryMethod

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
OpenejbQueryTypeImpl.QueryMethodImpl
Enclosing interface:
OpenejbQueryType

public static interface OpenejbQueryType.QueryMethod
extends org.apache.xmlbeans.XmlObject

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

type

public static final org.apache.xmlbeans.SchemaType type
Method Detail

getMethodName

public String getMethodName()
Gets the "method-name" element


xgetMethodName

public org.apache.xmlbeans.XmlString xgetMethodName()
Gets (as xml) the "method-name" element


setMethodName

public void setMethodName(String methodName)
Sets the "method-name" element


xsetMethodName

public void xsetMethodName(org.apache.xmlbeans.XmlString methodName)
Sets (as xml) the "method-name" element


getMethodParams

public OpenejbQueryType.QueryMethod.MethodParams getMethodParams()
Gets the "method-params" element


setMethodParams

public void setMethodParams(OpenejbQueryType.QueryMethod.MethodParams methodParams)
Sets the "method-params" element


addNewMethodParams

public OpenejbQueryType.QueryMethod.MethodParams addNewMethodParams()
Appends and returns a new empty "method-params" element



Copyright © 1999-2006 OpenEJB. All Rights Reserved.