org.eclipse.modisco.jee.webapp.webapp30
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:
Webapp30Package.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.
  getInjectionTarget()
          Returns the value of the 'Injection Target' containment reference list.
 XsdStringType getLookupName()
          Returns the value of the 'Lookup Name' containment reference.
 XsdStringType getMappedName()
          Returns the value of the 'Mapped Name' containment reference.
 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 setLookupName(XsdStringType value)
          Sets the value of the 'Lookup Name' containment reference.
 void setMappedName(XsdStringType value)
          Sets the value of the 'Mapped Name' containment reference.
 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:
Webapp30Package.getMessageDestinationRefType_Description()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='description' namespace='http://java.sun.com/xml/ns/javaee'"

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.

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

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), Webapp30Package.getMessageDestinationRefType_MessageDestinationType()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='message-destination-type' namespace='http://java.sun.com/xml/ns/javaee'"

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), Webapp30Package.getMessageDestinationRefType_MessageDestinationUsage()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='message-destination-usage' namespace='http://java.sun.com/xml/ns/javaee'"

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), Webapp30Package.getMessageDestinationRefType_MessageDestinationLink()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='message-destination-link' namespace='http://java.sun.com/xml/ns/javaee'"

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:

getMappedName

XsdStringType getMappedName()
Returns the value of the 'Mapped Name' containment reference. A product specific name that this resource should be mapped to. The name of this resource, as defined by the resource's name element or defaulted, is a name that is local to the application component using the resource. (It's a name in the JNDI java:comp/env namespace.) Many application servers provide a way to map these local names to names of resources known to the application server. This mapped name is often a global JNDI name, but may be a name of any form. Application servers are not required to support any particular form or type of mapped name, nor the ability to use mapped names. The mapped name is product-dependent and often installation-dependent. No use of a mapped name is portable.

Returns:
the value of the 'Mapped Name' containment reference.
See Also:
setMappedName(XsdStringType), Webapp30Package.getMessageDestinationRefType_MappedName()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='mapped-name' namespace='http://java.sun.com/xml/ns/javaee'"

setMappedName

void setMappedName(XsdStringType value)
Sets the value of the 'Mapped Name' containment reference.

Parameters:
value - the new value of the 'Mapped Name' containment reference.
See Also:
getMappedName()
Generated:

getInjectionTarget

 getInjectionTarget()
Returns the value of the 'Injection Target' containment reference list. The list contents are of type InjectionTargetType.

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

Returns:
the value of the 'Injection Target' containment reference list.
See Also:
Webapp30Package.getMessageDestinationRefType_InjectionTarget()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='injection-target' namespace='http://java.sun.com/xml/ns/javaee'"

getLookupName

XsdStringType getLookupName()
Returns the value of the 'Lookup Name' containment reference. The JNDI name to be looked up to resolve a resource reference.

Returns:
the value of the 'Lookup Name' containment reference.
See Also:
setLookupName(XsdStringType), Webapp30Package.getMessageDestinationRefType_LookupName()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='lookup-name' namespace='http://java.sun.com/xml/ns/javaee'"

setLookupName

void setLookupName(XsdStringType value)
Sets the value of the 'Lookup Name' containment reference.

Parameters:
value - the new value of the 'Lookup Name' containment reference.
See Also:
getLookupName()
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), Webapp30Package.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: