org.apache.geronimo.xbeans.ejb
Interface QueryMethodType

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

public interface QueryMethodType
extends org.apache.xmlbeans.XmlObject

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

type

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

getMethodName

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


xgetMethodName

public MethodNameType xgetMethodName()
Gets (as xml) the "method-name" element


setMethodName

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


xsetMethodName

public void xsetMethodName(MethodNameType methodName)
Sets (as xml) the "method-name" element


getMethodParams

public MethodParamsType getMethodParams()
Gets the "method-params" element


setMethodParams

public void setMethodParams(MethodParamsType methodParams)
Sets the "method-params" element


addNewMethodParams

public MethodParamsType addNewMethodParams()
Appends and returns a new empty "method-params" element


getDeploymentExtensionArray

public DeploymentExtensionType[] getDeploymentExtensionArray()
Gets array of all "deployment-extension" elements


getDeploymentExtensionArray

public DeploymentExtensionType getDeploymentExtensionArray(int i)
Gets ith "deployment-extension" element


sizeOfDeploymentExtensionArray

public int sizeOfDeploymentExtensionArray()
Returns number of "deployment-extension" element


setDeploymentExtensionArray

public void setDeploymentExtensionArray(DeploymentExtensionType[] deploymentExtensionArray)
Sets array of all "deployment-extension" element


setDeploymentExtensionArray

public void setDeploymentExtensionArray(int i,
                                        DeploymentExtensionType deploymentExtension)
Sets ith "deployment-extension" element


insertNewDeploymentExtension

public DeploymentExtensionType insertNewDeploymentExtension(int i)
Inserts and returns a new empty value (as xml) as the ith "deployment-extension" element


addNewDeploymentExtension

public DeploymentExtensionType addNewDeploymentExtension()
Appends and returns a new empty value (as xml) as the last "deployment-extension" element


removeDeploymentExtension

public void removeDeploymentExtension(int i)
Removes the ith "deployment-extension" element



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