org.apache.geronimo.xbeans.ejb.impl
Class MessageDrivenBeanTypeImpl

java.lang.Object
  extended byorg.apache.xmlbeans.impl.values.XmlObjectBase
      extended byorg.apache.xmlbeans.impl.values.XmlComplexContentImpl
          extended byorg.apache.geronimo.xbeans.ejb.impl.MessageDrivenBeanTypeImpl
All Implemented Interfaces:
MessageDrivenBeanType, Serializable, org.apache.xmlbeans.SimpleValue, org.apache.xmlbeans.impl.values.TypeStoreUser, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource

public class MessageDrivenBeanTypeImpl
extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl
implements MessageDrivenBeanType

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

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class org.apache.geronimo.xbeans.ejb.MessageDrivenBeanType
MessageDrivenBeanType.Factory
 
Field Summary
 
Fields inherited from class org.apache.xmlbeans.impl.values.XmlObjectBase
_voorVc, MAJOR_VERSION_NUMBER, MINOR_VERSION_NUMBER
 
Fields inherited from interface org.apache.geronimo.xbeans.ejb.MessageDrivenBeanType
type
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Constructor Summary
MessageDrivenBeanTypeImpl(org.apache.xmlbeans.SchemaType sType)
           
 
Method Summary
 ActivationConfigType addNewActivationConfig()
          Appends and returns a new empty "activation-config" element
 DeploymentExtensionType addNewDeploymentExtension()
          Appends and returns a new empty value (as xml) as the last "deployment-extension" element
 DescriptionType addNewDescription()
          Appends and returns a new empty "description" element
 DisplayNameType addNewDisplayName()
          Appends and returns a new empty "display-name" element
 EjbLocalRefType addNewEjbLocalRef()
          Appends and returns a new empty value (as xml) as the last "ejb-local-ref" element
 EjbRefType addNewEjbRef()
          Appends and returns a new empty value (as xml) as the last "ejb-ref" element
 EnvEntryType addNewEnvEntry()
          Appends and returns a new empty value (as xml) as the last "env-entry" element
 IconType addNewIcon()
          Appends and returns a new empty "icon" element
 MessageDestinationRefType addNewMessageDestinationRef()
          Appends and returns a new empty value (as xml) as the last "message-destination-ref" element
 ResourceEnvRefType addNewResourceEnvRef()
          Appends and returns a new empty value (as xml) as the last "resource-env-ref" element
 ResourceRefType addNewResourceRef()
          Appends and returns a new empty value (as xml) as the last "resource-ref" element
 SecurityIdentityType addNewSecurityIdentity()
          Appends and returns a new empty "security-identity" element
 ServiceRefType addNewServiceRef()
          Appends and returns a new empty value (as xml) as the last "service-ref" element
 ActivationConfigType getActivationConfig()
          Gets the "activation-config" element
 DeploymentExtensionType[] getDeploymentExtensionArray()
          Gets array of all "deployment-extension" elements
 DeploymentExtensionType getDeploymentExtensionArray(int i)
          Gets ith "deployment-extension" element
 DescriptionType getDescription()
          Gets the "description" element
 DisplayNameType getDisplayName()
          Gets the "display-name" element
 String getEjbClass()
          Gets the "ejb-class" element
 EjbLocalRefType[] getEjbLocalRefArray()
          Gets array of all "ejb-local-ref" elements
 EjbLocalRefType getEjbLocalRefArray(int i)
          Gets ith "ejb-local-ref" element
 String getEjbName()
          Gets the "ejb-name" element
 EjbRefType[] getEjbRefArray()
          Gets array of all "ejb-ref" elements
 EjbRefType getEjbRefArray(int i)
          Gets ith "ejb-ref" element
 EnvEntryType[] getEnvEntryArray()
          Gets array of all "env-entry" elements
 EnvEntryType getEnvEntryArray(int i)
          Gets ith "env-entry" element
 IconType getIcon()
          Gets the "icon" element
 String getMessageDestinationLink()
          Gets the "message-destination-link" element
 MessageDestinationRefType[] getMessageDestinationRefArray()
          Gets array of all "message-destination-ref" elements
 MessageDestinationRefType getMessageDestinationRefArray(int i)
          Gets ith "message-destination-ref" element
 String getMessageDestinationType()
          Gets the "message-destination-type" element
 String getMessagingType()
          Gets the "messaging-type" element
 ResourceEnvRefType[] getResourceEnvRefArray()
          Gets array of all "resource-env-ref" elements
 ResourceEnvRefType getResourceEnvRefArray(int i)
          Gets ith "resource-env-ref" element
 ResourceRefType[] getResourceRefArray()
          Gets array of all "resource-ref" elements
 ResourceRefType getResourceRefArray(int i)
          Gets ith "resource-ref" element
 SecurityIdentityType getSecurityIdentity()
          Gets the "security-identity" element
 ServiceRefType[] getServiceRefArray()
          Gets array of all "service-ref" elements
 ServiceRefType getServiceRefArray(int i)
          Gets ith "service-ref" element
 TransactionTypeType.Enum getTransactionType()
          Gets the "transaction-type" element
 DeploymentExtensionType insertNewDeploymentExtension(int i)
          Inserts and returns a new empty value (as xml) as the ith "deployment-extension" element
 EjbLocalRefType insertNewEjbLocalRef(int i)
          Inserts and returns a new empty value (as xml) as the ith "ejb-local-ref" element
 EjbRefType insertNewEjbRef(int i)
          Inserts and returns a new empty value (as xml) as the ith "ejb-ref" element
 EnvEntryType insertNewEnvEntry(int i)
          Inserts and returns a new empty value (as xml) as the ith "env-entry" element
 MessageDestinationRefType insertNewMessageDestinationRef(int i)
          Inserts and returns a new empty value (as xml) as the ith "message-destination-ref" element
 ResourceEnvRefType insertNewResourceEnvRef(int i)
          Inserts and returns a new empty value (as xml) as the ith "resource-env-ref" element
 ResourceRefType insertNewResourceRef(int i)
          Inserts and returns a new empty value (as xml) as the ith "resource-ref" element
 ServiceRefType 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 isSetDescription()
          True if has "description" element
 boolean isSetDisplayName()
          True if has "display-name" element
 boolean isSetIcon()
          True if has "icon" element
 boolean isSetMessageDestinationLink()
          True if has "message-destination-link" element
 boolean isSetMessageDestinationType()
          True if has "message-destination-type" element
 boolean isSetMessagingType()
          True if has "messaging-type" element
 boolean isSetSecurityIdentity()
          True if has "security-identity" element
 void removeDeploymentExtension(int i)
          Removes the ith "deployment-extension" element
 void removeEjbLocalRef(int i)
          Removes the ith "ejb-local-ref" element
 void removeEjbRef(int i)
          Removes the ith "ejb-ref" element
 void removeEnvEntry(int i)
          Removes the ith "env-entry" element
 void removeMessageDestinationRef(int i)
          Removes the ith "message-destination-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(ActivationConfigType activationConfig)
          Sets the "activation-config" element
 void setDeploymentExtensionArray(DeploymentExtensionType[] deploymentExtensionArray)
          Sets array of all "deployment-extension" element
 void setDeploymentExtensionArray(int i, DeploymentExtensionType deploymentExtension)
          Sets ith "deployment-extension" element
 void setDescription(DescriptionType description)
          Sets the "description" element
 void setDisplayName(DisplayNameType displayName)
          Sets the "display-name" element
 void setEjbClass(String ejbClass)
          Sets the "ejb-class" element
 void setEjbLocalRefArray(EjbLocalRefType[] ejbLocalRefArray)
          Sets array of all "ejb-local-ref" element
 void setEjbLocalRefArray(int i, EjbLocalRefType ejbLocalRef)
          Sets ith "ejb-local-ref" element
 void setEjbName(String ejbName)
          Sets the "ejb-name" element
 void setEjbRefArray(EjbRefType[] ejbRefArray)
          Sets array of all "ejb-ref" element
 void setEjbRefArray(int i, EjbRefType ejbRef)
          Sets ith "ejb-ref" element
 void setEnvEntryArray(EnvEntryType[] envEntryArray)
          Sets array of all "env-entry" element
 void setEnvEntryArray(int i, EnvEntryType envEntry)
          Sets ith "env-entry" element
 void setIcon(IconType icon)
          Sets the "icon" element
 void setMessageDestinationLink(String messageDestinationLink)
          Sets the "message-destination-link" element
 void setMessageDestinationRefArray(int i, MessageDestinationRefType messageDestinationRef)
          Sets ith "message-destination-ref" element
 void setMessageDestinationRefArray(MessageDestinationRefType[] messageDestinationRefArray)
          Sets array of all "message-destination-ref" element
 void setMessageDestinationType(String messageDestinationType)
          Sets the "message-destination-type" element
 void setMessagingType(String messagingType)
          Sets the "messaging-type" element
 void setResourceEnvRefArray(int i, ResourceEnvRefType resourceEnvRef)
          Sets ith "resource-env-ref" element
 void setResourceEnvRefArray(ResourceEnvRefType[] resourceEnvRefArray)
          Sets array of all "resource-env-ref" element
 void setResourceRefArray(int i, ResourceRefType resourceRef)
          Sets ith "resource-ref" element
 void setResourceRefArray(ResourceRefType[] resourceRefArray)
          Sets array of all "resource-ref" element
 void setSecurityIdentity(SecurityIdentityType securityIdentity)
          Sets the "security-identity" element
 void setServiceRefArray(int i, ServiceRefType serviceRef)
          Sets ith "service-ref" element
 void setServiceRefArray(ServiceRefType[] serviceRefArray)
          Sets array of all "service-ref" element
 void setTransactionType(TransactionTypeType.Enum transactionType)
          Sets the "transaction-type" element
 int sizeOfDeploymentExtensionArray()
          Returns number of "deployment-extension" element
 int sizeOfEjbLocalRefArray()
          Returns number of "ejb-local-ref" element
 int sizeOfEjbRefArray()
          Returns number of "ejb-ref" element
 int sizeOfEnvEntryArray()
          Returns number of "env-entry" element
 int sizeOfMessageDestinationRefArray()
          Returns number of "message-destination-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 unsetDescription()
          Unsets the "description" element
 void unsetDisplayName()
          Unsets the "display-name" element
 void unsetIcon()
          Unsets the "icon" element
 void unsetMessageDestinationLink()
          Unsets the "message-destination-link" element
 void unsetMessageDestinationType()
          Unsets the "message-destination-type" element
 void unsetMessagingType()
          Unsets the "messaging-type" element
 void unsetSecurityIdentity()
          Unsets the "security-identity" element
 EjbClassType xgetEjbClass()
          Gets (as xml) the "ejb-class" element
 EjbNameType xgetEjbName()
          Gets (as xml) the "ejb-name" element
 MessageDestinationLinkType xgetMessageDestinationLink()
          Gets (as xml) the "message-destination-link" element
 MessageDestinationTypeType xgetMessageDestinationType()
          Gets (as xml) the "message-destination-type" element
 FullyQualifiedClassType xgetMessagingType()
          Gets (as xml) the "messaging-type" element
 TransactionTypeType xgetTransactionType()
          Gets (as xml) the "transaction-type" element
 void xsetEjbClass(EjbClassType ejbClass)
          Sets (as xml) the "ejb-class" element
 void xsetEjbName(EjbNameType ejbName)
          Sets (as xml) the "ejb-name" element
 void xsetMessageDestinationLink(MessageDestinationLinkType messageDestinationLink)
          Sets (as xml) the "message-destination-link" element
 void xsetMessageDestinationType(MessageDestinationTypeType messageDestinationType)
          Sets (as xml) the "message-destination-type" element
 void xsetMessagingType(FullyQualifiedClassType messagingType)
          Sets (as xml) the "messaging-type" element
 void xsetTransactionType(TransactionTypeType transactionType)
          Sets (as xml) the "transaction-type" element
 
