|
JBoss Metadata Common 7.0.4.Final-redhat-1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.metadata.javaee.support.IdMetaDataImpl
org.jboss.metadata.javaee.support.NamedMetaData
org.jboss.metadata.javaee.spec.ResourceInjectionMetaData
org.jboss.metadata.javaee.support.ResourceInjectionMetaDataWithDescriptions
org.jboss.metadata.javaee.spec.MessageDestinationReferenceMetaData
public class MessageDestinationReferenceMetaData
MessageDestinationReferenceMetaData.
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 |
---|
public MessageDestinationReferenceMetaData()
Method Detail |
---|
public String getMessageDestinationRefName()
public void setMessageDestinationRefName(String messageDestinationRefName)
messageDestinationRefName
- the messageDestinationRefName.
IllegalArgumentException
- for a null messageDestinationRefNamepublic String getType()
public void setType(String type)
type
- the type.
IllegalArgumentException
- for a null typepublic MessageDestinationUsageType getMessageDestinationUsage()
public void setMessageDestinationUsage(MessageDestinationUsageType usage)
usage
- the usage.
IllegalArgumentException
- for a null usagepublic String getLink()
public void setLink(String link)
link
- the link.
IllegalArgumentException
- for a null linkpublic String toString()
toString
in class NamedMetaData
|
JBoss Metadata Common 7.0.4.Final-redhat-1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |