net.sourceforge.ccxjc.it.model.priv.collections.valueclass.javaee
Class MessageDrivenBeanType

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.collections.valueclass.javaee.MessageDrivenBeanType
All Implemented Interfaces:
Serializable, Cloneable

public class MessageDrivenBeanType
extends Object
implements Serializable, Cloneable

The message-driven element declares a message-driven bean. The declaration consists of: - an optional description - an optional display name - an optional icon element that contains a small and a large icon file name. - a name assigned to the enterprise bean in the deployment descriptor - an optional mapped-name element that can be used to provide vendor-specific deployment information such as the physical jndi-name of destination from which this message-driven bean should consume. This element is not required to be supported by all implementations. Any use of this element is non-portable. - the message-driven bean's implementation class - an optional declaration of the bean's messaging type - an optional declaration of the bean's timeout method. - the optional message-driven bean's transaction management type. If it is not defined, it is defaulted to Container. - an optional declaration of the bean's message-destination-type - an optional declaration of the bean's message-destination-link - an optional declaration of the message-driven bean's activation configuration properties - an optional list of the message-driven bean class and/or superclass around-invoke methods. - an optional declaration of the bean's environment entries - an optional declaration of the bean's EJB references - an optional declaration of the bean's local EJB references - an optional declaration of the bean's web service references - an optional declaration of the security identity to be used for the execution of the bean's methods - an optional declaration of the bean's resource manager connection factory references - an optional declaration of the bean's resource environment references. - an optional declaration of the bean's message destination references

Java class for message-driven-beanType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="message-driven-beanType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{http://java.sun.com/xml/ns/javaee}descriptionGroup"/>
         <element name="ejb-name" type="{http://java.sun.com/xml/ns/javaee}ejb-nameType"/>
         <element name="mapped-name" type="{http://java.sun.com/xml/ns/javaee}xsdStringType" minOccurs="0"/>
         <element name="ejb-class" type="{http://java.sun.com/xml/ns/javaee}ejb-classType" minOccurs="0"/>
         <element name="messaging-type" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType" minOccurs="0"/>
         <element name="timeout-method" type="{http://java.sun.com/xml/ns/javaee}named-methodType" minOccurs="0"/>
         <element name="transaction-type" type="{http://java.sun.com/xml/ns/javaee}transaction-typeType" minOccurs="0"/>
         <element name="message-destination-type" type="{http://java.sun.com/xml/ns/javaee}message-destination-typeType" minOccurs="0"/>
         <element name="message-destination-link" type="{http://java.sun.com/xml/ns/javaee}message-destination-linkType" minOccurs="0"/>
         <element name="activation-config" type="{http://java.sun.com/xml/ns/javaee}activation-configType" minOccurs="0"/>
         <element name="around-invoke" type="{http://java.sun.com/xml/ns/javaee}around-invokeType" maxOccurs="unbounded" minOccurs="0"/>
         <group ref="{http://java.sun.com/xml/ns/javaee}jndiEnvironmentRefsGroup"/>
         <element name="security-identity" type="{http://java.sun.com/xml/ns/javaee}security-identityType" minOccurs="0"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  ActivationConfigType activationConfig
           
protected  List<AroundInvokeType> aroundInvoke
           
protected  List<DescriptionType> description
           
protected  List<DisplayNameType> displayName
           
protected  EjbClassType ejbClass
           
protected  List<EjbLocalRefType> ejbLocalRef
           
protected  EjbNameType ejbName
           
protected  List<EjbRefType> ejbRef
           
protected  List<EnvEntryType> envEntry
           
protected  List<IconType> icon
           
protected  String id
           
protected  XsdStringType mappedName
           
protected  MessageDestinationLinkType messageDestinationLink
           
protected  List<MessageDestinationRefType> messageDestinationRef
           
protected  MessageDestinationTypeType messageDestinationType
           
protected  FullyQualifiedClassType messagingType
           
protected  List<PersistenceContextRefType> persistenceContextRef
           
protected  List<PersistenceUnitRefType> persistenceUnitRef
           
protected  List<LifecycleCallbackType> postConstruct
           
protected  List<LifecycleCallbackType> preDestroy
           
protected  List<ResourceEnvRefType> resourceEnvRef
           
protected  List<ResourceRefType> resourceRef
           
protected  SecurityIdentityType securityIdentity
           
protected  List<ServiceRefType> serviceRef
           
protected  NamedMethodType timeoutMethod
           
