JBoss Metadata Common 7.0.1.Final

org.jboss.metadata.javaee.spec
Class MessageDestinationReferenceMetaData

java.lang.Object
  extended by org.jboss.metadata.javaee.support.IdMetaDataImpl
      extended by org.jboss.metadata.javaee.support.NamedMetaData
          extended by org.jboss.metadata.javaee.spec.ResourceInjectionMetaData
              extended by org.jboss.metadata.javaee.support.ResourceInjectionMetaDataWithDescriptions
                  extended by org.jboss.metadata.javaee.spec.MessageDestinationReferenceMetaData
All Implemented Interfaces:
Serializable, Cloneable, IdMetaData, MappableMetaData

public class MessageDestinationReferenceMetaData
extends ResourceInjectionMetaDataWithDescriptions

MessageDestinationReferenceMetaData.

Version:
$Revision: 1.1 $
Author:
Adrian Brock
See Also:
Serialized Form

Constructor Summary
MessageDestinationReferenceMetaData()
          Create a new MessageDestinationReferenceMetaData.
 
Method Summary
 String getLink()
          Get the link.
 String getMessageDestinationRefName()
          Get the messageDestinationRefName.
 MessageDestinationUsageType getMessageDestinationUsage()
          Get the usage.
 String getType()
          Get the type.
 void setLink(String link)
          Set the link.
 void setMessageDestinationRefName(String messageDestinationRefName)
          Set the messageDestinationRefName.
 void setMessageDestinationUsage(MessageDestinationUsageType usage)
          Set the usage.
 void setType(String type)
          Set the type.
 String toString()
           
 
Methods inherited from class org.jboss.metadata.javaee.support.ResourceInjectionMetaDataWithDescriptions
getDescriptions, setDescriptions
 
Methods inherited from class org.jboss.metadata.javaee.spec.ResourceInjectionMetaData
getIgnoreDependency, getInjectionTargets, getJndiName, getLookupName, getMappedName, getName, getResolvedJndiName, isDependencyIgnored, setIgnoreDependency, setInjectionTargets, setJndiName, setLookupName, setMappedName, setResolvedJndiName
 
Methods inherited from class org.jboss.metadata.javaee.support.NamedMetaData
equals, getKey, hashCode, setName
 
Methods inherited from class org.jboss.metadata.javaee.support.IdMetaDataImpl
clone, getId, setId
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MessageDestinationReferenceMetaData

public MessageDestinationReferenceMetaData()
Create a new MessageDestinationReferenceMetaData.

Method Detail

getMessageDestinationRefName

public String getMessageDestinationRefName()
Get the messageDestinationRefName.

Returns:
the messageDestinationRefName.

setMessageDestinationRefName

public void setMessageDestinationRefName(String messageDestinationRefName)
Set the messageDestinationRefName.

Parameters:
messageDestinationRefName - the messageDestinationRefName.
Throws:
IllegalArgumentException - for a null messageDestinationRefName

getType

public String getType()
Get the type.

Returns:
the type.

setType

public void setType(String type)
Set the type.

Parameters:
type - the type.
Throws:
IllegalArgumentException - for a null type

getMessageDestinationUsage

public MessageDestinationUsageType getMessageDestinationUsage()
Get the usage.

Returns:
the usage.

setMessageDestinationUsage

public void setMessageDestinationUsage(MessageDestinationUsageType usage)
Set the usage.

Parameters:
usage - the usage.
Throws:
IllegalArgumentException - for a null usage

getLink

public String getLink()
Get the link.

Returns:
the link.

setLink

public void setLink(String link)
Set the link.

Parameters:
link - the link.
Throws:
IllegalArgumentException - for a null link

toString

public String toString()
Overrides:
toString in class NamedMetaData

JBoss Metadata Common 7.0.1.Final

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.