Methods inherited from class org.apache.xmlbeans.impl.values.XmlComplexContentImpl
arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, compute_text, equal_to, get_default_attribute_text, get_default_element_text, get_elementflags, is_child_element_order_sensitive, new_visitor, schemaType, set_nil, set_String, set_text, unionArraySetterHelper, unionArraySetterHelper, update_from_complex_content, value_hash_code
 
Methods inherited from class org.apache.xmlbeans.impl.values.XmlObjectBase
_isComplexContent, _isComplexType, _validateOnSet, attach_store, bigDecimalValue, bigIntegerValue, booleanValue, build_nil, build_text, byteArrayValue, byteValue, calendarValue, changeType, check_dated, check_orphaned, compare_to, compareTo, compareValue, copy, create_attribute_user, create_element_user, dateValue, disconnect_store, documentProperties, doubleValue, elementFlags, enumValue, equals, execQuery, execQuery, floatValue, gDateValue, gDurationValue, get_attribute_field, get_attribute_type, get_attributeflags, get_default_attribute_value, get_element_ending_delimiters, get_element_type, get_schema_type, get_store, get_wscanon_rule, get_wscanon_text, getBigDecimalValue, getBigIntegerValue, getBooleanValue, getByteArrayValue, getByteValue, getCalendarValue, getDateValue, getDoubleValue, getEnumValue, getFloatValue, getGDateValue, getGDurationValue, getIntValue, getListValue, getLongValue, getObjectValue, getQNameValue, getShortValue, getStringValue, has_store, hashCode, init_flags, initComplexType, instanceType, intValue, invalidate_element_order, invalidate_nilvalue, invalidate_value, is_defaultable_ws, is_orphaned, isDefault, isDefaultable, isFixed, isImmutable, isInstanceOf, isNil, isNillable, java_value, listValue, longValue, monitor, newCursor, newCursorForce, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, objectSet, objectValue, qNameValue, save, save, save, save, save, save, save, save, selectPath, selectPath, set_b64, set_BigDecimal, set_BigInteger, set_boolean, set_byte, set_ByteArray, set_Calendar, set_char, set_ComplexXml, set_Date, set_double, set_enum, set_float, set_GDate, set_GDuration, set_hex, set_int, set_list, set_long, set_newValue, set_notation, set_QName, set_short, set_xmlanysimple, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, setBigDecimalValue, setBigIntegerValue, setBooleanValue, setByteArrayValue, setByteValue, setCalendarValue, setDateValue, setDoubleValue, setEnumValue, setFloatValue, setGDateValue, setGDurationValue, setImmutable, setIntValue, setListValue, setLongValue, setNil, setObjectValue, setQNameValue, setShortValue, setStringValue, setValidateOnSet, shortValue, stringValue, toString, uses_invalidate_value, validate_now, validate_simpleval, validate, validate, valueEquals, valueHashCode, writeReplace, xgetListValue, xlistValue, xmlText, xmlText
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
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
 

Constructor Detail

MessageDrivenBeanTypeImpl

public MessageDrivenBeanTypeImpl(org.apache.xmlbeans.SchemaType sType)
Method Detail

getDescription

public DescriptionType getDescription()
Gets the "description" element

Specified by:
getDescription in interface MessageDrivenBeanType

isSetDescription

public boolean isSetDescription()
True if has "description" element

Specified by:
isSetDescription in interface MessageDrivenBeanType

setDescription

public void setDescription(DescriptionType description)
Sets the "description" element

Specified by:
setDescription in interface MessageDrivenBeanType

addNewDescription

public DescriptionType addNewDescription()
Appends and returns a new empty "description" element

Specified by:
addNewDescription in interface MessageDrivenBeanType

unsetDescription

public void unsetDescription()
Unsets the "description" element

Specified by:
unsetDescription in interface MessageDrivenBeanType

getDisplayName

public DisplayNameType getDisplayName()
Gets the "display-name" element

Specified by:
getDisplayName in interface MessageDrivenBeanType

isSetDisplayName

public boolean isSetDisplayName()
True if has "display-name" element

Specified by:
isSetDisplayName in interface MessageDrivenBeanType

setDisplayName

public void setDisplayName(DisplayNameType displayName)
Sets the "display-name" element

Specified by:
setDisplayName in interface MessageDrivenBeanType

