|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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:
EjbJar21Package.getActivationConfigPropertyType()
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 |
---|
XsdStringType getActivationConfigPropertyName()
setActivationConfigPropertyName(XsdStringType)
,
EjbJar21Package.getActivationConfigPropertyType_ActivationConfigPropertyName()
void setActivationConfigPropertyName(XsdStringType value)
Activation Config Property Name
' containment reference.
value
- the new value of the 'Activation Config Property Name' containment reference.getActivationConfigPropertyName()
XsdStringType getActivationConfigPropertyValue()
setActivationConfigPropertyValue(XsdStringType)
,
EjbJar21Package.getActivationConfigPropertyType_ActivationConfigPropertyValue()
void setActivationConfigPropertyValue(XsdStringType value)
Activation Config Property Value
' containment reference.
value
- the new value of the 'Activation Config Property Value' containment reference.getActivationConfigPropertyValue()
java.lang.String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String)
,
EjbJar21Package.getActivationConfigPropertyType_Id()
void setId(java.lang.String value)
Id
' attribute.
value
- the new value of the 'Id' attribute.getId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |