public interface ActivationConfigPropertyType
The following features are supported:
EjbJar30Package.getActivationConfigPropertyType()| Modifier and Type | Method and Description |
|---|---|
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. |
XsdStringType getActivationConfigPropertyName()
setActivationConfigPropertyName(XsdStringType),
EjbJar30Package.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),
EjbJar30Package.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),
EjbJar30Package.getActivationConfigPropertyType_Id()