org.ow2.util.ee.metadata.common.api.xml.struct
Interface IMessageDestinationRef

All Superinterfaces:
IResourceGroup, Serializable

public interface IMessageDestinationRef
extends IResourceGroup

Interface used for message-destination-ref element.

Author:
Florent Benoit

Field Summary
static String NAME
          Name of this element.
 
Method Summary
 String getLink()
           
 String getName()
           
 String getType()
           
 String getUsage()
           
 void setLink(String link)
          Sets the link of message-destination-ref.
 void setName(String name)
          Sets the name of message-destination-ref.
 void setType(String type)
          Sets the type of message-destination-ref.
 void setUsage(String usage)
          Sets the usage of message-destination-ref.
 
Methods inherited from interface org.ow2.util.ee.metadata.common.api.xml.struct.IResourceGroup
addInjectionTarget, getInjectionTargetList, getLookupName, getMappedName, setLookupName, setMappedName
 

Field Detail

NAME

static final String NAME
Name of this element.

See Also:
Constant Field Values
Method Detail

getName

String getName()
Returns:
name of this message-destination-ref.

setName

void setName(String name)
Sets the name of message-destination-ref.

Parameters:
name - the name of this reference

getType

String getType()
Returns:
type of this message-destination-ref.

setType

void setType(String type)
Sets the type of message-destination-ref.

Parameters:
type - the type of this reference

getUsage

String getUsage()
Returns:
usage of this message-destination-ref.

setUsage

void setUsage(String usage)
Sets the usage of message-destination-ref.

Parameters:
usage - the usage of this reference

getLink

String getLink()
Returns:
link of this message-destination-ref.

setLink

void setLink(String link)
Sets the link of message-destination-ref.

Parameters:
link - the link of this reference


Copyright © 2007-2012 OW2 Consortium. All Rights Reserved.