public interface AddressingType
The following features are supported:
EjbJar31Package.getAddressingType()| Modifier and Type | Method and Description |
|---|---|
TrueFalseType |
getEnabled()
Returns the value of the 'Enabled' containment reference.
|
TrueFalseType |
getRequired()
Returns the value of the 'Required' containment reference.
|
AddressingResponsesType |
getResponses()
Returns the value of the 'Responses' containment reference.
|
void |
setEnabled(TrueFalseType value)
Sets the value of the '
Enabled' containment reference. |
void |
setRequired(TrueFalseType value)
Sets the value of the '
Required' containment reference. |
void |
setResponses(AddressingResponsesType value)
Sets the value of the '
Responses' containment reference. |
TrueFalseType getEnabled()
If the meaning of the 'Enabled' containment reference isn't clear, there really should be more of a description here...
setEnabled(TrueFalseType),
EjbJar31Package.getAddressingType_Enabled()void setEnabled(TrueFalseType value)
Enabled' containment reference.
value - the new value of the 'Enabled' containment reference.getEnabled()TrueFalseType getRequired()
If the meaning of the 'Required' containment reference isn't clear, there really should be more of a description here...
setRequired(TrueFalseType),
EjbJar31Package.getAddressingType_Required()void setRequired(TrueFalseType value)
Required' containment reference.
value - the new value of the 'Required' containment reference.getRequired()AddressingResponsesType getResponses()
If the meaning of the 'Responses' containment reference isn't clear, there really should be more of a description here...
setResponses(AddressingResponsesType),
EjbJar31Package.getAddressingType_Responses()void setResponses(AddressingResponsesType value)
Responses' containment reference.
value - the new value of the 'Responses' containment reference.getResponses()