org.apache.geronimo.xbeans.ejb
Interface MessageDrivenBeanType

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

public interface MessageDrivenBeanType
extends org.apache.xmlbeans.XmlObject

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


Nested Class Summary
static class MessageDrivenBeanType.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
 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 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

getDescription

public DescriptionType getDescription()
Gets the "description" element


isSetDescription

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


setDescription

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


addNewDescription

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


unsetDescription

public void unsetDescription()
Unsets the "description" element


getDisplayName

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


isSetDisplayName

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


setDisplayName

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


addNewDisplayName

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


unsetDisplayName

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


getIcon

public IconType getIcon()
Gets the "icon" element


isSetIcon

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


setIcon

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


addNewIcon

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


unsetIcon

public void unsetIcon()
Unsets the "icon" 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


getEjbClass

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


xgetEjbClass

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


setEjbClass

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


xsetEjbClass

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


getMessagingType

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


xgetMessagingType

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


isSetMessagingType

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


setMessagingType

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


xsetMessagingType

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


unsetMessagingType

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


getTransactionType

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


xgetTransactionType

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


setTransactionType

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


xsetTransactionType

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


getMessageDestinationType

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


xgetMessageDestinationType

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


isSetMessageDestinationType

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


setMessageDestinationType

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


xsetMessageDestinationType

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


unsetMessageDestinationType

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


getMessageDestinationLink

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


xgetMessageDestinationLink

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


isSetMessageDestinationLink

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


setMessageDestinationLink

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


xsetMessageDestinationLink

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


unsetMessageDestinationLink

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


getActivationConfig

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


isSetActivationConfig

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


setActivationConfig

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


addNewActivationConfig

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


unsetActivationConfig

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


getEnvEntryArray

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


getEnvEntryArray

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


sizeOfEnvEntryArray

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


setEnvEntryArray

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


setEnvEntryArray

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


insertNewEnvEntry

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


addNewEnvEntry

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


removeEnvEntry

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


getEjbRefArray

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


getEjbRefArray

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


sizeOfEjbRefArray

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


setEjbRefArray

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


setEjbRefArray

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


insertNewEjbRef

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


addNewEjbRef

public EjbRefType 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 EjbLocalRefType[] getEjbLocalRefArray()
Gets array of all "ejb-local-ref" elements


getEjbLocalRefArray

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


sizeOfEjbLocalRefArray

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


setEjbLocalRefArray

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


setEjbLocalRefArray

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


insertNewEjbLocalRef

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


addNewEjbLocalRef

public EjbLocalRefType 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 ServiceRefType[] getServiceRefArray()
Gets array of all "service-ref" elements


getServiceRefArray

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


sizeOfServiceRefArray

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


setServiceRefArray

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


setServiceRefArray

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


insertNewServiceRef

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


addNewServiceRef

public ServiceRefType 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


getSecurityIdentity

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


isSetSecurityIdentity

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


setSecurityIdentity

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


addNewSecurityIdentity

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


unsetSecurityIdentity

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


getResourceRefArray

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


getResourceRefArray

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


sizeOfResourceRefArray

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


setResourceRefArray

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


setResourceRefArray

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


insertNewResourceRef

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


addNewResourceRef

public ResourceRefType 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 ResourceEnvRefType[] getResourceEnvRefArray()
Gets array of all "resource-env-ref" elements


getResourceEnvRefArray

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


sizeOfResourceEnvRefArray

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


setResourceEnvRefArray

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


setResourceEnvRefArray

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


insertNewResourceEnvRef

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


addNewResourceEnvRef

public ResourceEnvRefType 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


getMessageDestinationRefArray

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


getMessageDestinationRefArray

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


sizeOfMessageDestinationRefArray

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


setMessageDestinationRefArray

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


setMessageDestinationRefArray

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


insertNewMessageDestinationRef

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


addNewMessageDestinationRef

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


removeMessageDestinationRef

public void removeMessageDestinationRef(int i)
Removes the ith "message-destination-ref" 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.