org.openejb.xbeans.ejbjar
Interface OpenejbQueryType.QueryMethod.MethodParams

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

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

An XML method-params(@http://www.openejb.org/xml/ns/openejb-jar-2.1). This is a complex type.


Nested Class Summary
static class OpenejbQueryType.QueryMethod.MethodParams.Factory
          A factory class with static methods for creating instances of this type.
 
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
 void addMethodParam(String methodParam)
          Appends the value as the last "method-param" element
 org.apache.xmlbeans.XmlString addNewMethodParam()
          Appends and returns a new empty value (as xml) as the last "method-param" element
 String[] getMethodParamArray()
          Gets array of all "method-param" elements
 String getMethodParamArray(int i)
          Gets ith "method-param" element
 void insertMethodParam(int i, String methodParam)
          Inserts the value as the ith "method-param" element
 org.apache.xmlbeans.XmlString insertNewMethodParam(int i)
          Inserts and returns a new empty value (as xml) as the ith "method-param" element
 void removeMethodParam(int i)
          Removes the ith "method-param" element
 void setMethodParamArray(int i, String methodParam)
          Sets ith "method-param" element
 void setMethodParamArray(String[] methodParamArray)
          Sets array of all "method-param" element
 int sizeOfMethodParamArray()
          Returns number of "method-param" element
 org.apache.xmlbeans.XmlString[] xgetMethodParamArray()
          Gets (as xml) array of all "method-param" elements
 org.apache.xmlbeans.XmlString xgetMethodParamArray(int i)
          Gets (as xml) ith "method-param" element
 void xsetMethodParamArray(int i, org.apache.xmlbeans.XmlString methodParam)
          Sets (as xml) ith "method-param" element
 void xsetMethodParamArray(org.apache.xmlbeans.XmlString[] methodParamArray)
          Sets (as xml) array of all "method-param" 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

getMethodParamArray

public String[] getMethodParamArray()
Gets array of all "method-param" elements


getMethodParamArray

public String getMethodParamArray(int i)
Gets ith "method-param" element


xgetMethodParamArray

public org.apache.xmlbeans.XmlString[] xgetMethodParamArray()
Gets (as xml) array of all "method-param" elements


xgetMethodParamArray

public org.apache.xmlbeans.XmlString xgetMethodParamArray(int i)
Gets (as xml) ith "method-param" element


sizeOfMethodParamArray

public int sizeOfMethodParamArray()
Returns number of "method-param" element


setMethodParamArray

public void setMethodParamArray(String[] methodParamArray)
Sets array of all "method-param" element


setMethodParamArray

public void setMethodParamArray(int i,
                                String methodParam)
Sets ith "method-param" element


xsetMethodParamArray

public void xsetMethodParamArray(org.apache.xmlbeans.XmlString[] methodParamArray)
Sets (as xml) array of all "method-param" element


xsetMethodParamArray

public void xsetMethodParamArray(int i,
                                 org.apache.xmlbeans.XmlString methodParam)
Sets (as xml) ith "method-param" element


insertMethodParam

public void insertMethodParam(int i,
                              String methodParam)
Inserts the value as the ith "method-param" element


addMethodParam

public void addMethodParam(String methodParam)
Appends the value as the last "method-param" element


insertNewMethodParam

public org.apache.xmlbeans.XmlString insertNewMethodParam(int i)
Inserts and returns a new empty value (as xml) as the ith "method-param" element


addNewMethodParam

public org.apache.xmlbeans.XmlString addNewMethodParam()
Appends and returns a new empty value (as xml) as the last "method-param" element


removeMethodParam

public void removeMethodParam(int i)
Removes the ith "method-param" element



Copyright © 1999-2006 OpenEJB. All Rights Reserved.