protected  TransactionTypeType transactionType
           
 
Constructor Summary
MessageDrivenBeanType()
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.javaee.MessageDrivenBeanType instance.
MessageDrivenBeanType(MessageDrivenBeanType o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.javaee.MessageDrivenBeanType instance by copying a given instance.
 
Method Summary
 MessageDrivenBeanType clone()
          Creates and returns a copy of this object.
 ActivationConfigType getActivationConfig()
          Gets the value of the activationConfig property.
 List<AroundInvokeType> getAroundInvoke()
          Gets the value of the aroundInvoke property.
 List<DescriptionType> getDescription()
          Gets the value of the description property.
 List<DisplayNameType> getDisplayName()
          Gets the value of the displayName property.
 EjbClassType getEjbClass()
          Gets the value of the ejbClass property.
 List<EjbLocalRefType> getEjbLocalRef()
          Gets the value of the ejbLocalRef property.
 EjbNameType getEjbName()
          Gets the value of the ejbName property.
 List<EjbRefType> getEjbRef()
          Gets the value of the ejbRef property.
 List<EnvEntryType> getEnvEntry()
          Gets the value of the envEntry property.
 List<IconType> getIcon()
          Gets the value of the icon property.
 String getId()
          Gets the value of the id property.
 XsdStringType getMappedName()
          Gets the value of the mappedName property.
 MessageDestinationLinkType getMessageDestinationLink()
          Gets the value of the messageDestinationLink property.
 List<MessageDestinationRefType> getMessageDestinationRef()
          Gets the value of the messageDestinationRef property.
 MessageDestinationTypeType getMessageDestinationType()
          Gets the value of the messageDestinationType property.
 FullyQualifiedClassType getMessagingType()
          Gets the value of the messagingType property.
 List<PersistenceContextRefType> getPersistenceContextRef()
          Gets the value of the persistenceContextRef property.
 List<PersistenceUnitRefType> getPersistenceUnitRef()
          Gets the value of the persistenceUnitRef property.
 List<LifecycleCallbackType> getPostConstruct()
          Gets the value of the postConstruct property.
 List<LifecycleCallbackType> getPreDestroy()
          Gets the value of the preDestroy property.
 List<ResourceEnvRefType> getResourceEnvRef()
          Gets the value of the resourceEnvRef property.
 List<ResourceRefType> getResourceRef()
          Gets the value of the resourceRef property.
 SecurityIdentityType getSecurityIdentity()
          Gets the value of the securityIdentity property.
 List<ServiceRefType> getServiceRef()
          Gets the value of the serviceRef property.
 NamedMethodType getTimeoutMethod()
          Gets the value of the timeoutMethod property.
 TransactionTypeType getTransactionType()
          Gets the value of the transactionType property.
 void setActivationConfig(ActivationConfigType value)
          Sets the value of the activationConfig property.
 void setEjbClass(EjbClassType value)
          Sets the value of the ejbClass property.
 void setEjbName(EjbNameType value)
          Sets the value of the ejbName property.
 void setId(String value)
          Sets the value of the id property.
 void setMappedName(XsdStringType value)
          Sets the value of the mappedName property.
 void setMessageDestinationLink(MessageDestinationLinkType value)
          Sets the value of the messageDestinationLink property.
 void setMessageDestinationType(MessageDestinationTypeType value)
          Sets the value of the messageDestinationType property.
 void setMessagingType(FullyQualifiedClassType value)
          Sets the value of the messagingType property.
 void setSecurityIdentity(SecurityIdentityType value)
          Sets the value of the securityIdentity property.
 void setTimeoutMethod(NamedMethodType value)
          Sets the value of the timeoutMethod property.
 void setTransactionType(TransactionTypeType value)
          Sets the value of the transactionType property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

description

protected List<DescriptionType> description

displayName

protected List<DisplayNameType> displayName

icon

protected List<IconType> icon

ejbName

protected EjbNameType ejbName

mappedName

protected XsdStringType mappedName

ejbClass

protected EjbClassType ejbClass

messagingType

protected FullyQualifiedClassType messagingType

timeoutMethod

protected NamedMethodType timeoutMethod

transactionType

protected TransactionTypeType transactionType

messageDestinationType

protected MessageDestinationTypeType messageDestinationType

messageDestinationLink

protected MessageDestinationLinkType messageDestinationLink

activationConfig

protected ActivationConfigType activationConfig

aroundInvoke

protected List<AroundInvokeType> aroundInvoke

envEntry

protected List<EnvEntryType> envEntry

ejbRef

protected List<EjbRefType> ejbRef

ejbLocalRef

protected List<EjbLocalRefType> ejbLocalRef

serviceRef

protected List<ServiceRefType> serviceRef

resourceRef

protected List<ResourceRefType> resourceRef

resourceEnvRef

protected List<ResourceEnvRefType> resourceEnvRef

messageDestinationRef

protected List<MessageDestinationRefType> messageDestinationRef

persistenceContextRef

protected List<PersistenceContextRefType> persistenceContextRef

persistenceUnitRef

protected List<PersistenceUnitRefType> persistenceUnitRef

postConstruct

protected List<LifecycleCallbackType> postConstruct

preDestroy

protected List<LifecycleCallbackType> preDestroy

securityIdentity

protected SecurityIdentityType securityIdentity

id

protected String id
Constructor Detail

MessageDrivenBeanType

public MessageDrivenBeanType()
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.javaee.MessageDrivenBeanType instance.


MessageDrivenBeanType

public MessageDrivenBeanType(MessageDrivenBeanType o)
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.javaee.MessageDrivenBeanType instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

getDescription

public List<DescriptionType> getDescription()
Gets the value of the description property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the description property.

For example, to add a new item, do as follows:

    getDescription().add(newItem);
 

Objects of the following type(s) are allowed in the list DescriptionType


getDisplayName

public List<DisplayNameType> getDisplayName()
Gets the value of the displayName property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the displayName property.

For example, to add a new item, do as follows:

    getDisplayName().add(newItem);
 

Objects of the following type(s) are allowed in the list DisplayNameType


getIcon

public List<IconType> getIcon()
Gets the value of the icon property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the icon property.

For example, to add a new item, do as follows:

    getIcon().add(newItem);
 

Objects of the following type(s) are allowed in the list IconType


getEjbName

public EjbNameType getEjbName()
Gets the value of the ejbName property.

Returns:
possible object is EjbNameType

setEjbName

public void setEjbName(EjbNameType value)
Sets the value of the ejbName property.

Parameters:
value - allowed object is EjbNameType

getMappedName

public XsdStringType getMappedName()
Gets the value of the mappedName property.

Returns:
possible object is XsdStringType

setMappedName

public void setMappedName(XsdStringType value)
Sets the value of the mappedName property.

Parameters:
value - allowed object is XsdStringType

getEjbClass

public EjbClassType getEjbClass()
Gets the value of the ejbClass property.

Returns:
possible object is EjbClassType

setEjbClass

public void setEjbClass(EjbClassType value)
Sets the value of the ejbClass property.

Parameters:
value - allowed object is EjbClassType

getMessagingType

public FullyQualifiedClassType getMessagingType()
Gets the value of the messagingType property.

Returns:
possible object is FullyQualifiedClassType

setMessagingType

public void setMessagingType(FullyQualifiedClassType value)
Sets the value of the messagingType property.

Parameters:
value - allowed object is FullyQualifiedClassType

getTimeoutMethod

public NamedMethodType getTimeoutMethod()
Gets the value of the timeoutMethod property.

Returns:
possible object is NamedMethodType

setTimeoutMethod

public void setTimeoutMethod(NamedMethodType value)
Sets the value of the timeoutMethod property.

Parameters:
value - allowed object is NamedMethodType

getTransactionType

public TransactionTypeType getTransactionType()
Gets the value of the transactionType property.

Returns:
possible object is TransactionTypeType

setTransactionType

public void setTransactionType(TransactionTypeType value)
Sets the value of the transactionType property.

Parameters:
value - allowed object is TransactionTypeType

getMessageDestinationType

public MessageDestinationTypeType getMessageDestinationType()
Gets the value of the messageDestinationType property.

Returns:
possible object is MessageDestinationTypeType

setMessageDestinationType

public void setMessageDestinationType(MessageDestinationTypeType value)
Sets the value of the messageDestinationType property.

Parameters:
value - allowed object is MessageDestinationTypeType

getMessageDestinationLink

public MessageDestinationLinkType getMessageDestinationLink()
Gets the value of the messageDestinationLink property.

Returns:
possible object is MessageDestinationLinkType

setMessageDestinationLink

public void setMessageDestinationLink(MessageDestinationLinkType value)
Sets the value of the messageDestinationLink property.

Parameters:
value - allowed object is MessageDestinationLinkType

getActivationConfig

public ActivationConfigType getActivationConfig()
Gets the value of the activationConfig property.

Returns:
possible object is ActivationConfigType

setActivationConfig

public void setActivationConfig(ActivationConfigType value)
Sets the value of the activationConfig property.

Parameters:
value - allowed object is ActivationConfigType

getAroundInvoke

public List<AroundInvokeType> getAroundInvoke()
Gets the value of the aroundInvoke property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the aroundInvoke property.

For example, to add a new item, do as follows:

    getAroundInvoke().add(newItem);
 

Objects of the following type(s) are allowed in the list AroundInvokeType


getEnvEntry

public List<EnvEntryType> getEnvEntry()
Gets the value of the envEntry property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the envEntry property.

For example, to add a new item, do as follows:

    getEnvEntry().add(newItem);
 

Objects of the following type(s) are allowed in the list EnvEntryType


getEjbRef

public List<EjbRefType> getEjbRef()
Gets the value of the ejbRef property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the ejbRef property.

For example, to add a new item, do as follows:

    getEjbRef().add(newItem);
 

Objects of the following type(s) are allowed in the list EjbRefType


getEjbLocalRef

public List<EjbLocalRefType> getEjbLocalRef()
Gets the value of the ejbLocalRef property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the ejbLocalRef property.

For example, to add a new item, do as follows:

    getEjbLocalRef().add(newItem);
 

Objects of the following type(s) are allowed in the list EjbLocalRefType


getServiceRef

public List<ServiceRefType> getServiceRef()
Gets the value of the serviceRef property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the serviceRef property.

For example, to add a new item, do as follows:

    getServiceRef().add(newItem);
 

Objects of the following type(s) are allowed in the list ServiceRefType


getResourceRef

public List<ResourceRefType> getResourceRef()
Gets the value of the resourceRef property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the resourceRef property.

For example, to add a new item, do as follows:

    getResourceRef().add(newItem);
 

Objects of the following type(s) are allowed in the list ResourceRefType


getResourceEnvRef

public List<ResourceEnvRefType> getResourceEnvRef()
Gets the value of the resourceEnvRef property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the resourceEnvRef property.

For example, to add a new item, do as follows:

    getResourceEnvRef().add(newItem);
 

Objects of the following type(s) are allowed in the list ResourceEnvRefType


getMessageDestinationRef

public List<MessageDestinationRefType> getMessageDestinationRef()
Gets the value of the messageDestinationRef property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the messageDestinationRef property.

For example, to add a new item, do as follows:

    getMessageDestinationRef().add(newItem);
 

Objects of the following type(s) are allowed in the list MessageDestinationRefType


getPersistenceContextRef

public List<PersistenceContextRefType> getPersistenceContextRef()
Gets the value of the persistenceContextRef property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the persistenceContextRef property.

For example, to add a new item, do as follows:

    getPersistenceContextRef().add(newItem);
 

Objects of the following type(s) are allowed in the list PersistenceContextRefType


getPersistenceUnitRef

public List<PersistenceUnitRefType> getPersistenceUnitRef()
Gets the value of the persistenceUnitRef property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the persistenceUnitRef property.

For example, to add a new item, do as follows:

    getPersistenceUnitRef().add(newItem);
 

Objects of the following type(s) are allowed in the list PersistenceUnitRefType


getPostConstruct

public List<LifecycleCallbackType> getPostConstruct()
Gets the value of the postConstruct property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the postConstruct property.

For example, to add a new item, do as follows:

    getPostConstruct().add(newItem);
 

Objects of the following type(s) are allowed in the list LifecycleCallbackType


getPreDestroy

public List<LifecycleCallbackType> getPreDestroy()
Gets the value of the preDestroy property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the preDestroy property.

For example, to add a new item, do as follows:

    getPreDestroy().add(newItem);
 

Objects of the following type(s) are allowed in the list LifecycleCallbackType


getSecurityIdentity

public SecurityIdentityType getSecurityIdentity()
Gets the value of the securityIdentity property.

Returns:
possible object is SecurityIdentityType

setSecurityIdentity

public void setSecurityIdentity(SecurityIdentityType value)
Sets the value of the securityIdentity property.

Parameters:
value - allowed object is SecurityIdentityType

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

clone

public MessageDrivenBeanType clone()
Creates and returns a copy of this object.

Overrides:
clone in class Object
Returns:
A clone of this instance.


Copyright © 2009 The CC-XJC Community. All Rights Reserved.