addNewDisplayName

public DisplayNameType addNewDisplayName()
Appends and returns a new empty "display-name" element

Specified by:
addNewDisplayName in interface MessageDrivenBeanType

unsetDisplayName

public void unsetDisplayName()
Unsets the "display-name" element

Specified by:
unsetDisplayName in interface MessageDrivenBeanType

getIcon

public IconType getIcon()
Gets the "icon" element

Specified by:
getIcon in interface MessageDrivenBeanType

isSetIcon

public boolean isSetIcon()
True if has "icon" element

Specified by:
isSetIcon in interface MessageDrivenBeanType

setIcon

public void setIcon(IconType icon)
Sets the "icon" element

Specified by:
setIcon in interface MessageDrivenBeanType

addNewIcon

public IconType addNewIcon()
Appends and returns a new empty "icon" element

Specified by:
addNewIcon in interface MessageDrivenBeanType

unsetIcon

public void unsetIcon()
Unsets the "icon" element

Specified by:
unsetIcon in interface MessageDrivenBeanType

getEjbName

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

Specified by:
getEjbName in interface MessageDrivenBeanType

xgetEjbName

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

Specified by:
xgetEjbName in interface MessageDrivenBeanType

setEjbName

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

Specified by:
setEjbName in interface MessageDrivenBeanType

xsetEjbName

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

Specified by:
xsetEjbName in interface MessageDrivenBeanType

getEjbClass

public String getEjbClass()
Gets the "ejb-class" element

Specified by:
getEjbClass in interface MessageDrivenBeanType

xgetEjbClass

public EjbClassType xgetEjbClass()
Gets (as xml) the "ejb-class" element

Specified by:
xgetEjbClass in interface MessageDrivenBeanType

setEjbClass

