org.eclipse.modisco.jee.ejbjar.EjbJar20
Interface MessageDrivenType


public interface MessageDrivenType

A representation of the model object 'Message Driven Type'.

The following features are supported:

See Also:
EjbJar20Package.getMessageDrivenType()
Generated:
Model:
extendedMetaData="name='message-driven_._type' kind='elementOnly'"

Method Summary
 AcknowledgeModeType getAcknowledgeMode()
          Returns the value of the 'Acknowledge Mode' containment reference.
 DescriptionType getDescription()
          Returns the value of the 'Description' containment reference.
 DisplayNameType getDisplayName()
          Returns the value of the 'Display Name' containment reference.
 EjbClassType getEjbClass()
          Returns the value of the 'Ejb Class' containment reference.
  getEjbLocalRef()
          Returns the value of the 'Ejb Local Ref' containment reference list.
 EjbNameType getEjbName()
          Returns the value of the 'Ejb Name' containment reference.
  getEjbRef()
          Returns the value of the 'Ejb Ref' containment reference list.
  getEnvEntry()
          Returns the value of the 'Env Entry' containment reference list.
 java.lang.String getId()
          Returns the value of the 'Id' attribute.
 LargeIconType getLargeIcon()
          Returns the value of the 'Large Icon' containment reference.
 MessageDrivenDestinationType getMessageDrivenDestination()
          Returns the value of the 'Message Driven Destination' containment reference.
 MessageSelectorType getMessageSelector()
          Returns the value of the 'Message Selector' containment reference.
  getResourceEnvRef()
          Returns the value of the 'Resource Env Ref' containment reference list.
  getResourceRef()
          Returns the value of the 'Resource Ref' containment reference list.
 SecurityIdentityType getSecurityIdentity()
          Returns the value of the 'Security Identity' containment reference.
 SmallIconType getSmallIcon()
          Returns the value of the 'Small Icon' containment reference.
 TransactionTypeType getTransactionType()
          Returns the value of the 'Transaction Type' containment reference.
 void setAcknowledgeMode(AcknowledgeModeType value)
          Sets the value of the 'Acknowledge Mode' containment reference.
 void setDescription(DescriptionType value)
          Sets the value of the 'Description' containment reference.
 void setDisplayName(DisplayNameType value)
          Sets the value of the 'Display Name' containment reference.
 void setEjbClass(EjbClassType value)
          Sets the value of the 'Ejb Class' containment reference.
 void setEjbName(EjbNameType value)
          Sets the value of the 'Ejb Name' containment reference.
 void setId(java.lang.String value)
          Sets the value of the 'Id' attribute.
 void setLargeIcon(LargeIconType value)
          Sets the value of the 'Large Icon' containment reference.
 void setMessageDrivenDestination(MessageDrivenDestinationType value)
          Sets the value of the 'Message Driven Destination' containment reference.
 void setMessageSelector(MessageSelectorType value)
          Sets the value of the 'Message Selector' containment reference.
 void setSecurityIdentity(SecurityIdentityType value)
          Sets the value of the 'Security Identity' containment reference.
 void setSmallIcon(SmallIconType value)
          Sets the value of the 'Small Icon' containment reference.
 void setTransactionType(TransactionTypeType value)
          Sets the value of the 'Transaction Type' containment reference.
 

Method Detail

getDescription

DescriptionType getDescription()
Returns the value of the 'Description' containment reference.

If the meaning of the 'Description' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Description' containment reference.
See Also:
setDescription(DescriptionType), EjbJar20Package.getMessageDrivenType_Description()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='description' namespace='##targetNamespace'"

setDescription

void setDescription(DescriptionType value)
Sets the value of the 'Description' containment reference.

Parameters:
value - the new value of the 'Description' containment reference.
See Also:
getDescription()
Generated:

getDisplayName

DisplayNameType getDisplayName()
Returns the value of the 'Display Name' containment reference.

If the meaning of the 'Display Name' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Display Name' containment reference.
See Also:
setDisplayName(DisplayNameType), EjbJar20Package.getMessageDrivenType_DisplayName()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='display-name' namespace='##targetNamespace'"

setDisplayName

void setDisplayName(DisplayNameType value)
Sets the value of the 'Display Name' containment reference.

Parameters:
value - the new value of the 'Display Name' containment reference.
See Also:
getDisplayName()
Generated:

getSmallIcon

SmallIconType getSmallIcon()
Returns the value of the 'Small Icon' containment reference.

If the meaning of the 'Small Icon' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Small Icon' containment reference.
See Also:
setSmallIcon(SmallIconType), EjbJar20Package.getMessageDrivenType_SmallIcon()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='small-icon' namespace='##targetNamespace'"

setSmallIcon

void setSmallIcon(SmallIconType value)
Sets the value of the 'Small Icon' containment reference.

Parameters:
value - the new value of the 'Small Icon' containment reference.
See Also:
getSmallIcon()
Generated:

getLargeIcon

LargeIconType getLargeIcon()
Returns the value of the 'Large Icon' containment reference.

If the meaning of the 'Large Icon' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Large Icon' containment reference.
See Also:
setLargeIcon(LargeIconType), EjbJar20Package.getMessageDrivenType_LargeIcon()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='large-icon' namespace='##targetNamespace'"

setLargeIcon

void setLargeIcon(LargeIconType value)
Sets the value of the 'Large Icon' containment reference.

Parameters:
value - the new value of the 'Large Icon' containment reference.
See Also:
getLargeIcon()
Generated:

getEjbName

EjbNameType getEjbName()
Returns the value of the 'Ejb Name' containment reference.

If the meaning of the 'Ejb Name' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Ejb Name' containment reference.
See Also:
setEjbName(EjbNameType), EjbJar20Package.getMessageDrivenType_EjbName()
Generated:
Model:
containment="true" required="true" extendedMetaData="kind='element' name='ejb-name' namespace='##targetNamespace'"

setEjbName

void setEjbName(EjbNameType value)
Sets the value of the 'Ejb Name' containment reference.

Parameters:
value - the new value of the 'Ejb Name' containment reference.
See Also:
getEjbName()
Generated:

getEjbClass

EjbClassType getEjbClass()
Returns the value of the 'Ejb Class' containment reference.

If the meaning of the 'Ejb Class' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Ejb Class' containment reference.
See Also:
setEjbClass(EjbClassType), EjbJar20Package.getMessageDrivenType_EjbClass()
Generated:
Model:
containment="true" required="true" extendedMetaData="kind='element' name='ejb-class' namespace='##targetNamespace'"

setEjbClass

void setEjbClass(EjbClassType value)
Sets the value of the 'Ejb Class' containment reference.

Parameters:
value - the new value of the 'Ejb Class' containment reference.
See Also:
getEjbClass()
Generated:

getTransactionType

TransactionTypeType getTransactionType()
Returns the value of the 'Transaction Type' containment reference.

If the meaning of the 'Transaction Type' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Transaction Type' containment reference.
See Also:
setTransactionType(TransactionTypeType), EjbJar20Package.getMessageDrivenType_TransactionType()
Generated:
Model:
containment="true" required="true" extendedMetaData="kind='element' name='transaction-type' namespace='##targetNamespace'"

setTransactionType

void setTransactionType(TransactionTypeType value)
Sets the value of the 'Transaction Type' containment reference.

Parameters:
value - the new value of the 'Transaction Type' containment reference.
See Also:
getTransactionType()
Generated:

getMessageSelector

MessageSelectorType getMessageSelector()
Returns the value of the 'Message Selector' containment reference.

If the meaning of the 'Message Selector' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Message Selector' containment reference.
See Also:
setMessageSelector(MessageSelectorType), EjbJar20Package.getMessageDrivenType_MessageSelector()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='message-selector' namespace='##targetNamespace'"

setMessageSelector

void setMessageSelector(MessageSelectorType value)
Sets the value of the 'Message Selector' containment reference.

Parameters:
value - the new value of the 'Message Selector' containment reference.
See Also:
getMessageSelector()
Generated:

getAcknowledgeMode

AcknowledgeModeType getAcknowledgeMode()
Returns the value of the 'Acknowledge Mode' containment reference.

If the meaning of the 'Acknowledge Mode' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Acknowledge Mode' containment reference.
See Also:
setAcknowledgeMode(AcknowledgeModeType), EjbJar20Package.getMessageDrivenType_AcknowledgeMode()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='acknowledge-mode' namespace='##targetNamespace'"

setAcknowledgeMode

void setAcknowledgeMode(AcknowledgeModeType value)
Sets the value of the 'Acknowledge Mode' containment reference.

Parameters:
value - the new value of the 'Acknowledge Mode' containment reference.
See Also:
getAcknowledgeMode()
Generated:

getMessageDrivenDestination

MessageDrivenDestinationType getMessageDrivenDestination()
Returns the value of the 'Message Driven Destination' containment reference.

If the meaning of the 'Message Driven Destination' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Message Driven Destination' containment reference.
See Also:
setMessageDrivenDestination(MessageDrivenDestinationType), EjbJar20Package.getMessageDrivenType_MessageDrivenDestination()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='message-driven-destination' namespace='##targetNamespace'"

setMessageDrivenDestination

void setMessageDrivenDestination(MessageDrivenDestinationType value)
Sets the value of the 'Message Driven Destination' containment reference.

Parameters:
value - the new value of the 'Message Driven Destination' containment reference.
See Also:
getMessageDrivenDestination()
Generated:

getEnvEntry

 getEnvEntry()
Returns the value of the 'Env Entry' containment reference list. The list contents are of type EnvEntryType.

If the meaning of the 'Env Entry' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Env Entry' containment reference list.
See Also:
EjbJar20Package.getMessageDrivenType_EnvEntry()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='env-entry' namespace='##targetNamespace'"

getEjbRef

 getEjbRef()
Returns the value of the 'Ejb Ref' containment reference list. The list contents are of type EjbRefType.

If the meaning of the 'Ejb Ref' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Ejb Ref' containment reference list.
See Also:
EjbJar20Package.getMessageDrivenType_EjbRef()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='ejb-ref' namespace='##targetNamespace'"

getEjbLocalRef

 getEjbLocalRef()
Returns the value of the 'Ejb Local Ref' containment reference list. The list contents are of type EjbLocalRefType.

If the meaning of the 'Ejb Local Ref' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Ejb Local Ref' containment reference list.
See Also:
EjbJar20Package.getMessageDrivenType_EjbLocalRef()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='ejb-local-ref' namespace='##targetNamespace'"

getSecurityIdentity

SecurityIdentityType getSecurityIdentity()
Returns the value of the 'Security Identity' containment reference.

If the meaning of the 'Security Identity' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Security Identity' containment reference.
See Also:
setSecurityIdentity(SecurityIdentityType), EjbJar20Package.getMessageDrivenType_SecurityIdentity()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='security-identity' namespace='##targetNamespace'"

setSecurityIdentity

void setSecurityIdentity(SecurityIdentityType value)
Sets the value of the 'Security Identity' containment reference.

Parameters:
value - the new value of the 'Security Identity' containment reference.
See Also:
getSecurityIdentity()
Generated:

getResourceRef

 getResourceRef()
Returns the value of the 'Resource Ref' containment reference list. The list contents are of type ResourceRefType.

If the meaning of the 'Resource Ref' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Resource Ref' containment reference list.
See Also:
EjbJar20Package.getMessageDrivenType_ResourceRef()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='resource-ref' namespace='##targetNamespace'"

getResourceEnvRef

 getResourceEnvRef()
Returns the value of the 'Resource Env Ref' containment reference list. The list contents are of type ResourceEnvRefType.

If the meaning of the 'Resource Env Ref' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Resource Env Ref' containment reference list.
See Also:
EjbJar20Package.getMessageDrivenType_ResourceEnvRef()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='resource-env-ref' namespace='##targetNamespace'"

getId

java.lang.String getId()
Returns the value of the 'Id' attribute.

If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Id' attribute.
See Also:
setId(String), EjbJar20Package.getMessageDrivenType_Id()
Generated:
Model:
id="true" dataType="org.eclipse.emf.ecore.xml.type.ID" extendedMetaData="kind='attribute' name='id' namespace='##targetNamespace'"

setId

void setId(java.lang.String value)
Sets the value of the 'Id' attribute.

Parameters:
value - the new value of the 'Id' attribute.
See Also:
getId()
Generated: