org.openejb.xbeans.ejbjar
Interface OpenejbMessageDrivenBeanType

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

public interface OpenejbMessageDrivenBeanType
extends org.apache.xmlbeans.XmlObject

An XML message-driven-beanType(@http://www.openejb.org/xml/ns/openejb-jar-2.1). This is a complex type.


Nested Class Summary
static class OpenejbMessageDrivenBeanType.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
 OpenejbActivationConfigType addNewActivationConfig()
          Appends and returns a new empty "activation-config" element
 org.apache.geronimo.xbeans.geronimo.naming.GerEjbLocalRefType addNewEjbLocalRef()
          Appends and returns a new empty value (as xml) as the last "ejb-local-ref" element
 org.apache.geronimo.xbeans.geronimo.naming.GerEjbRefType addNewEjbRef()
          Appends and returns a new empty value (as xml) as the last "ejb-ref" element
 org.apache.geronimo.xbeans.geronimo.naming.GerGbeanRefType addNewGbeanRef()
          Appends and returns a new empty value (as xml) as the last "gbean-ref" element
 org.apache.geronimo.xbeans.geronimo.naming.GerResourceLocatorType addNewResourceAdapter()
          Appends and returns a new empty "resource-adapter" element
 org.apache.geronimo.xbeans.geronimo.naming.GerResourceEnvRefType addNewResourceEnvRef()
          Appends and returns a new empty value (as xml) as the last "resource-env-ref" element
 org.apache.geronimo.xbeans.geronimo.naming.GerResourceRefType addNewResourceRef()
          Appends and returns a new empty value (as xml) as the last "resource-ref" element
 org.apache.geronimo.xbeans.geronimo.naming.GerServiceRefType addNewServiceRef()
          Appends and returns a new empty value (as xml) as the last "service-ref" element
 OpenejbActivationConfigType getActivationConfig()
          Gets the "activation-config" element
 org.apache.geronimo.xbeans.geronimo.naming.GerEjbLocalRefType[] getEjbLocalRefArray()
          Gets array of all "ejb-local-ref" elements
 org.apache.geronimo.xbeans.geronimo.naming.GerEjbLocalRefType getEjbLocalRefArray(int i)
          Gets ith "ejb-local-ref" element
 String getEjbName()
          Gets the "ejb-name" element
 org.apache.geronimo.xbeans.geronimo.naming.GerEjbRefType[] getEjbRefArray()
          Gets array of all "ejb-ref" elements
 org.apache.geronimo.xbeans.geronimo.naming.GerEjbRefType getEjbRefArray(int i)
          Gets ith "ejb-ref" element
 org.apache.geronimo.xbeans.geronimo.naming.GerGbeanRefType[] getGbeanRefArray()
          Gets array of all "gbean-ref" elements
 org.apache.geronimo.xbeans.geronimo.naming.GerGbeanRefType getGbeanRefArray(int i)
          Gets ith "gbean-ref" element
 String getId()
          Gets the "id" attribute
 org.apache.geronimo.xbeans.geronimo.naming.GerResourceLocatorType getResourceAdapter()
          Gets the "resource-adapter" element
 org.apache.geronimo.xbeans.geronimo.naming.GerResourceEnvRefType[] getResourceEnvRefArray()
          Gets array of all "resource-env-ref" elements
 org.apache.geronimo.xbeans.geronimo.naming.GerResourceEnvRefType getResourceEnvRefArray(int i)
          Gets ith "resource-env-ref" element
 org.apache.geronimo.xbeans.geronimo.naming.GerResourceRefType[] getResourceRefArray()
          Gets array of all "resource-ref" elements
 org.apache.geronimo.xbeans.geronimo.naming.GerResourceRefType getResourceRefArray(int i)
          Gets ith "resource-ref" element
 org.apache.geronimo.xbeans.geronimo.naming.GerServiceRefType[] getServiceRefArray()
          Gets array of all "service-ref" elements
 org.apache.geronimo.xbeans.geronimo.naming.GerServiceRefType getServiceRefArray(int i)
          Gets ith "service-ref" element
 org.apache.geronimo.xbeans.geronimo.naming.GerEjbLocalRefType insertNewEjbLocalRef(int i)
          Inserts and returns a new empty value (as xml) as the ith "ejb-local-ref" element
 org.apache.geronimo.xbeans.geronimo.naming.GerEjbRefType insertNewEjbRef(int i)
          Inserts and returns a new empty value (as xml) as the ith "ejb-ref" element
 org.apache.geronimo.xbeans.geronimo.naming.GerGbeanRefType insertNewGbeanRef(int i)
          Inserts and returns a new empty value (as xml) as the ith "gbean-ref" element
 org.apache.geronimo.xbeans.geronimo.naming.GerResourceEnvRefType insertNewResourceEnvRef(int i)
          Inserts and returns a new empty value (as xml) as the ith "resource-env-ref" element
 org.apache.geronimo.xbeans.geronimo.naming.GerResourceRefType insertNewResourceRef(int i)
          Inserts and returns a new empty value (as xml) as the ith "resource-ref" element
 org.apache.geronimo.xbeans.geronimo.naming.GerServiceRefType insertNewServiceRef(int i)
          Inserts and returns a new empty value (as xml) as the ith "service-ref" element
 boolean isSetActivationConfig()
          True if has "activation-config" element
 boolean isSetId()
          True if has "id" attribute
 void removeEjbLocalRef(int i)
          Removes the ith "ejb-local-ref" element
 void removeEjbRef(int i)
          Removes the ith "ejb-ref" element
 void removeGbeanRef(int i)
          Removes the ith "gbean-ref" element
 void removeResourceEnvRef(int i)
          Removes the ith "resource-env-ref" element
 void removeResourceRef(int i)
          Removes the ith "resource-ref" element
 void removeServiceRef(int i)
          Removes the ith "service-ref" element
 void setActivationConfig(OpenejbActivationConfigType activationConfig)
          Sets the "activation-config" element
 void setEjbLocalRefArray(org.apache.geronimo.xbeans.geronimo.naming.GerEjbLocalRefType[] ejbLocalRefArray)
          Sets array of all "ejb-local-ref" element
 void setEjbLocalRefArray(int i, org.apache.geronimo.xbeans.geronimo.naming.GerEjbLocalRefType ejbLocalRef)
          Sets ith "ejb-local-ref" element
 void setEjbName(String ejbName)
          Sets the "ejb-name" element
 void setEjbRefArray(org.apache.geronimo.xbeans.geronimo.naming.GerEjbRefType[] ejbRefArray)
          Sets array of all "ejb-ref" element
 void setEjbRefArray(int i, org.apache.geronimo.xbeans.geronimo.naming.GerEjbRefType ejbRef)
          Sets ith "ejb-ref" element
 void setGbeanRefArray(org.apache.geronimo.xbeans.geronimo.naming.GerGbeanRefType[] gbeanRefArray)
          Sets array of all "gbean-ref" element
 void setGbeanRefArray(int i, org.apache.geronimo.xbeans.geronimo.naming.GerGbeanRefType gbeanRef)
          Sets ith "gbean-ref" element
 void setId(String id)
          Sets the "id" attribute
 void setResourceAdapter(org.apache.geronimo.xbeans.geronimo.naming.GerResourceLocatorType resourceAdapter)
          Sets the "resource-adapter" element
 void setResourceEnvRefArray(org.apache.geronimo.xbeans.geronimo.naming.GerResourceEnvRefType[] resourceEnvRefArray)
          Sets array of all "resource-env-ref" element
 void setResourceEnvRefArray(int i, org.apache.geronimo.xbeans.geronimo.naming.GerResourceEnvRefType resourceEnvRef)
          Sets ith "resource-env-ref" element
 void setResourceRefArray(org.apache.geronimo.xbeans.geronimo.naming.GerResourceRefType[] resourceRefArray)
          Sets array of all "resource-ref" element
 void setResourceRefArray(int i, org.apache.geronimo.xbeans.geronimo.naming.GerResourceRefType resourceRef)
          Sets ith "resource-ref" element
 void setServiceRefArray(org.apache.geronimo.xbeans.geronimo.naming.GerServiceRefType[] serviceRefArray)
          Sets array of all "service-ref" element
 void setServiceRefArray(int i, org.apache.geronimo.xbeans.geronimo.naming.GerServiceRefType serviceRef)
          Sets ith "service-ref" element
 int sizeOfEjbLocalRefArray()
          Returns number of "ejb-local-ref" element
 int sizeOfEjbRefArray()
          Returns number of "ejb-ref" element
 int sizeOfGbeanRefArray()
          Returns number of "gbean-ref" element
 int sizeOfResourceEnvRefArray()
          Returns number of "resource-env-ref" element
 int sizeOfResourceRefArray()
          Returns number of "resource-ref" element
 int sizeOfServiceRefArray()
          Returns number of "service-ref" element
 void unsetActivationConfig()
          Unsets the "activation-config" element
 void unsetId()
          Unsets the "id" attribute
 org.apache.xmlbeans.XmlString xgetEjbName()
          Gets (as xml) the "ejb-name" element
 org.apache.xmlbeans.XmlID xgetId()
          Gets (as xml) the "id" attribute
 void xsetEjbName(org.apache.xmlbeans.XmlString ejbName)
          Sets (as xml) the "ejb-name" element
 void xsetId(org.apache.xmlbeans.XmlID id)
          Sets (as xml) the "id" attribute
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
 
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
 

Field Detail

type

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

getEjbName

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


xgetEjbName

public org.apache.xmlbeans.XmlString xgetEjbName()
Gets (as xml) the "ejb-name" element


setEjbName

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


xsetEjbName

public void xsetEjbName(org.apache.xmlbeans.XmlString ejbName)
Sets (as xml) the "ejb-name" element


getResourceAdapter

public org.apache.geronimo.xbeans.geronimo.naming.GerResourceLocatorType getResourceAdapter()
Gets the "resource-adapter" element


setResourceAdapter

public void setResourceAdapter(org.apache.geronimo.xbeans.geronimo.naming.GerResourceLocatorType resourceAdapter)
Sets the "resource-adapter" element


addNewResourceAdapter

public org.apache.geronimo.xbeans.geronimo.naming.GerResourceLocatorType addNewResourceAdapter()
Appends and returns a new empty "resource-adapter" element


getActivationConfig

public OpenejbActivationConfigType getActivationConfig()
Gets the "activation-config" element


isSetActivationConfig

public boolean isSetActivationConfig()
True if has "activation-config" element


setActivationConfig

public void setActivationConfig(OpenejbActivationConfigType activationConfig)
Sets the "activation-config" element


addNewActivationConfig

public OpenejbActivationConfigType addNewActivationConfig()
Appends and returns a new empty "activation-config" element


unsetActivationConfig

public void unsetActivationConfig()
Unsets the "activation-config" element


getGbeanRefArray

public org.apache.geronimo.xbeans.geronimo.naming.GerGbeanRefType[] getGbeanRefArray()
Gets array of all "gbean-ref" elements


getGbeanRefArray

public org.apache.geronimo.xbeans.geronimo.naming.GerGbeanRefType getGbeanRefArray(int i)
Gets ith "gbean-ref" element


sizeOfGbeanRefArray

public int sizeOfGbeanRefArray()
Returns number of "gbean-ref" element


setGbeanRefArray

public void setGbeanRefArray(org.apache.geronimo.xbeans.geronimo.naming.GerGbeanRefType[] gbeanRefArray)
Sets array of all "gbean-ref" element


setGbeanRefArray

public void setGbeanRefArray(int i,
                             org.apache.geronimo.xbeans.geronimo.naming.GerGbeanRefType gbeanRef)
Sets ith "gbean-ref" element


insertNewGbeanRef

public org.apache.geronimo.xbeans.geronimo.naming.GerGbeanRefType insertNewGbeanRef(int i)
Inserts and returns a new empty value (as xml) as the ith "gbean-ref" element


addNewGbeanRef

public org.apache.geronimo.xbeans.geronimo.naming.GerGbeanRefType addNewGbeanRef()
Appends and returns a new empty value (as xml) as the last "gbean-ref" element


removeGbeanRef

public void removeGbeanRef(int i)
Removes the ith "gbean-ref" element


getEjbRefArray

public org.apache.geronimo.xbeans.geronimo.naming.GerEjbRefType[] getEjbRefArray()
Gets array of all "ejb-ref" elements


getEjbRefArray

public org.apache.geronimo.xbeans.geronimo.naming.GerEjbRefType getEjbRefArray(int i)
Gets ith "ejb-ref" element


sizeOfEjbRefArray

public int sizeOfEjbRefArray()
Returns number of "ejb-ref" element


setEjbRefArray

public void setEjbRefArray(org.apache.geronimo.xbeans.geronimo.naming.GerEjbRefType[] ejbRefArray)
Sets array of all "ejb-ref" element


setEjbRefArray

public void setEjbRefArray(int i,
                           org.apache.geronimo.xbeans.geronimo.naming.GerEjbRefType ejbRef)
Sets ith "ejb-ref" element


insertNewEjbRef

public org.apache.geronimo.xbeans.geronimo.naming.GerEjbRefType insertNewEjbRef(int i)
Inserts and returns a new empty value (as xml) as the ith "ejb-ref" element


addNewEjbRef

public org.apache.geronimo.xbeans.geronimo.naming.GerEjbRefType addNewEjbRef()
Appends and returns a new empty value (as xml) as the last "ejb-ref" element


removeEjbRef

public void removeEjbRef(int i)
Removes the ith "ejb-ref" element


getEjbLocalRefArray

public org.apache.geronimo.xbeans.geronimo.naming.GerEjbLocalRefType[] getEjbLocalRefArray()
Gets array of all "ejb-local-ref" elements


getEjbLocalRefArray

public org.apache.geronimo.xbeans.geronimo.naming.GerEjbLocalRefType getEjbLocalRefArray(int i)
Gets ith "ejb-local-ref" element


sizeOfEjbLocalRefArray

public int sizeOfEjbLocalRefArray()
Returns number of "ejb-local-ref" element


setEjbLocalRefArray

public void setEjbLocalRefArray(org.apache.geronimo.xbeans.geronimo.naming.GerEjbLocalRefType[] ejbLocalRefArray)
Sets array of all "ejb-local-ref" element


setEjbLocalRefArray

public void setEjbLocalRefArray(int i,
                                org.apache.geronimo.xbeans.geronimo.naming.GerEjbLocalRefType ejbLocalRef)
Sets ith "ejb-local-ref" element


insertNewEjbLocalRef

public org.apache.geronimo.xbeans.geronimo.naming.GerEjbLocalRefType insertNewEjbLocalRef(int i)
Inserts and returns a new empty value (as xml) as the ith "ejb-local-ref" element


addNewEjbLocalRef

public org.apache.geronimo.xbeans.geronimo.naming.GerEjbLocalRefType addNewEjbLocalRef()
Appends and returns a new empty value (as xml) as the last "ejb-local-ref" element


removeEjbLocalRef

public void removeEjbLocalRef(int i)
Removes the ith "ejb-local-ref" element


getServiceRefArray

public org.apache.geronimo.xbeans.geronimo.naming.GerServiceRefType[] getServiceRefArray()
Gets array of all "service-ref" elements


getServiceRefArray

public org.apache.geronimo.xbeans.geronimo.naming.GerServiceRefType getServiceRefArray(int i)
Gets ith "service-ref" element


sizeOfServiceRefArray

public int sizeOfServiceRefArray()
Returns number of "service-ref" element


setServiceRefArray

public void setServiceRefArray(org.apache.geronimo.xbeans.geronimo.naming.GerServiceRefType[] serviceRefArray)
Sets array of all "service-ref" element


setServiceRefArray

public void setServiceRefArray(int i,
                               org.apache.geronimo.xbeans.geronimo.naming.GerServiceRefType serviceRef)
Sets ith "service-ref" element


insertNewServiceRef

public org.apache.geronimo.xbeans.geronimo.naming.GerServiceRefType insertNewServiceRef(int i)
Inserts and returns a new empty value (as xml) as the ith "service-ref" element


addNewServiceRef

public org.apache.geronimo.xbeans.geronimo.naming.GerServiceRefType addNewServiceRef()
Appends and returns a new empty value (as xml) as the last "service-ref" element


removeServiceRef

public void removeServiceRef(int i)
Removes the ith "service-ref" element


getResourceRefArray

public org.apache.geronimo.xbeans.geronimo.naming.GerResourceRefType[] getResourceRefArray()
Gets array of all "resource-ref" elements


getResourceRefArray

public org.apache.geronimo.xbeans.geronimo.naming.GerResourceRefType getResourceRefArray(int i)
Gets ith "resource-ref" element


sizeOfResourceRefArray

public int sizeOfResourceRefArray()
Returns number of "resource-ref" element


setResourceRefArray

public void setResourceRefArray(org.apache.geronimo.xbeans.geronimo.naming.GerResourceRefType[] resourceRefArray)
Sets array of all "resource-ref" element


setResourceRefArray

public void setResourceRefArray(int i,
                                org.apache.geronimo.xbeans.geronimo.naming.GerResourceRefType resourceRef)
Sets ith "resource-ref" element


insertNewResourceRef

public org.apache.geronimo.xbeans.geronimo.naming.GerResourceRefType insertNewResourceRef(int i)
Inserts and returns a new empty value (as xml) as the ith "resource-ref" element


addNewResourceRef

public org.apache.geronimo.xbeans.geronimo.naming.GerResourceRefType addNewResourceRef()
Appends and returns a new empty value (as xml) as the last "resource-ref" element


removeResourceRef

public void removeResourceRef(int i)
Removes the ith "resource-ref" element


getResourceEnvRefArray

public org.apache.geronimo.xbeans.geronimo.naming.GerResourceEnvRefType[] getResourceEnvRefArray()
Gets array of all "resource-env-ref" elements


getResourceEnvRefArray

public org.apache.geronimo.xbeans.geronimo.naming.GerResourceEnvRefType getResourceEnvRefArray(int i)
Gets ith "resource-env-ref" element


sizeOfResourceEnvRefArray

public int sizeOfResourceEnvRefArray()
Returns number of "resource-env-ref" element


setResourceEnvRefArray

public void setResourceEnvRefArray(org.apache.geronimo.xbeans.geronimo.naming.GerResourceEnvRefType[] resourceEnvRefArray)
Sets array of all "resource-env-ref" element


setResourceEnvRefArray

public void setResourceEnvRefArray(int i,
                                   org.apache.geronimo.xbeans.geronimo.naming.GerResourceEnvRefType resourceEnvRef)
Sets ith "resource-env-ref" element


insertNewResourceEnvRef

public org.apache.geronimo.xbeans.geronimo.naming.GerResourceEnvRefType insertNewResourceEnvRef(int i)
Inserts and returns a new empty value (as xml) as the ith "resource-env-ref" element


addNewResourceEnvRef

public org.apache.geronimo.xbeans.geronimo.naming.GerResourceEnvRefType addNewResourceEnvRef()
Appends and returns a new empty value (as xml) as the last "resource-env-ref" element


removeResourceEnvRef

public void removeResourceEnvRef(int i)
Removes the ith "resource-env-ref" element


getId

public String getId()
Gets the "id" attribute


xgetId

public org.apache.xmlbeans.XmlID xgetId()
Gets (as xml) the "id" attribute


isSetId

public boolean isSetId()
True if has "id" attribute


setId

public void setId(String id)
Sets the "id" attribute


xsetId

public void xsetId(org.apache.xmlbeans.XmlID id)
Sets (as xml) the "id" attribute


unsetId

public void unsetId()
Unsets the "id" attribute



Copyright © 1999-2006 OpenEJB. All Rights Reserved.