public void setEjbClass(String ejbClass)
Sets the "ejb-class" element

Specified by:
setEjbClass in interface MessageDrivenBeanType

xsetEjbClass

public void xsetEjbClass(EjbClassType ejbClass)
Sets (as xml) the "ejb-class" element

Specified by:
xsetEjbClass in interface MessageDrivenBeanType

getMessagingType

public String getMessagingType()
Gets the "messaging-type" element

Specified by:
getMessagingType in interface MessageDrivenBeanType

xgetMessagingType

public FullyQualifiedClassType xgetMessagingType()
Gets (as xml) the "messaging-type" element

Specified by:
xgetMessagingType in interface MessageDrivenBeanType

isSetMessagingType

public boolean isSetMessagingType()
True if has "messaging-type" element

Specified by:
isSetMessagingType in interface MessageDrivenBeanType

setMessagingType

public void setMessagingType(String messagingType)
Sets the "messaging-type" element

Specified by:
setMessagingType in interface MessageDrivenBeanType

xsetMessagingType

public void xsetMessagingType(FullyQualifiedClassType messagingType)
Sets (as xml) the "messaging-type" element

Specified by:
xsetMessagingType in interface MessageDrivenBeanType

unsetMessagingType

public void unsetMessagingType()
Unsets the "messaging-type" element

Specified by:
unsetMessagingType in interface MessageDrivenBeanType

getTransactionType

public TransactionTypeType.Enum getTransactionType()
Gets the "transaction-type" element

Specified by:
getTransactionType in interface MessageDrivenBeanType

xgetTransactionType

public TransactionTypeType xgetTransactionType()
Gets (as xml) the "transaction-type" element

Specified by:
xgetTransactionType in interface MessageDrivenBeanType

setTransactionType

public void setTransactionType(TransactionTypeType.Enum transactionType)
Sets the "transaction-type" element

Specified by:
setTransactionType in interface MessageDrivenBeanType

xsetTransactionType

public void xsetTransactionType(TransactionTypeType transactionType)
Sets (as xml) the "transaction-type" element

Specified by:
xsetTransactionType in interface MessageDrivenBeanType

getMessageDestinationType

public String getMessageDestinationType()
Gets the "message-destination-type" element

Specified by:
getMessageDestinationType in interface MessageDrivenBeanType

xgetMessageDestinationType

public MessageDestinationTypeType xgetMessageDestinationType()
Gets (as xml) the "message-destination-type" element

Specified by:
xgetMessageDestinationType in interface MessageDrivenBeanType

isSetMessageDestinationType

public boolean isSetMessageDestinationType()
True if has "message-destination-type" element

Specified by:
isSetMessageDestinationType in interface MessageDrivenBeanType

setMessageDestinationType

public void setMessageDestinationType(String messageDestinationType)
Sets the "message-destination-type" element

Specified by:
setMessageDestinationType in interface MessageDrivenBeanType

xsetMessageDestinationType

public void xsetMessageDestinationType(MessageDestinationTypeType messageDestinationType)
Sets (as xml) the "message-destination-type" element

Specified by:
xsetMessageDestinationType in interface MessageDrivenBeanType

unsetMessageDestinationType

public void unsetMessageDestinationType()
Unsets the "message-destination-type" element

Specified by:
unsetMessageDestinationType in interface MessageDrivenBeanType

getMessageDestinationLink

public String getMessageDestinationLink()
Gets the "message-destination-link" element

Specified by:
getMessageDestinationLink in interface MessageDrivenBeanType

xgetMessageDestinationLink

public MessageDestinationLinkType xgetMessageDestinationLink()
Gets (as xml) the "message-destination-link" element

Specified by:
xgetMessageDestinationLink in interface MessageDrivenBeanType

isSetMessageDestinationLink

public boolean isSetMessageDestinationLink()
True if has "message-destination-link" element

Specified by:
isSetMessageDestinationLink in interface MessageDrivenBeanType

setMessageDestinationLink

public void setMessageDestinationLink(String messageDestinationLink)
Sets the "message-destination-link" element

Specified by:
setMessageDestinationLink in interface MessageDrivenBeanType

xsetMessageDestinationLink

public void xsetMessageDestinationLink(MessageDestinationLinkType messageDestinationLink)
Sets (as xml) the "message-destination-link" element

Specified by:
xsetMessageDestinationLink in interface MessageDrivenBeanType

unsetMessageDestinationLink

public void unsetMessageDestinationLink()
Unsets the "message-destination-link" element

Specified by:
unsetMessageDestinationLink in interface MessageDrivenBeanType

getActivationConfig

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

Specified by:
getActivationConfig in interface MessageDrivenBeanType

isSetActivationConfig

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

Specified by:
isSetActivationConfig in interface MessageDrivenBeanType

setActivationConfig

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

Specified by:
setActivationConfig in interface MessageDrivenBeanType

addNewActivationConfig

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

Specified by:
addNewActivationConfig in interface MessageDrivenBeanType

unsetActivationConfig

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

Specified by:
unsetActivationConfig in interface MessageDrivenBeanType

getEnvEntryArray

public EnvEntryType[] getEnvEntryArray()
Gets array of all "env-entry" elements

Specified by:
getEnvEntryArray in interface MessageDrivenBeanType

getEnvEntryArray

public EnvEntryType getEnvEntryArray(int i)
Gets ith "env-entry" element

Specified by:
getEnvEntryArray in interface MessageDrivenBeanType

sizeOfEnvEntryArray

public int sizeOfEnvEntryArray()
Returns number of "env-entry" element

Specified by:
sizeOfEnvEntryArray in interface MessageDrivenBeanType

setEnvEntryArray

public void setEnvEntryArray(EnvEntryType[] envEntryArray)
Sets array of all "env-entry" element

Specified by:
setEnvEntryArray in interface MessageDrivenBeanType

setEnvEntryArray

public void setEnvEntryArray(int i,
                             EnvEntryType envEntry)
Sets ith "env-entry" element

Specified by:
setEnvEntryArray in interface MessageDrivenBeanType

insertNewEnvEntry

public EnvEntryType insertNewEnvEntry(int i)
Inserts and returns a new empty value (as xml) as the ith "env-entry" element

Specified by:
insertNewEnvEntry in interface MessageDrivenBeanType

addNewEnvEntry

public EnvEntryType addNewEnvEntry()
Appends and returns a new empty value (as xml) as the last "env-entry" element

Specified by:
addNewEnvEntry in interface MessageDrivenBeanType

removeEnvEntry

public void removeEnvEntry(int i)
Removes the ith "env-entry" element

Specified by:
removeEnvEntry in interface MessageDrivenBeanType

getEjbRefArray

public EjbRefType[] getEjbRefArray()
Gets array of all "ejb-ref" elements

Specified by:
getEjbRefArray in interface MessageDrivenBeanType

getEjbRefArray

public EjbRefType getEjbRefArray(int i)
Gets ith "ejb-ref" element

Specified by:
getEjbRefArray in interface MessageDrivenBeanType

sizeOfEjbRefArray

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

Specified by:
sizeOfEjbRefArray in interface MessageDrivenBeanType

setEjbRefArray

public void setEjbRefArray(EjbRefType[] ejbRefArray)
Sets array of all "ejb-ref" element

Specified by:
setEjbRefArray in interface MessageDrivenBeanType

setEjbRefArray

public void setEjbRefArray(int i,
                           EjbRefType ejbRef)
Sets ith "ejb-ref" element

Specified by:
setEjbRefArray in interface MessageDrivenBeanType

insertNewEjbRef

public EjbRefType insertNewEjbRef(int i)
Inserts and returns a new empty value (as xml) as the ith "ejb-ref" element

Specified by:
insertNewEjbRef in interface MessageDrivenBeanType

addNewEjbRef

public EjbRefType addNewEjbRef()
Appends and returns a new empty value (as xml) as the last "ejb-ref" element

Specified by:
addNewEjbRef in interface MessageDrivenBeanType

removeEjbRef

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

Specified by:
removeEjbRef in interface MessageDrivenBeanType

getEjbLocalRefArray

public EjbLocalRefType[] getEjbLocalRefArray()
Gets array of all "ejb-local-ref" elements

Specified by:
getEjbLocalRefArray in interface MessageDrivenBeanType

getEjbLocalRefArray

public EjbLocalRefType getEjbLocalRefArray(int i)
Gets ith "ejb-local-ref" element

Specified by:
getEjbLocalRefArray in interface MessageDrivenBeanType

sizeOfEjbLocalRefArray

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

Specified by:
sizeOfEjbLocalRefArray in interface MessageDrivenBeanType

setEjbLocalRefArray

public void setEjbLocalRefArray(EjbLocalRefType[] ejbLocalRefArray)
Sets array of all "ejb-local-ref" element

Specified by:
setEjbLocalRefArray in interface MessageDrivenBeanType

setEjbLocalRefArray

public void setEjbLocalRefArray(int i,
                                EjbLocalRefType ejbLocalRef)
Sets ith "ejb-local-ref" element

Specified by:
setEjbLocalRefArray in interface MessageDrivenBeanType

insertNewEjbLocalRef

public EjbLocalRefType insertNewEjbLocalRef(int i)
Inserts and returns a new empty value (as xml) as the ith "ejb-local-ref" element

Specified by:
insertNewEjbLocalRef in interface MessageDrivenBeanType

addNewEjbLocalRef

public EjbLocalRefType addNewEjbLocalRef()
Appends and returns a new empty value (as xml) as the last "ejb-local-ref" element

Specified by:
addNewEjbLocalRef in interface MessageDrivenBeanType

removeEjbLocalRef

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

Specified by:
removeEjbLocalRef in interface MessageDrivenBeanType

getServiceRefArray

public ServiceRefType[] getServiceRefArray()
Gets array of all "service-ref" elements

Specified by:
getServiceRefArray in interface MessageDrivenBeanType

getServiceRefArray

public ServiceRefType getServiceRefArray(int i)
Gets ith "service-ref" element

Specified by:
getServiceRefArray in interface MessageDrivenBeanType

sizeOfServiceRefArray

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

Specified by:
sizeOfServiceRefArray in interface MessageDrivenBeanType

setServiceRefArray

public void setServiceRefArray(ServiceRefType[] serviceRefArray)
Sets array of all "service-ref" element

Specified by:
setServiceRefArray in interface MessageDrivenBeanType

setServiceRefArray

public void setServiceRefArray(int i,
                               ServiceRefType serviceRef)
Sets ith "service-ref" element

Specified by:
setServiceRefArray in interface MessageDrivenBeanType

insertNewServiceRef

public ServiceRefType insertNewServiceRef(int i)
Inserts and returns a new empty value (as xml) as the ith "service-ref" element

Specified by:
insertNewServiceRef in interface MessageDrivenBeanType

addNewServiceRef

public ServiceRefType addNewServiceRef()
Appends and returns a new empty value (as xml) as the last "service-ref" element

Specified by:
addNewServiceRef in interface MessageDrivenBeanType

removeServiceRef

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

Specified by:
removeServiceRef in interface MessageDrivenBeanType

getSecurityIdentity

public SecurityIdentityType getSecurityIdentity()
Gets the "security-identity" element

Specified by:
getSecurityIdentity in interface MessageDrivenBeanType

isSetSecurityIdentity

public boolean isSetSecurityIdentity()
True if has "security-identity" element

Specified by:
isSetSecurityIdentity in interface MessageDrivenBeanType

setSecurityIdentity

public void setSecurityIdentity(SecurityIdentityType securityIdentity)
Sets the "security-identity" element

Specified by:
setSecurityIdentity in interface MessageDrivenBeanType

addNewSecurityIdentity

public SecurityIdentityType addNewSecurityIdentity()
Appends and returns a new empty "security-identity" element

Specified by:
addNewSecurityIdentity in interface MessageDrivenBeanType

unsetSecurityIdentity

public void unsetSecurityIdentity()
Unsets the "security-identity" element

Specified by:
unsetSecurityIdentity in interface MessageDrivenBeanType

getResourceRefArray

public ResourceRefType[] getResourceRefArray()
Gets array of all "resource-ref" elements

Specified by:
getResourceRefArray in interface MessageDrivenBeanType

getResourceRefArray

public ResourceRefType getResourceRefArray(int i)
Gets ith "resource-ref" element

Specified by:
getResourceRefArray in interface MessageDrivenBeanType

sizeOfResourceRefArray

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

Specified by:
sizeOfResourceRefArray in interface MessageDrivenBeanType

setResourceRefArray

public void setResourceRefArray(ResourceRefType[] resourceRefArray)
Sets array of all "resource-ref" element

Specified by:
setResourceRefArray in interface MessageDrivenBeanType

setResourceRefArray

public void setResourceRefArray(int i,
                                ResourceRefType resourceRef)
Sets ith "resource-ref" element

Specified by:
setResourceRefArray in interface MessageDrivenBeanType

insertNewResourceRef

public ResourceRefType insertNewResourceRef(int i)
Inserts and returns a new empty value (as xml) as the ith "resource-ref" element

Specified by:
insertNewResourceRef in interface MessageDrivenBeanType

addNewResourceRef

public ResourceRefType addNewResourceRef()
Appends and returns a new empty value (as xml) as the last "resource-ref" element

Specified by:
addNewResourceRef in interface MessageDrivenBeanType

removeResourceRef

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

Specified by:
removeResourceRef in interface MessageDrivenBeanType

getResourceEnvRefArray

public ResourceEnvRefType[] getResourceEnvRefArray()
Gets array of all "resource-env-ref" elements

Specified by:
getResourceEnvRefArray in interface MessageDrivenBeanType

getResourceEnvRefArray

public ResourceEnvRefType getResourceEnvRefArray(int i)
Gets ith "resource-env-ref" element

Specified by:
getResourceEnvRefArray in interface MessageDrivenBeanType

sizeOfResourceEnvRefArray

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

Specified by:
sizeOfResourceEnvRefArray in interface MessageDrivenBeanType

setResourceEnvRefArray

public void setResourceEnvRefArray(ResourceEnvRefType[] resourceEnvRefArray)
Sets array of all "resource-env-ref" element

Specified by:
setResourceEnvRefArray in interface MessageDrivenBeanType

setResourceEnvRefArray

public void setResourceEnvRefArray(int i,
                                   ResourceEnvRefType resourceEnvRef)
Sets ith "resource-env-ref" element

Specified by:
setResourceEnvRefArray in interface MessageDrivenBeanType

insertNewResourceEnvRef

public ResourceEnvRefType insertNewResourceEnvRef(int i)
Inserts and returns a new empty value (as xml) as the ith "resource-env-ref" element

Specified by:
insertNewResourceEnvRef in interface MessageDrivenBeanType

addNewResourceEnvRef

public ResourceEnvRefType addNewResourceEnvRef()
Appends and returns a new empty value (as xml) as the last "resource-env-ref" element

Specified by:
addNewResourceEnvRef in interface MessageDrivenBeanType

removeResourceEnvRef

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

Specified by:
removeResourceEnvRef in interface MessageDrivenBeanType

getMessageDestinationRefArray

public MessageDestinationRefType[] getMessageDestinationRefArray()
Gets array of all "message-destination-ref" elements

Specified by:
getMessageDestinationRefArray in interface MessageDrivenBeanType

getMessageDestinationRefArray

public MessageDestinationRefType getMessageDestinationRefArray(int i)
Gets ith "message-destination-ref" element

Specified by:
getMessageDestinationRefArray in interface MessageDrivenBeanType

sizeOfMessageDestinationRefArray

public int sizeOfMessageDestinationRefArray()
Returns number of "message-destination-ref" element

Specified by:
sizeOfMessageDestinationRefArray in interface MessageDrivenBeanType

setMessageDestinationRefArray

public void setMessageDestinationRefArray(MessageDestinationRefType[] messageDestinationRefArray)
Sets array of all "message-destination-ref" element

Specified by:
setMessageDestinationRefArray in interface MessageDrivenBeanType

setMessageDestinationRefArray

public void setMessageDestinationRefArray(int i,
                                          MessageDestinationRefType messageDestinationRef)
Sets ith "message-destination-ref" element

Specified by:
setMessageDestinationRefArray in interface MessageDrivenBeanType

insertNewMessageDestinationRef

public MessageDestinationRefType insertNewMessageDestinationRef(int i)
Inserts and returns a new empty value (as xml) as the ith "message-destination-ref" element

Specified by:
insertNewMessageDestinationRef in interface MessageDrivenBeanType

addNewMessageDestinationRef

public MessageDestinationRefType addNewMessageDestinationRef()
Appends and returns a new empty value (as xml) as the last "message-destination-ref" element

Specified by:
addNewMessageDestinationRef in interface MessageDrivenBeanType

removeMessageDestinationRef

public void removeMessageDestinationRef(int i)
Removes the ith "message-destination-ref" element

Specified by:
removeMessageDestinationRef in interface MessageDrivenBeanType

getDeploymentExtensionArray

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

Specified by:
getDeploymentExtensionArray in interface MessageDrivenBeanType

getDeploymentExtensionArray

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

Specified by:
getDeploymentExtensionArray in interface MessageDrivenBeanType

sizeOfDeploymentExtensionArray

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

Specified by:
sizeOfDeploymentExtensionArray in interface MessageDrivenBeanType

setDeploymentExtensionArray

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

Specified by:
setDeploymentExtensionArray in interface MessageDrivenBeanType

setDeploymentExtensionArray

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

Specified by:
setDeploymentExtensionArray in interface MessageDrivenBeanType

insertNewDeploymentExtension

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

Specified by:
insertNewDeploymentExtension in interface MessageDrivenBeanType

addNewDeploymentExtension

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

Specified by:
addNewDeploymentExtension in interface MessageDrivenBeanType

removeDeploymentExtension

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

Specified by:
removeDeploymentExtension in interface MessageDrivenBeanType


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