All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jboss.shrinkwrap.descriptor.api.ejbjar31.MessageDrivenBeanType Maven / Gradle / Ivy

package org.jboss.shrinkwrap.descriptor.api.ejbjar31; 

import java.util.ArrayList;
import java.util.List;
import org.jboss.shrinkwrap.descriptor.api.Child;
import org.jboss.shrinkwrap.descriptor.api.ejbjar31.NamedMethodType;
import org.jboss.shrinkwrap.descriptor.api.ejbjar31.TimerType;
import org.jboss.shrinkwrap.descriptor.api.ejbjar31.TransactionTypeType;
import org.jboss.shrinkwrap.descriptor.api.ejbjar31.ActivationConfigType;
import org.jboss.shrinkwrap.descriptor.api.ejbjar31.AroundInvokeType;
import org.jboss.shrinkwrap.descriptor.api.ejbjar31.AroundTimeoutType;
import org.jboss.shrinkwrap.descriptor.api.javaee6.SecurityRoleRefType;
import org.jboss.shrinkwrap.descriptor.api.ejbjar31.SecurityIdentityType;
import org.jboss.shrinkwrap.descriptor.api.javaee6.IconType;
import org.jboss.shrinkwrap.descriptor.api.javaee6.EnvEntryType;
import org.jboss.shrinkwrap.descriptor.api.javaee6.EjbRefType;
import org.jboss.shrinkwrap.descriptor.api.javaee6.EjbLocalRefType;
import org.jboss.shrinkwrap.descriptor.api.javaee6.ResourceRefType;
import org.jboss.shrinkwrap.descriptor.api.javaee6.ResourceEnvRefType;
import org.jboss.shrinkwrap.descriptor.api.javaee6.MessageDestinationRefType;
import org.jboss.shrinkwrap.descriptor.api.javaee6.PersistenceContextRefType;
import org.jboss.shrinkwrap.descriptor.api.javaee6.PersistenceUnitRefType;
import org.jboss.shrinkwrap.descriptor.api.javaee6.LifecycleCallbackType;
import org.jboss.shrinkwrap.descriptor.api.javaee6.LifecycleCallbackType;
import org.jboss.shrinkwrap.descriptor.api.javaee6.DataSourceType;
import org.jboss.shrinkwrap.descriptor.api.javaeewebservicesclient13.ServiceRefType;
import org.jboss.shrinkwrap.descriptor.api.ejbjar.*;
import org.jboss.shrinkwrap.descriptor.api.ejbjar.JavaeeMessageDrivenBeanCommonType;

import org.jboss.shrinkwrap.descriptor.api.ejbjar31.NamedMethodType;
import org.jboss.shrinkwrap.descriptor.api.ejbjar31.ActivationConfigType;
import org.jboss.shrinkwrap.descriptor.api.ejbjar31.AroundInvokeType;
import org.jboss.shrinkwrap.descriptor.api.ejbjar31.SecurityIdentityType;/**
 * This interface defines the contract for the  message-driven-beanType  xsd type 
 * @author Ralf Battenfeld
 * @author Andrew Lee Rubinger
 * @author George Gastaldi
 */
public interface MessageDrivenBeanType extends Child, 
    JavaeeMessageDrivenBeanCommonType,
    NamedMethodType>,
    ActivationConfigType>,
    AroundInvokeType>,
    SecurityIdentityType>> { 

 
   // --------------------------------------------------------------------------------------------------------||
   // ClassName: MessageDrivenBeanType ElementName: xsd:string ElementType : description
   // MaxOccurs: -unbounded  isGeneric: true   isAttribute: false isEnum: false isDataType: true
   // --------------------------------------------------------------------------------------------------------||

   /**
    * Creates for all String objects representing description elements, 
    * a new description element 
    * @param values list of description objects 
    * @return the current instance of MessageDrivenBeanType 
    */
   public MessageDrivenBeanType description(String ... values);

   /**
    * Returns all description elements
    * @return list of description 
    */
   public List getAllDescription();

   /**
    * Removes the description element 
    * @return the current instance of MessageDrivenBeanType 
    */
   public MessageDrivenBeanType removeAllDescription();
 
   // --------------------------------------------------------------------------------------------------------||
   // ClassName: MessageDrivenBeanType ElementName: xsd:token ElementType : display-name
   // MaxOccurs: -unbounded  isGeneric: true   isAttribute: false isEnum: false isDataType: true
   // --------------------------------------------------------------------------------------------------------||

   /**
    * Creates for all String objects representing display-name elements, 
    * a new display-name element 
    * @param values list of display-name objects 
    * @return the current instance of MessageDrivenBeanType 
    */
   public MessageDrivenBeanType displayName(String ... values);

   /**
    * Returns all display-name elements
    * @return list of display-name 
    */
   public List getAllDisplayName();

   /**
    * Removes the display-name element 
    * @return the current instance of MessageDrivenBeanType 
    */
   public MessageDrivenBeanType removeAllDisplayName();
 
   // --------------------------------------------------------------------------------------------------------||
   // ClassName: MessageDrivenBeanType ElementName: javaee:iconType ElementType : icon
   // MaxOccurs: -unbounded  isGeneric: true   isAttribute: false isEnum: false isDataType: false
   // --------------------------------------------------------------------------------------------------------||

   /**
    * If not already created, a new icon element will be created and returned.
    * Otherwise, the first existing icon element will be returned.
    * @return the instance defined for the element icon 
    */
   public IconType> getOrCreateIcon();

   /**
    * Creates a new icon element 
    * @return the new created instance of IconType> 
    */
   public IconType> createIcon();

   /**
    * Returns all icon elements
    * @return list of icon 
    */
   public List>> getAllIcon();

   /**
    * Removes all icon elements 
    * @return the current instance of IconType> 
    */
   public MessageDrivenBeanType removeAllIcon();
 
   // --------------------------------------------------------------------------------------------------------||
   // ClassName: MessageDrivenBeanType ElementName: javaee:env-entryType ElementType : env-entry
   // MaxOccurs: -unbounded  isGeneric: true   isAttribute: false isEnum: false isDataType: false
   // --------------------------------------------------------------------------------------------------------||

   /**
    * If not already created, a new env-entry element will be created and returned.
    * Otherwise, the first existing env-entry element will be returned.
    * @return the instance defined for the element env-entry 
    */
   public EnvEntryType> getOrCreateEnvEntry();

   /**
    * Creates a new env-entry element 
    * @return the new created instance of EnvEntryType> 
    */
   public EnvEntryType> createEnvEntry();

   /**
    * Returns all env-entry elements
    * @return list of env-entry 
    */
   public List>> getAllEnvEntry();

   /**
    * Removes all env-entry elements 
    * @return the current instance of EnvEntryType> 
    */
   public MessageDrivenBeanType removeAllEnvEntry();
 
   // --------------------------------------------------------------------------------------------------------||
   // ClassName: MessageDrivenBeanType ElementName: javaee:ejb-refType ElementType : ejb-ref
   // MaxOccurs: -unbounded  isGeneric: true   isAttribute: false isEnum: false isDataType: false
   // --------------------------------------------------------------------------------------------------------||

   /**
    * If not already created, a new ejb-ref element will be created and returned.
    * Otherwise, the first existing ejb-ref element will be returned.
    * @return the instance defined for the element ejb-ref 
    */
   public EjbRefType> getOrCreateEjbRef();

   /**
    * Creates a new ejb-ref element 
    * @return the new created instance of EjbRefType> 
    */
   public EjbRefType> createEjbRef();

   /**
    * Returns all ejb-ref elements
    * @return list of ejb-ref 
    */
   public List>> getAllEjbRef();

   /**
    * Removes all ejb-ref elements 
    * @return the current instance of EjbRefType> 
    */
   public MessageDrivenBeanType removeAllEjbRef();
 
   // --------------------------------------------------------------------------------------------------------||
   // ClassName: MessageDrivenBeanType ElementName: javaee:ejb-local-refType ElementType : ejb-local-ref
   // MaxOccurs: -unbounded  isGeneric: true   isAttribute: false isEnum: false isDataType: false
   // --------------------------------------------------------------------------------------------------------||

   /**
    * If not already created, a new ejb-local-ref element will be created and returned.
    * Otherwise, the first existing ejb-local-ref element will be returned.
    * @return the instance defined for the element ejb-local-ref 
    */
   public EjbLocalRefType> getOrCreateEjbLocalRef();

   /**
    * Creates a new ejb-local-ref element 
    * @return the new created instance of EjbLocalRefType> 
    */
   public EjbLocalRefType> createEjbLocalRef();

   /**
    * Returns all ejb-local-ref elements
    * @return list of ejb-local-ref 
    */
   public List>> getAllEjbLocalRef();

   /**
    * Removes all ejb-local-ref elements 
    * @return the current instance of EjbLocalRefType> 
    */
   public MessageDrivenBeanType removeAllEjbLocalRef();
 
   // --------------------------------------------------------------------------------------------------------||
   // ClassName: MessageDrivenBeanType ElementName: javaee:resource-refType ElementType : resource-ref
   // MaxOccurs: -unbounded  isGeneric: true   isAttribute: false isEnum: false isDataType: false
   // --------------------------------------------------------------------------------------------------------||

   /**
    * If not already created, a new resource-ref element will be created and returned.
    * Otherwise, the first existing resource-ref element will be returned.
    * @return the instance defined for the element resource-ref 
    */
   public ResourceRefType> getOrCreateResourceRef();

   /**
    * Creates a new resource-ref element 
    * @return the new created instance of ResourceRefType> 
    */
   public ResourceRefType> createResourceRef();

   /**
    * Returns all resource-ref elements
    * @return list of resource-ref 
    */
   public List>> getAllResourceRef();

   /**
    * Removes all resource-ref elements 
    * @return the current instance of ResourceRefType> 
    */
   public MessageDrivenBeanType removeAllResourceRef();
 
   // --------------------------------------------------------------------------------------------------------||
   // ClassName: MessageDrivenBeanType ElementName: javaee:resource-env-refType ElementType : resource-env-ref
   // MaxOccurs: -unbounded  isGeneric: true   isAttribute: false isEnum: false isDataType: false
   // --------------------------------------------------------------------------------------------------------||

   /**
    * If not already created, a new resource-env-ref element will be created and returned.
    * Otherwise, the first existing resource-env-ref element will be returned.
    * @return the instance defined for the element resource-env-ref 
    */
   public ResourceEnvRefType> getOrCreateResourceEnvRef();

   /**
    * Creates a new resource-env-ref element 
    * @return the new created instance of ResourceEnvRefType> 
    */
   public ResourceEnvRefType> createResourceEnvRef();

   /**
    * Returns all resource-env-ref elements
    * @return list of resource-env-ref 
    */
   public List>> getAllResourceEnvRef();

   /**
    * Removes all resource-env-ref elements 
    * @return the current instance of ResourceEnvRefType> 
    */
   public MessageDrivenBeanType removeAllResourceEnvRef();
 
   // --------------------------------------------------------------------------------------------------------||
   // ClassName: MessageDrivenBeanType ElementName: javaee:message-destination-refType ElementType : message-destination-ref
   // MaxOccurs: -unbounded  isGeneric: true   isAttribute: false isEnum: false isDataType: false
   // --------------------------------------------------------------------------------------------------------||

   /**
    * If not already created, a new message-destination-ref element will be created and returned.
    * Otherwise, the first existing message-destination-ref element will be returned.
    * @return the instance defined for the element message-destination-ref 
    */
   public MessageDestinationRefType> getOrCreateMessageDestinationRef();

   /**
    * Creates a new message-destination-ref element 
    * @return the new created instance of MessageDestinationRefType> 
    */
   public MessageDestinationRefType> createMessageDestinationRef();

   /**
    * Returns all message-destination-ref elements
    * @return list of message-destination-ref 
    */
   public List>> getAllMessageDestinationRef();

   /**
    * Removes all message-destination-ref elements 
    * @return the current instance of MessageDestinationRefType> 
    */
   public MessageDrivenBeanType removeAllMessageDestinationRef();
 
   // --------------------------------------------------------------------------------------------------------||
   // ClassName: MessageDrivenBeanType ElementName: javaee:persistence-context-refType ElementType : persistence-context-ref
   // MaxOccurs: -unbounded  isGeneric: true   isAttribute: false isEnum: false isDataType: false
   // --------------------------------------------------------------------------------------------------------||

   /**
    * If not already created, a new persistence-context-ref element will be created and returned.
    * Otherwise, the first existing persistence-context-ref element will be returned.
    * @return the instance defined for the element persistence-context-ref 
    */
   public PersistenceContextRefType> getOrCreatePersistenceContextRef();

   /**
    * Creates a new persistence-context-ref element 
    * @return the new created instance of PersistenceContextRefType> 
    */
   public PersistenceContextRefType> createPersistenceContextRef();

   /**
    * Returns all persistence-context-ref elements
    * @return list of persistence-context-ref 
    */
   public List>> getAllPersistenceContextRef();

   /**
    * Removes all persistence-context-ref elements 
    * @return the current instance of PersistenceContextRefType> 
    */
   public MessageDrivenBeanType removeAllPersistenceContextRef();
 
   // --------------------------------------------------------------------------------------------------------||
   // ClassName: MessageDrivenBeanType ElementName: javaee:persistence-unit-refType ElementType : persistence-unit-ref
   // MaxOccurs: -unbounded  isGeneric: true   isAttribute: false isEnum: false isDataType: false
   // --------------------------------------------------------------------------------------------------------||

   /**
    * If not already created, a new persistence-unit-ref element will be created and returned.
    * Otherwise, the first existing persistence-unit-ref element will be returned.
    * @return the instance defined for the element persistence-unit-ref 
    */
   public PersistenceUnitRefType> getOrCreatePersistenceUnitRef();

   /**
    * Creates a new persistence-unit-ref element 
    * @return the new created instance of PersistenceUnitRefType> 
    */
   public PersistenceUnitRefType> createPersistenceUnitRef();

   /**
    * Returns all persistence-unit-ref elements
    * @return list of persistence-unit-ref 
    */
   public List>> getAllPersistenceUnitRef();

   /**
    * Removes all persistence-unit-ref elements 
    * @return the current instance of PersistenceUnitRefType> 
    */
   public MessageDrivenBeanType removeAllPersistenceUnitRef();
 
   // --------------------------------------------------------------------------------------------------------||
   // ClassName: MessageDrivenBeanType ElementName: javaee:lifecycle-callbackType ElementType : post-construct
   // MaxOccurs: -unbounded  isGeneric: true   isAttribute: false isEnum: false isDataType: false
   // --------------------------------------------------------------------------------------------------------||

   /**
    * If not already created, a new post-construct element will be created and returned.
    * Otherwise, the first existing post-construct element will be returned.
    * @return the instance defined for the element post-construct 
    */
   public LifecycleCallbackType> getOrCreatePostConstruct();

   /**
    * Creates a new post-construct element 
    * @return the new created instance of LifecycleCallbackType> 
    */
   public LifecycleCallbackType> createPostConstruct();

   /**
    * Returns all post-construct elements
    * @return list of post-construct 
    */
   public List>> getAllPostConstruct();

   /**
    * Removes all post-construct elements 
    * @return the current instance of LifecycleCallbackType> 
    */
   public MessageDrivenBeanType removeAllPostConstruct();
 
   // --------------------------------------------------------------------------------------------------------||
   // ClassName: MessageDrivenBeanType ElementName: javaee:lifecycle-callbackType ElementType : pre-destroy
   // MaxOccurs: -unbounded  isGeneric: true   isAttribute: false isEnum: false isDataType: false
   // --------------------------------------------------------------------------------------------------------||

   /**
    * If not already created, a new pre-destroy element will be created and returned.
    * Otherwise, the first existing pre-destroy element will be returned.
    * @return the instance defined for the element pre-destroy 
    */
   public LifecycleCallbackType> getOrCreatePreDestroy();

   /**
    * Creates a new pre-destroy element 
    * @return the new created instance of LifecycleCallbackType> 
    */
   public LifecycleCallbackType> createPreDestroy();

   /**
    * Returns all pre-destroy elements
    * @return list of pre-destroy 
    */
   public List>> getAllPreDestroy();

   /**
    * Removes all pre-destroy elements 
    * @return the current instance of LifecycleCallbackType> 
    */
   public MessageDrivenBeanType removeAllPreDestroy();
 
   // --------------------------------------------------------------------------------------------------------||
   // ClassName: MessageDrivenBeanType ElementName: javaee:data-sourceType ElementType : data-source
   // MaxOccurs: -unbounded  isGeneric: true   isAttribute: false isEnum: false isDataType: false
   // --------------------------------------------------------------------------------------------------------||

   /**
    * If not already created, a new data-source element will be created and returned.
    * Otherwise, the first existing data-source element will be returned.
    * @return the instance defined for the element data-source 
    */
   public DataSourceType> getOrCreateDataSource();

   /**
    * Creates a new data-source element 
    * @return the new created instance of DataSourceType> 
    */
   public DataSourceType> createDataSource();

   /**
    * Returns all data-source elements
    * @return list of data-source 
    */
   public List>> getAllDataSource();

   /**
    * Removes all data-source elements 
    * @return the current instance of DataSourceType> 
    */
   public MessageDrivenBeanType removeAllDataSource();
 
   // --------------------------------------------------------------------------------------------------------||
   // ClassName: MessageDrivenBeanType ElementName: javaee:service-refType ElementType : service-ref
   // MaxOccurs: -unbounded  isGeneric: true   isAttribute: false isEnum: false isDataType: false
   // --------------------------------------------------------------------------------------------------------||

   /**
    * If not already created, a new service-ref element will be created and returned.
    * Otherwise, the first existing service-ref element will be returned.
    * @return the instance defined for the element service-ref 
    */
   public ServiceRefType> getOrCreateServiceRef();

   /**
    * Creates a new service-ref element 
    * @return the new created instance of ServiceRefType> 
    */
   public ServiceRefType> createServiceRef();

   /**
    * Returns all service-ref elements
    * @return list of service-ref 
    */
   public List>> getAllServiceRef();

   /**
    * Removes all service-ref elements 
    * @return the current instance of ServiceRefType> 
    */
   public MessageDrivenBeanType removeAllServiceRef();
 
   // --------------------------------------------------------------------------------------------------------||
   // ClassName: MessageDrivenBeanType ElementName: javaee:xsdNMTOKENType ElementType : ejb-name
   // MaxOccurs: -  isGeneric: true   isAttribute: false isEnum: false isDataType: true
   // --------------------------------------------------------------------------------------------------------||

   /**
    * Sets the ejb-name element
    * @param ejbName the value for the element ejb-name 
    * @return the current instance of MessageDrivenBeanType 
    */
   public MessageDrivenBeanType ejbName(String ejbName);

   /**
    * Returns the ejb-name element
    * @return the node defined for the element ejb-name 
    */
   public String getEjbName();

   /**
    * Removes the ejb-name element 
    * @return the current instance of MessageDrivenBeanType 
    */
   public MessageDrivenBeanType removeEjbName();

 
   // --------------------------------------------------------------------------------------------------------||
   // ClassName: MessageDrivenBeanType ElementName: xsd:string ElementType : mapped-name
   // MaxOccurs: -  isGeneric: true   isAttribute: false isEnum: false isDataType: true
   // --------------------------------------------------------------------------------------------------------||

   /**
    * Sets the mapped-name element
    * @param mappedName the value for the element mapped-name 
    * @return the current instance of MessageDrivenBeanType 
    */
   public MessageDrivenBeanType mappedName(String mappedName);

   /**
    * Returns the mapped-name element
    * @return the node defined for the element mapped-name 
    */
   public String getMappedName();

   /**
    * Removes the mapped-name element 
    * @return the current instance of MessageDrivenBeanType 
    */
   public MessageDrivenBeanType removeMappedName();

 
   // --------------------------------------------------------------------------------------------------------||
   // ClassName: MessageDrivenBeanType ElementName: javaee:fully-qualified-classType ElementType : ejb-class
   // MaxOccurs: -  isGeneric: true   isAttribute: false isEnum: false isDataType: true
   // --------------------------------------------------------------------------------------------------------||

   /**
    * Sets the ejb-class element
    * @param ejbClass the value for the element ejb-class 
    * @return the current instance of MessageDrivenBeanType 
    */
   public MessageDrivenBeanType ejbClass(String ejbClass);

   /**
    * Returns the ejb-class element
    * @return the node defined for the element ejb-class 
    */
   public String getEjbClass();

   /**
    * Removes the ejb-class element 
    * @return the current instance of MessageDrivenBeanType 
    */
   public MessageDrivenBeanType removeEjbClass();

 
   // --------------------------------------------------------------------------------------------------------||
   // ClassName: MessageDrivenBeanType ElementName: xsd:token ElementType : messaging-type
   // MaxOccurs: -  isGeneric: true   isAttribute: false isEnum: false isDataType: true
   // --------------------------------------------------------------------------------------------------------||

   /**
    * Sets the messaging-type element
    * @param messagingType the value for the element messaging-type 
    * @return the current instance of MessageDrivenBeanType 
    */
   public MessageDrivenBeanType messagingType(String messagingType);

   /**
    * Returns the messaging-type element
    * @return the node defined for the element messaging-type 
    */
   public String getMessagingType();

   /**
    * Removes the messaging-type element 
    * @return the current instance of MessageDrivenBeanType 
    */
   public MessageDrivenBeanType removeMessagingType();

 
   // --------------------------------------------------------------------------------------------------------||
   // ClassName: MessageDrivenBeanType ElementName: javaee:named-methodType ElementType : timeout-method
   // MaxOccurs: -  isGeneric: true   isAttribute: false isEnum: false isDataType: false
   // --------------------------------------------------------------------------------------------------------||

   /**
    * If not already created, a new timeout-method element with the given value will be created.
    * Otherwise, the existing timeout-method element will be returned.
    * @return  a new or existing instance of NamedMethodType> 
    */
   public NamedMethodType> getOrCreateTimeoutMethod();

   /**
    * Removes the timeout-method element 
    * @return the current instance of MessageDrivenBeanType 
    */
   public MessageDrivenBeanType removeTimeoutMethod();

 
   // --------------------------------------------------------------------------------------------------------||
   // ClassName: MessageDrivenBeanType ElementName: javaee:timerType ElementType : timer
   // MaxOccurs: -unbounded  isGeneric: true   isAttribute: false isEnum: false isDataType: false
   // --------------------------------------------------------------------------------------------------------||

   /**
    * If not already created, a new timer element will be created and returned.
    * Otherwise, the first existing timer element will be returned.
    * @return the instance defined for the element timer 
    */
   public TimerType> getOrCreateTimer();

   /**
    * Creates a new timer element 
    * @return the new created instance of TimerType> 
    */
   public TimerType> createTimer();

   /**
    * Returns all timer elements
    * @return list of timer 
    */
   public List>> getAllTimer();

   /**
    * Removes all timer elements 
    * @return the current instance of TimerType> 
    */
   public MessageDrivenBeanType removeAllTimer();

 
   // --------------------------------------------------------------------------------------------------------||
   // ClassName: MessageDrivenBeanType ElementName: javaee:transaction-typeType ElementType : transaction-type
   // MaxOccurs: -  isGeneric: true   isAttribute: false isEnum: true isDataType: false
   // --------------------------------------------------------------------------------------------------------||
   /**
    * Sets the transaction-type element
    * @param transactionType the value for the element transaction-type 
    * @return the current instance of MessageDrivenBeanType 
    */
   public MessageDrivenBeanType transactionType(TransactionTypeType transactionType);
   /**
    * Sets the transaction-type element
    * @param transactionType the value for the element transaction-type 
    * @return the current instance of MessageDrivenBeanType 
    */
   public MessageDrivenBeanType transactionType(String transactionType);

   /**
    * Returns the transaction-type element
    * @return the value found for the element transaction-type 
    */
   public TransactionTypeType getTransactionType();

   /**
    * Returns the transaction-type element
    * @return the value found for the element transaction-type 
    */
   public String  getTransactionTypeAsString();

   /**
    * Removes the transaction-type attribute 
    * @return the current instance of MessageDrivenBeanType 
    */
   public MessageDrivenBeanType removeTransactionType();

 
   // --------------------------------------------------------------------------------------------------------||
   // ClassName: MessageDrivenBeanType ElementName: javaee:fully-qualified-classType ElementType : message-destination-type
   // MaxOccurs: -  isGeneric: true   isAttribute: false isEnum: false isDataType: true
   // --------------------------------------------------------------------------------------------------------||

   /**
    * Sets the message-destination-type element
    * @param messageDestinationType the value for the element message-destination-type 
    * @return the current instance of MessageDrivenBeanType 
    */
   public MessageDrivenBeanType messageDestinationType(String messageDestinationType);

   /**
    * Returns the message-destination-type element
    * @return the node defined for the element message-destination-type 
    */
   public String getMessageDestinationType();

   /**
    * Removes the message-destination-type element 
    * @return the current instance of MessageDrivenBeanType 
    */
   public MessageDrivenBeanType removeMessageDestinationType();

 
   // --------------------------------------------------------------------------------------------------------||
   // ClassName: MessageDrivenBeanType ElementName: javaee:string ElementType : message-destination-link
   // MaxOccurs: -  isGeneric: true   isAttribute: false isEnum: false isDataType: true
   // --------------------------------------------------------------------------------------------------------||

   /**
    * Sets the message-destination-link element
    * @param messageDestinationLink the value for the element message-destination-link 
    * @return the current instance of MessageDrivenBeanType 
    */
   public MessageDrivenBeanType messageDestinationLink(String messageDestinationLink);

   /**
    * Returns the message-destination-link element
    * @return the node defined for the element message-destination-link 
    */
   public String getMessageDestinationLink();

   /**
    * Removes the message-destination-link element 
    * @return the current instance of MessageDrivenBeanType 
    */
   public MessageDrivenBeanType removeMessageDestinationLink();

 
   // --------------------------------------------------------------------------------------------------------||
   // ClassName: MessageDrivenBeanType ElementName: javaee:activation-configType ElementType : activation-config
   // MaxOccurs: -  isGeneric: true   isAttribute: false isEnum: false isDataType: false
   // --------------------------------------------------------------------------------------------------------||

   /**
    * If not already created, a new activation-config element with the given value will be created.
    * Otherwise, the existing activation-config element will be returned.
    * @return  a new or existing instance of ActivationConfigType> 
    */
   public ActivationConfigType> getOrCreateActivationConfig();

   /**
    * Removes the activation-config element 
    * @return the current instance of MessageDrivenBeanType 
    */
   public MessageDrivenBeanType removeActivationConfig();

 
   // --------------------------------------------------------------------------------------------------------||
   // ClassName: MessageDrivenBeanType ElementName: javaee:around-invokeType ElementType : around-invoke
   // MaxOccurs: -unbounded  isGeneric: true   isAttribute: false isEnum: false isDataType: false
   // --------------------------------------------------------------------------------------------------------||

   /**
    * If not already created, a new around-invoke element will be created and returned.
    * Otherwise, the first existing around-invoke element will be returned.
    * @return the instance defined for the element around-invoke 
    */
   public AroundInvokeType> getOrCreateAroundInvoke();

   /**
    * Creates a new around-invoke element 
    * @return the new created instance of AroundInvokeType> 
    */
   public AroundInvokeType> createAroundInvoke();

   /**
    * Returns all around-invoke elements
    * @return list of around-invoke 
    */
   public List>> getAllAroundInvoke();

   /**
    * Removes all around-invoke elements 
    * @return the current instance of AroundInvokeType> 
    */
   public MessageDrivenBeanType removeAllAroundInvoke();

 
   // --------------------------------------------------------------------------------------------------------||
   // ClassName: MessageDrivenBeanType ElementName: javaee:around-timeoutType ElementType : around-timeout
   // MaxOccurs: -unbounded  isGeneric: true   isAttribute: false isEnum: false isDataType: false
   // --------------------------------------------------------------------------------------------------------||

   /**
    * If not already created, a new around-timeout element will be created and returned.
    * Otherwise, the first existing around-timeout element will be returned.
    * @return the instance defined for the element around-timeout 
    */
   public AroundTimeoutType> getOrCreateAroundTimeout();

   /**
    * Creates a new around-timeout element 
    * @return the new created instance of AroundTimeoutType> 
    */
   public AroundTimeoutType> createAroundTimeout();

   /**
    * Returns all around-timeout elements
    * @return list of around-timeout 
    */
   public List>> getAllAroundTimeout();

   /**
    * Removes all around-timeout elements 
    * @return the current instance of AroundTimeoutType> 
    */
   public MessageDrivenBeanType removeAllAroundTimeout();

 
   // --------------------------------------------------------------------------------------------------------||
   // ClassName: MessageDrivenBeanType ElementName: javaee:security-role-refType ElementType : security-role-ref
   // MaxOccurs: -unbounded  isGeneric: true   isAttribute: false isEnum: false isDataType: false
   // --------------------------------------------------------------------------------------------------------||

   /**
    * If not already created, a new security-role-ref element will be created and returned.
    * Otherwise, the first existing security-role-ref element will be returned.
    * @return the instance defined for the element security-role-ref 
    */
   public SecurityRoleRefType> getOrCreateSecurityRoleRef();

   /**
    * Creates a new security-role-ref element 
    * @return the new created instance of SecurityRoleRefType> 
    */
   public SecurityRoleRefType> createSecurityRoleRef();

   /**
    * Returns all security-role-ref elements
    * @return list of security-role-ref 
    */
   public List>> getAllSecurityRoleRef();

   /**
    * Removes all security-role-ref elements 
    * @return the current instance of SecurityRoleRefType> 
    */
   public MessageDrivenBeanType removeAllSecurityRoleRef();

 
   // --------------------------------------------------------------------------------------------------------||
   // ClassName: MessageDrivenBeanType ElementName: javaee:security-identityType ElementType : security-identity
   // MaxOccurs: -  isGeneric: true   isAttribute: false isEnum: false isDataType: false
   // --------------------------------------------------------------------------------------------------------||

   /**
    * If not already created, a new security-identity element with the given value will be created.
    * Otherwise, the existing security-identity element will be returned.
    * @return  a new or existing instance of SecurityIdentityType> 
    */
   public SecurityIdentityType> getOrCreateSecurityIdentity();

   /**
    * Removes the security-identity element 
    * @return the current instance of MessageDrivenBeanType 
    */
   public MessageDrivenBeanType removeSecurityIdentity();

 
   // --------------------------------------------------------------------------------------------------------||
   // ClassName: MessageDrivenBeanType ElementName: xsd:ID ElementType : id
   // MaxOccurs: -  isGeneric: true   isAttribute: true isEnum: false isDataType: true
   // --------------------------------------------------------------------------------------------------------||

   /**
    * Sets the id attribute
    * @param id the value for the attribute id 
    * @return the current instance of MessageDrivenBeanType 
    */
   public MessageDrivenBeanType id(String id);

   /**
    * Returns the id attribute
    * @return the value defined for the attribute id 
    */
   public String getId();

   /**
    * Removes the id attribute 
    * @return the current instance of MessageDrivenBeanType 
    */
   public MessageDrivenBeanType removeId();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy