|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public static final org.apache.xmlbeans.SchemaType type
Method Detail |
public String[] getMethodParamArray()
public String getMethodParamArray(int i)
public JavaTypeType[] xgetMethodParamArray()
public JavaTypeType xgetMethodParamArray(int i)
public int sizeOfMethodParamArray()
public void setMethodParamArray(String[] methodParamArray)
public void setMethodParamArray(int i, String methodParam)
public void xsetMethodParamArray(JavaTypeType[] methodParamArray)
public void xsetMethodParamArray(int i, JavaTypeType methodParam)
public void insertMethodParam(int i, String methodParam)
public void addMethodParam(String methodParam)
public void removeMethodParam(int i)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |