
public interface MessageDestinationRefType<T>
extends org.jboss.shrinkwrap.descriptor.api.Child<T>
message-destination-refType xsd type| Modifier and Type | Method and Description |
|---|---|
InjectionTargetType<MessageDestinationRefType<T>> |
createInjectionTarget()
Creates a new
injection-target element |
MessageDestinationRefType<T> |
description(String... values)
Creates for all String objects representing
description elements,
a new description element |
List<String> |
getAllDescription()
Returns all
description elements |
List<InjectionTargetType<MessageDestinationRefType<T>>> |
getAllInjectionTarget()
Returns all
injection-target elements |
String |
getId()
Returns the
id attribute |
String |
getLookupName()
Returns the
lookup-name element |
String |
getMappedName()
Returns the
mapped-name element |
String |
getMessageDestinationLink()
Returns the
message-destination-link element |
String |
getMessageDestinationRefName()
Returns the
message-destination-ref-name element |
String |
getMessageDestinationType()
Returns the
message-destination-type element |
MessageDestinationUsageType |
getMessageDestinationUsage()
Returns the
message-destination-usage element |
String |
getMessageDestinationUsageAsString()
Returns the
message-destination-usage element |
InjectionTargetType<MessageDestinationRefType<T>> |
getOrCreateInjectionTarget()
If not already created, a new
injection-target element will be created and returned. |
MessageDestinationRefType<T> |
id(String id)
Sets the
id attribute |
MessageDestinationRefType<T> |
lookupName(String lookupName)
Sets the
lookup-name element |
MessageDestinationRefType<T> |
mappedName(String mappedName)
Sets the
mapped-name element |
MessageDestinationRefType<T> |
messageDestinationLink(String messageDestinationLink)
Sets the
message-destination-link element |
MessageDestinationRefType<T> |
messageDestinationRefName(String messageDestinationRefName)
Sets the
message-destination-ref-name element |
MessageDestinationRefType<T> |
messageDestinationType(String messageDestinationType)
Sets the
message-destination-type element |
MessageDestinationRefType<T> |
messageDestinationUsage(MessageDestinationUsageType messageDestinationUsage)
Sets the
message-destination-usage element |
MessageDestinationRefType<T> |
messageDestinationUsage(String messageDestinationUsage)
Sets the
message-destination-usage element |
MessageDestinationRefType<T> |
removeAllDescription()
Removes the
description element |
MessageDestinationRefType<T> |
removeAllInjectionTarget()
Removes all
injection-target elements |
MessageDestinationRefType<T> |
removeId()
Removes the
id attribute |
MessageDestinationRefType<T> |
removeLookupName()
Removes the
lookup-name element |
MessageDestinationRefType<T> |
removeMappedName()
Removes the
mapped-name element |
MessageDestinationRefType<T> |
removeMessageDestinationLink()
Removes the
message-destination-link element |
MessageDestinationRefType<T> |
removeMessageDestinationRefName()
Removes the
message-destination-ref-name element |
MessageDestinationRefType<T> |
removeMessageDestinationType()
Removes the
message-destination-type element |
MessageDestinationRefType<T> |
removeMessageDestinationUsage()
Removes the
message-destination-usage attribute |
MessageDestinationRefType<T> lookupName(String lookupName)
lookup-name elementlookupName - the value for the element lookup-nameMessageDestinationRefTypeString getLookupName()
lookup-name elementlookup-nameMessageDestinationRefType<T> removeLookupName()
lookup-name elementMessageDestinationRefTypeMessageDestinationRefType<T> mappedName(String mappedName)
mapped-name elementmappedName - the value for the element mapped-nameMessageDestinationRefTypeString getMappedName()
mapped-name elementmapped-nameMessageDestinationRefType<T> removeMappedName()
mapped-name elementMessageDestinationRefTypeInjectionTargetType<MessageDestinationRefType<T>> getOrCreateInjectionTarget()
injection-target element will be created and returned.
Otherwise, the first existing injection-target element will be returned.injection-targetInjectionTargetType<MessageDestinationRefType<T>> createInjectionTarget()
injection-target elementInjectionTargetType> List<InjectionTargetType<MessageDestinationRefType<T>>> getAllInjectionTarget()
injection-target elementsinjection-targetMessageDestinationRefType<T> removeAllInjectionTarget()
injection-target elementsInjectionTargetType> MessageDestinationRefType<T> description(String... values)
description elements,
a new description elementvalues - list of description objectsMessageDestinationRefTypeList<String> getAllDescription()
description elementsdescriptionMessageDestinationRefType<T> removeAllDescription()
description elementMessageDestinationRefTypeMessageDestinationRefType<T> messageDestinationRefName(String messageDestinationRefName)
message-destination-ref-name elementmessageDestinationRefName - the value for the element message-destination-ref-nameMessageDestinationRefTypeString getMessageDestinationRefName()
message-destination-ref-name elementmessage-destination-ref-nameMessageDestinationRefType<T> removeMessageDestinationRefName()
message-destination-ref-name elementMessageDestinationRefTypeMessageDestinationRefType<T> messageDestinationType(String messageDestinationType)
message-destination-type elementmessageDestinationType - the value for the element message-destination-typeMessageDestinationRefTypeString getMessageDestinationType()
message-destination-type elementmessage-destination-typeMessageDestinationRefType<T> removeMessageDestinationType()
message-destination-type elementMessageDestinationRefTypeMessageDestinationRefType<T> messageDestinationUsage(MessageDestinationUsageType messageDestinationUsage)
message-destination-usage elementmessageDestinationUsage - the value for the element message-destination-usageMessageDestinationRefTypeMessageDestinationRefType<T> messageDestinationUsage(String messageDestinationUsage)
message-destination-usage elementmessageDestinationUsage - the value for the element message-destination-usageMessageDestinationRefTypeMessageDestinationUsageType getMessageDestinationUsage()
message-destination-usage elementmessage-destination-usageString getMessageDestinationUsageAsString()
message-destination-usage elementmessage-destination-usageMessageDestinationRefType<T> removeMessageDestinationUsage()
message-destination-usage attributeMessageDestinationRefTypeMessageDestinationRefType<T> messageDestinationLink(String messageDestinationLink)
message-destination-link elementmessageDestinationLink - the value for the element message-destination-linkMessageDestinationRefTypeString getMessageDestinationLink()
message-destination-link elementmessage-destination-linkMessageDestinationRefType<T> removeMessageDestinationLink()
message-destination-link elementMessageDestinationRefTypeMessageDestinationRefType<T> id(String id)
id attributeid - the value for the attribute idMessageDestinationRefTypeString getId()
id attributeidMessageDestinationRefType<T> removeId()
id attributeMessageDestinationRefTypeCopyright © 2013 IronJacamar (http://www.ironjacamar.org)