|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An XML query-methodType(@http://java.sun.com/xml/ns/j2ee). This is a complex type.
Nested Class Summary | |
static class |
QueryMethodType.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 | |
DeploymentExtensionType |
addNewDeploymentExtension()
Appends and returns a new empty value (as xml) as the last "deployment-extension" element |
MethodParamsType |
addNewMethodParams()
Appends and returns a new empty "method-params" element |
DeploymentExtensionType[] |
getDeploymentExtensionArray()
Gets array of all "deployment-extension" elements |
DeploymentExtensionType |
getDeploymentExtensionArray(int i)
Gets ith "deployment-extension" element |
String |
getMethodName()
Gets the "method-name" element |
MethodParamsType |
getMethodParams()
Gets the "method-params" element |
DeploymentExtensionType |
insertNewDeploymentExtension(int i)
Inserts and returns a new empty value (as xml) as the ith "deployment-extension" element |
void |
removeDeploymentExtension(int i)
Removes the ith "deployment-extension" element |
void |
setDeploymentExtensionArray(DeploymentExtensionType[] deploymentExtensionArray)
Sets array of all "deployment-extension" element |
void |
setDeploymentExtensionArray(int i,
DeploymentExtensionType deploymentExtension)
Sets ith "deployment-extension" element |
void |
setMethodName(String methodName)
Sets the "method-name" element |
void |
setMethodParams(MethodParamsType methodParams)
Sets the "method-params" element |
int |
sizeOfDeploymentExtensionArray()
Returns number of "deployment-extension" element |
MethodNameType |
xgetMethodName()
Gets (as xml) the "method-name" element |
void |
xsetMethodName(MethodNameType 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, 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 getMethodName()
public MethodNameType xgetMethodName()
public void setMethodName(String methodName)
public void xsetMethodName(MethodNameType methodName)
public MethodParamsType getMethodParams()
public void setMethodParams(MethodParamsType methodParams)
public MethodParamsType addNewMethodParams()
public DeploymentExtensionType[] getDeploymentExtensionArray()
public DeploymentExtensionType getDeploymentExtensionArray(int i)
public int sizeOfDeploymentExtensionArray()
public void setDeploymentExtensionArray(DeploymentExtensionType[] deploymentExtensionArray)
public void setDeploymentExtensionArray(int i, DeploymentExtensionType deploymentExtension)
public DeploymentExtensionType insertNewDeploymentExtension(int i)
public DeploymentExtensionType addNewDeploymentExtension()
public void removeDeploymentExtension(int i)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |