org.apache.geronimo.xbeans.ejb
Interface MethodParamsType

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
MethodParamsTypeImpl

public interface MethodParamsType
extends org.apache.xmlbeans.XmlObject

An XML method-paramsType(@http://java.sun.com/xml/ns/j2ee). This is a complex type.


Nested Class Summary
static class MethodParamsType.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
 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
 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
 JavaTypeType[] xgetMethodParamArray()
          Gets (as xml) array of all "method-param" elements
 JavaTypeType xgetMethodParamArray(int i)
          Gets (as xml) ith "method-param" element
 void xsetMethodParamArray(int i, JavaTypeType methodParam)
          Sets (as xml) ith "method-param" element
 void xsetMethodParamArray(JavaTypeType[] 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, selectPath, selectPath, set, setNil, toString, validate, validate, valueEquals, valueHashCode
 
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, 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 JavaTypeType[] xgetMethodParamArray()
Gets (as xml) array of all "method-param" elements


xgetMethodParamArray

public JavaTypeType 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(JavaTypeType[] methodParamArray)
Sets (as xml) array of all "method-param" element


xsetMethodParamArray

public void xsetMethodParamArray(int i,
                                 JavaTypeType 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


removeMethodParam

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



Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.