org.apache.geronimo.xbeans.ejb
Interface MethodType

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

public interface MethodType
extends org.apache.xmlbeans.XmlObject

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


Nested Class Summary
static class MethodType.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
 DescriptionType addNewDescription()
          Appends and returns a new empty value (as xml) as the last "description" element
 MethodParamsType addNewMethodParams()
          Appends and returns a new empty "method-params" element
 DescriptionType[] getDescriptionArray()
          Gets array of all "description" elements
 DescriptionType getDescriptionArray(int i)
          Gets ith "description" element
 String getEjbName()
          Gets the "ejb-name" element
 MethodIntfType.Enum getMethodIntf()
          Gets the "method-intf" element
 String getMethodName()
          Gets the "method-name" element
 MethodParamsType getMethodParams()
          Gets the "method-params" element
 DescriptionType insertNewDescription(int i)
          Inserts and returns a new empty value (as xml) as the ith "description" element
 boolean isSetMethodIntf()
          True if has "method-intf" element
 boolean isSetMethodParams()
          True if has "method-params" element
 void removeDescription(int i)
          Removes the ith "description" element
 void setDescriptionArray(DescriptionType[] descriptionArray)
          Sets array of all "description" element
 void setDescriptionArray(int i, DescriptionType description)
          Sets ith "description" element
 void setEjbName(String ejbName)
          Sets the "ejb-name" element
 void setMethodIntf(MethodIntfType.Enum methodIntf)
          Sets the "method-intf" element
 void setMethodName(String methodName)
          Sets the "method-name" element
 void setMethodParams(MethodParamsType methodParams)
          Sets the "method-params" element
 int sizeOfDescriptionArray()
          Returns number of "description" element
 void unsetMethodIntf()
          Unsets the "method-intf" element
 void unsetMethodParams()
          Unsets the "method-params" element
 EjbNameType xgetEjbName()
          Gets (as xml) the "ejb-name" element
 MethodIntfType xgetMethodIntf()
          Gets (as xml) the "method-intf" element
 MethodNameType xgetMethodName()
          Gets (as xml) the "method-name" element
 void xsetEjbName(EjbNameType ejbName)
          Sets (as xml) the "ejb-name" element
 void xsetMethodIntf(MethodIntfType methodIntf)
          Sets (as xml) the "method-intf" 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

getDescriptionArray

public DescriptionType[] getDescriptionArray()
Gets array of all "description" elements


getDescriptionArray

public DescriptionType getDescriptionArray(int i)
Gets ith "description" element


sizeOfDescriptionArray

public int sizeOfDescriptionArray()
Returns number of "description" element


setDescriptionArray

public void setDescriptionArray(DescriptionType[] descriptionArray)
Sets array of all "description" element


setDescriptionArray

public void setDescriptionArray(int i,
                                DescriptionType description)
Sets ith "description" element


insertNewDescription

public DescriptionType insertNewDescription(int i)
Inserts and returns a new empty value (as xml) as the ith "description" element


addNewDescription

public DescriptionType addNewDescription()
Appends and returns a new empty value (as xml) as the last "description" element


removeDescription

public void removeDescription(int i)
Removes the ith "description" element


getEjbName

public String getEjbName()
Gets the "ejb-name" element


xgetEjbName

public EjbNameType xgetEjbName()
Gets (as xml) the "ejb-name" element


setEjbName

public void setEjbName(String ejbName)
Sets the "ejb-name" element


xsetEjbName

public void xsetEjbName(EjbNameType ejbName)
Sets (as xml) the "ejb-name" element


getMethodIntf

public MethodIntfType.Enum getMethodIntf()
Gets the "method-intf" element


xgetMethodIntf

public MethodIntfType xgetMethodIntf()
Gets (as xml) the "method-intf" element


isSetMethodIntf

public boolean isSetMethodIntf()
True if has "method-intf" element


setMethodIntf

public void setMethodIntf(MethodIntfType.Enum methodIntf)
Sets the "method-intf" element


xsetMethodIntf

public void xsetMethodIntf(MethodIntfType methodIntf)
Sets (as xml) the "method-intf" element


unsetMethodIntf

public void unsetMethodIntf()
Unsets the "method-intf" element


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


isSetMethodParams

public boolean isSetMethodParams()
True if has "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


unsetMethodParams

public void unsetMethodParams()
Unsets the "method-params" element



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