org.eclipse.modisco.jee.ejbjar.EjbJar20
Interface MessageDrivenDestinationType


public interface MessageDrivenDestinationType

A representation of the model object 'Message Driven Destination Type'.

The following features are supported:

See Also:
EjbJar20Package.getMessageDrivenDestinationType()
Generated:
Model:
extendedMetaData="name='message-driven-destination_._type' kind='elementOnly'"

Method Summary
 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.
 

Method Detail

getDestinationType

DestinationTypeType getDestinationType()
Returns the value of the 'Destination Type' containment reference.

If the meaning of the 'Destination Type' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Destination Type' containment reference.
See Also:
setDestinationType(DestinationTypeType), EjbJar20Package.getMessageDrivenDestinationType_DestinationType()
Generated:
Model:
containment="true" required="true" extendedMetaData="kind='element' name='destination-type' namespace='##targetNamespace'"

setDestinationType

void setDestinationType(DestinationTypeType value)
Sets the value of the 'Destination Type' containment reference.

Parameters:
value - the new value of the 'Destination Type' containment reference.
See Also:
getDestinationType()
Generated:

getSubscriptionDurability

SubscriptionDurabilityType getSubscriptionDurability()
Returns the value of the 'Subscription Durability' containment reference.

If the meaning of the 'Subscription Durability' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Subscription Durability' containment reference.
See Also:
setSubscriptionDurability(SubscriptionDurabilityType), EjbJar20Package.getMessageDrivenDestinationType_SubscriptionDurability()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='subscription-durability' namespace='##targetNamespace'"

setSubscriptionDurability

void setSubscriptionDurability(SubscriptionDurabilityType value)
Sets the value of the 'Subscription Durability' containment reference.

Parameters:
value - the new value of the 'Subscription Durability' containment reference.
See Also:
getSubscriptionDurability()
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), EjbJar20Package.getMessageDrivenDestinationType_Id()
Generated:
Model:
id="true" dataType="org.eclipse.emf.ecore.xml.type.ID" extendedMetaData="kind='attribute' name='id' namespace='##targetNamespace'"

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: