org.eclipse.modisco.jee.webapp.webapp24
Interface MessageDestinationRefType


public interface MessageDestinationRefType

A representation of the model object 'Message Destination Ref Type'. jms/StockQueue javax.jms.Queue Consumes CorporateStocks ]]>

The following features are supported:

See Also:
Webapp24Package.getMessageDestinationRefType()
Generated:
Model:
extendedMetaData="name='message-destination-refType' kind='elementOnly'"

Method Summary
  getDescription()
          Returns the value of the 'Description' containment reference list.
 java.lang.String getId()
          Returns the value of the 'Id' attribute.
 MessageDestinationLinkType getMessageDestinationLink()
          Returns the value of the 'Message Destination Link' containment reference.
 JndiNameType getMessageDestinationRefName()
          Returns the value of the 'Message Destination Ref Name' containment reference.
 MessageDestinationTypeType getMessageDestinationType()
          Returns the value of the 'Message Destination Type' containment reference.
 MessageDestinationUsageType getMessageDestinationUsage()
          Returns the value of the 'Message Destination Usage' containment reference.
 void setId(java.lang.String value)
          Sets the value of the 'Id' attribute.
 void setMessageDestinationLink(MessageDestinationLinkType value)
          Sets the value of the 'Message Destination Link' containment reference.
 void setMessageDestinationRefName(JndiNameType value)
          Sets the value of the 'Message Destination Ref Name' containment reference.
 void setMessageDestinationType(MessageDestinationTypeType value)
          Sets the value of the 'Message Destination Type' containment reference.
 void setMessageDestinationUsage(MessageDestinationUsageType value)
          Sets the value of the 'Message Destination Usage' containment reference.
 

Method Detail

getDescription

 getDescription()
Returns the value of the 'Description' containment reference list. The list contents are of type DescriptionType.

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

Returns:
the value of the 'Description' containment reference list.
See Also:
Webapp24Package.getMessageDestinationRefType_Description()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='description' namespace='http://java.sun.com/xml/ns/j2ee'"

getMessageDestinationRefName

JndiNameType getMessageDestinationRefName()
Returns the value of the 'Message Destination Ref Name' containment reference. The message-destination-ref-name element specifies the name of a message destination reference; its value is the environment entry name used in Deployment Component code. The name is a JNDI name relative to the java:comp/env context and must be unique within an ejb-jar (for enterprise beans) or a Deployment File (for others).

Returns:
the value of the 'Message Destination Ref Name' containment reference.
See Also:
setMessageDestinationRefName(JndiNameType), Webapp24Package.getMessageDestinationRefType_MessageDestinationRefName()
Generated:
Model:
containment="true" required="true" extendedMetaData="kind='element' name='message-destination-ref-name' namespace='http://java.sun.com/xml/ns/j2ee'"

setMessageDestinationRefName

void setMessageDestinationRefName(JndiNameType value)
Sets the value of the 'Message Destination Ref Name' containment reference.

Parameters:
value - the new value of the 'Message Destination Ref Name' containment reference.
See Also:
getMessageDestinationRefName()
Generated:

getMessageDestinationType

MessageDestinationTypeType getMessageDestinationType()
Returns the value of the 'Message Destination Type' containment reference.

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

Returns:
the value of the 'Message Destination Type' containment reference.
See Also:
setMessageDestinationType(MessageDestinationTypeType), Webapp24Package.getMessageDestinationRefType_MessageDestinationType()
Generated:
Model:
containment="true" required="true" extendedMetaData="kind='element' name='message-destination-type' namespace='http://java.sun.com/xml/ns/j2ee'"

setMessageDestinationType

void setMessageDestinationType(MessageDestinationTypeType value)
Sets the value of the 'Message Destination Type' containment reference.

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

getMessageDestinationUsage

MessageDestinationUsageType getMessageDestinationUsage()
Returns the value of the 'Message Destination Usage' containment reference.

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

Returns:
the value of the 'Message Destination Usage' containment reference.
See Also:
setMessageDestinationUsage(MessageDestinationUsageType), Webapp24Package.getMessageDestinationRefType_MessageDestinationUsage()
Generated:
Model:
containment="true" required="true" extendedMetaData="kind='element' name='message-destination-usage' namespace='http://java.sun.com/xml/ns/j2ee'"

setMessageDestinationUsage

void setMessageDestinationUsage(MessageDestinationUsageType value)
Sets the value of the 'Message Destination Usage' containment reference.

Parameters:
value - the new value of the 'Message Destination Usage' containment reference.
See Also:
getMessageDestinationUsage()
Generated:

getMessageDestinationLink

MessageDestinationLinkType getMessageDestinationLink()
Returns the value of the 'Message Destination Link' containment reference.

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

Returns:
the value of the 'Message Destination Link' containment reference.
See Also:
setMessageDestinationLink(MessageDestinationLinkType), Webapp24Package.getMessageDestinationRefType_MessageDestinationLink()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='message-destination-link' namespace='http://java.sun.com/xml/ns/j2ee'"

setMessageDestinationLink

void setMessageDestinationLink(MessageDestinationLinkType value)
Sets the value of the 'Message Destination Link' containment reference.

Parameters:
value - the new value of the 'Message Destination Link' containment reference.
See Also:
getMessageDestinationLink()
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), Webapp24Package.getMessageDestinationRefType_Id()
Generated:
Model:
id="true" dataType="org.eclipse.emf.ecore.xml.type.ID" extendedMetaData="kind='attribute' name='id'"

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: