|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl.MessageDrivenBeanTypeImpl
public class MessageDrivenBeanTypeImpl
| Constructor Summary | |
|---|---|
MessageDrivenBeanTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl.MessageDrivenBeanTypeImpl instance. |
|
MessageDrivenBeanTypeImpl(MessageDrivenBeanTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl.MessageDrivenBeanTypeImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
MessageDrivenBeanTypeImpl |
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 |
|---|
protected List<DescriptionType> description
protected List<DisplayNameType> displayName
protected List<IconType> icon
protected EjbNameTypeImpl ejbName
protected XsdStringTypeImpl mappedName
protected EjbClassTypeImpl ejbClass
protected FullyQualifiedClassTypeImpl messagingType
protected NamedMethodTypeImpl timeoutMethod
protected TransactionTypeTypeImpl transactionType
protected MessageDestinationTypeTypeImpl messageDestinationType
protected MessageDestinationLinkTypeImpl messageDestinationLink
protected ActivationConfigTypeImpl activationConfig
protected List<AroundInvokeType> aroundInvoke
protected List<EnvEntryType> envEntry
protected List<EjbRefType> ejbRef
protected List<EjbLocalRefType> ejbLocalRef
protected List<ServiceRefType> serviceRef
protected List<ResourceRefType> resourceRef
protected List<ResourceEnvRefType> resourceEnvRef
protected List<MessageDestinationRefType> messageDestinationRef
protected List<PersistenceContextRefType> persistenceContextRef
protected List<PersistenceUnitRefType> persistenceUnitRef
protected List<LifecycleCallbackType> postConstruct
protected List<LifecycleCallbackType> preDestroy
protected SecurityIdentityTypeImpl securityIdentity
protected String id
| Constructor Detail |
|---|
public MessageDrivenBeanTypeImpl()
net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl.MessageDrivenBeanTypeImpl instance.
public MessageDrivenBeanTypeImpl(MessageDrivenBeanTypeImpl o)
net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl.MessageDrivenBeanTypeImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public List<DescriptionType> getDescription()
MessageDrivenBeanType
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
getDescription in interface MessageDrivenBeanTypepublic List<DisplayNameType> getDisplayName()
MessageDrivenBeanType
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
getDisplayName in interface MessageDrivenBeanTypepublic List<IconType> getIcon()
MessageDrivenBeanType
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
getIcon in interface MessageDrivenBeanTypepublic EjbNameType getEjbName()
MessageDrivenBeanType
getEjbName in interface MessageDrivenBeanTypeEjbNameTypepublic void setEjbName(EjbNameType value)
MessageDrivenBeanType
setEjbName in interface MessageDrivenBeanTypevalue - allowed object is
EjbNameTypepublic XsdStringType getMappedName()
MessageDrivenBeanType
getMappedName in interface MessageDrivenBeanTypeXsdStringTypepublic void setMappedName(XsdStringType value)
MessageDrivenBeanType
setMappedName in interface MessageDrivenBeanTypevalue - allowed object is
XsdStringTypepublic EjbClassType getEjbClass()
MessageDrivenBeanType
getEjbClass in interface MessageDrivenBeanTypeEjbClassTypepublic void setEjbClass(EjbClassType value)
MessageDrivenBeanType
setEjbClass in interface MessageDrivenBeanTypevalue - allowed object is
EjbClassTypepublic FullyQualifiedClassType getMessagingType()
MessageDrivenBeanType
getMessagingType in interface MessageDrivenBeanTypeFullyQualifiedClassTypepublic void setMessagingType(FullyQualifiedClassType value)
MessageDrivenBeanType
setMessagingType in interface MessageDrivenBeanTypevalue - allowed object is
FullyQualifiedClassTypepublic NamedMethodType getTimeoutMethod()
MessageDrivenBeanType
getTimeoutMethod in interface MessageDrivenBeanTypeNamedMethodTypepublic void setTimeoutMethod(NamedMethodType value)
MessageDrivenBeanType
setTimeoutMethod in interface MessageDrivenBeanTypevalue - allowed object is
NamedMethodTypepublic TransactionTypeType getTransactionType()
MessageDrivenBeanType
getTransactionType in interface MessageDrivenBeanTypeTransactionTypeTypepublic void setTransactionType(TransactionTypeType value)
MessageDrivenBeanType
setTransactionType in interface MessageDrivenBeanTypevalue - allowed object is
TransactionTypeTypepublic MessageDestinationTypeType getMessageDestinationType()
MessageDrivenBeanType
getMessageDestinationType in interface MessageDrivenBeanTypeMessageDestinationTypeTypepublic void setMessageDestinationType(MessageDestinationTypeType value)
MessageDrivenBeanType
setMessageDestinationType in interface MessageDrivenBeanTypevalue - allowed object is
MessageDestinationTypeTypepublic MessageDestinationLinkType getMessageDestinationLink()
MessageDrivenBeanType
getMessageDestinationLink in interface MessageDrivenBeanTypeMessageDestinationLinkTypepublic void setMessageDestinationLink(MessageDestinationLinkType value)
MessageDrivenBeanType
setMessageDestinationLink in interface MessageDrivenBeanTypevalue - allowed object is
MessageDestinationLinkTypepublic ActivationConfigType getActivationConfig()
MessageDrivenBeanType
getActivationConfig in interface MessageDrivenBeanTypeActivationConfigTypepublic void setActivationConfig(ActivationConfigType value)
MessageDrivenBeanType
setActivationConfig in interface MessageDrivenBeanTypevalue - allowed object is
ActivationConfigTypepublic List<AroundInvokeType> getAroundInvoke()
MessageDrivenBeanType
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
getAroundInvoke in interface MessageDrivenBeanTypepublic List<EnvEntryType> getEnvEntry()
MessageDrivenBeanType
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
getEnvEntry in interface MessageDrivenBeanTypepublic List<EjbRefType> getEjbRef()
MessageDrivenBeanType
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
getEjbRef in interface MessageDrivenBeanTypepublic List<EjbLocalRefType> getEjbLocalRef()
MessageDrivenBeanType
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
getEjbLocalRef in interface MessageDrivenBeanTypepublic List<ServiceRefType> getServiceRef()
MessageDrivenBeanType
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
getServiceRef in interface MessageDrivenBeanTypepublic List<ResourceRefType> getResourceRef()
MessageDrivenBeanType
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
getResourceRef in interface MessageDrivenBeanTypepublic List<ResourceEnvRefType> getResourceEnvRef()
MessageDrivenBeanType
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
getResourceEnvRef in interface MessageDrivenBeanTypepublic List<MessageDestinationRefType> getMessageDestinationRef()
MessageDrivenBeanType
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
getMessageDestinationRef in interface MessageDrivenBeanTypepublic List<PersistenceContextRefType> getPersistenceContextRef()
MessageDrivenBeanType
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
getPersistenceContextRef in interface MessageDrivenBeanTypepublic List<PersistenceUnitRefType> getPersistenceUnitRef()
MessageDrivenBeanType
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
getPersistenceUnitRef in interface MessageDrivenBeanTypepublic List<LifecycleCallbackType> getPostConstruct()
MessageDrivenBeanType
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
getPostConstruct in interface MessageDrivenBeanTypepublic List<LifecycleCallbackType> getPreDestroy()
MessageDrivenBeanType
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
getPreDestroy in interface MessageDrivenBeanTypepublic SecurityIdentityType getSecurityIdentity()
MessageDrivenBeanType
getSecurityIdentity in interface MessageDrivenBeanTypeSecurityIdentityTypepublic void setSecurityIdentity(SecurityIdentityType value)
MessageDrivenBeanType
setSecurityIdentity in interface MessageDrivenBeanTypevalue - allowed object is
SecurityIdentityTypepublic String getId()
MessageDrivenBeanType
getId in interface MessageDrivenBeanTypeStringpublic void setId(String value)
MessageDrivenBeanType
setId in interface MessageDrivenBeanTypevalue - allowed object is
Stringpublic MessageDrivenBeanTypeImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||