public interface MessageDrivenDestinationType
The following features are supported:
EjbJar20Package.getMessageDrivenDestinationType()| Modifier and Type | Method and Description |
|---|---|
DestinationTypeType |
getDestinationType()
Returns the value of the 'Destination Type' containment reference.
|
java.lang.String |
getId()
Returns the value of the 'Id' attribute.
|
SubscriptionDurabilityType |
getSubscriptionDurability()
Returns the value of the 'Subscription Durability' containment reference.
|
void |
setDestinationType(DestinationTypeType value)
Sets the value of the '
Destination Type' containment reference. |
void |
setId(java.lang.String value)
Sets the value of the '
Id' attribute. |
void |
setSubscriptionDurability(SubscriptionDurabilityType value)
Sets the value of the '
Subscription Durability' containment reference. |
DestinationTypeType getDestinationType()
If the meaning of the 'Destination Type' containment reference isn't clear, there really should be more of a description here...
setDestinationType(DestinationTypeType),
EjbJar20Package.getMessageDrivenDestinationType_DestinationType()void setDestinationType(DestinationTypeType value)
Destination Type' containment reference.
value - the new value of the 'Destination Type' containment reference.getDestinationType()SubscriptionDurabilityType getSubscriptionDurability()
If the meaning of the 'Subscription Durability' containment reference isn't clear, there really should be more of a description here...
setSubscriptionDurability(SubscriptionDurabilityType),
EjbJar20Package.getMessageDrivenDestinationType_SubscriptionDurability()void setSubscriptionDurability(SubscriptionDurabilityType value)
Subscription Durability' containment reference.
value - the new value of the 'Subscription Durability' containment reference.getSubscriptionDurability()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),
EjbJar20Package.getMessageDrivenDestinationType_Id()