org.eclipse.modisco.jee.ejbjar.EjbJar30
Interface ActivationConfigPropertyType


public interface ActivationConfigPropertyType

A representation of the model object 'Activation Config Property Type'. The activation-config-propertyType contains a name/value configuration property pair for a message-driven bean. The properties that are recognized for a particular message-driven bean are determined by the messaging type.

The following features are supported:

See Also:
EjbJar30Package.getActivationConfigPropertyType()
Generated:
Model:
extendedMetaData="name='activation-config-propertyType' kind='elementOnly'"

Method Summary
 XsdStringType getActivationConfigPropertyName()
          Returns the value of the 'Activation Config Property Name' containment reference.
 XsdStringType getActivationConfigPropertyValue()
          Returns the value of the 'Activation Config Property Value' containment reference.
 java.lang.String getId()
          Returns the value of the 'Id' attribute.
 void setActivationConfigPropertyName(XsdStringType value)
          Sets the value of the 'Activation Config Property Name' containment reference.
 void setActivationConfigPropertyValue(XsdStringType value)
          Sets the value of the 'Activation Config Property Value' containment reference.
 void setId(java.lang.String value)
          Sets the value of the 'Id' attribute.
 

Method Detail

getActivationConfigPropertyName

XsdStringType getActivationConfigPropertyName()
Returns the value of the 'Activation Config Property Name' containment reference. The activation-config-property-name element contains the name for an activation configuration property of a message-driven bean. For JMS message-driven beans, the following property names are recognized: acknowledgeMode, messageSelector, destinationType, subscriptionDurability

Returns:
the value of the 'Activation Config Property Name' containment reference.
See Also:
setActivationConfigPropertyName(XsdStringType), EjbJar30Package.getActivationConfigPropertyType_ActivationConfigPropertyName()
Generated:
Model:
containment="true" required="true" extendedMetaData="kind='element' name='activation-config-property-name' namespace='http://java.sun.com/xml/ns/javaee'"

setActivationConfigPropertyName

void setActivationConfigPropertyName(XsdStringType value)
Sets the value of the 'Activation Config Property Name' containment reference.

Parameters:
value - the new value of the 'Activation Config Property Name' containment reference.
See Also:
getActivationConfigPropertyName()
Generated:

getActivationConfigPropertyValue

XsdStringType getActivationConfigPropertyValue()
Returns the value of the 'Activation Config Property Value' containment reference. The activation-config-property-value element contains the value for an activation configuration property of a message-driven bean.

Returns:
the value of the 'Activation Config Property Value' containment reference.
See Also:
setActivationConfigPropertyValue(XsdStringType), EjbJar30Package.getActivationConfigPropertyType_ActivationConfigPropertyValue()
Generated:
Model:
containment="true" required="true" extendedMetaData="kind='element' name='activation-config-property-value' namespace='http://java.sun.com/xml/ns/javaee'"

setActivationConfigPropertyValue

void setActivationConfigPropertyValue(XsdStringType value)
Sets the value of the 'Activation Config Property Value' containment reference.

Parameters:
value - the new value of the 'Activation Config Property Value' containment reference.
See Also:
getActivationConfigPropertyValue()
Generated:

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), EjbJar30Package.getActivationConfigPropertyType_Id()
Generated:
Model:
id="true" dataType="org.eclipse.emf.ecore.xml.type.ID" extendedMetaData="kind='attribute' name='id'"

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: