public interface MessageDestinationRefType<T>
extends org.jboss.shrinkwrap.descriptor.api.Child<T>
message-destination-refType
xsd typeModifier and Type | Method and Description |
---|---|
InjectionTargetType<MessageDestinationRefType<T>> |
createInjectionTarget()
Creates a new
injection-target element |
MessageDestinationRefType<T> |
description(java.lang.String... values)
Creates for all String objects representing
description elements,
a new description element |
java.util.List<java.lang.String> |
getAllDescription()
Returns all
description elements |
java.util.List<InjectionTargetType<MessageDestinationRefType<T>>> |
getAllInjectionTarget()
Returns all
injection-target elements |
java.lang.String |
getId()
Returns the
id attribute |
java.lang.String |
getLookupName()
Returns the
lookup-name element |
java.lang.String |
getMappedName()
Returns the
mapped-name element |
java.lang.String |
getMessageDestinationLink()
Returns the
message-destination-link element |
java.lang.String |
getMessageDestinationRefName()
Returns the
message-destination-ref-name element |
java.lang.String |
getMessageDestinationType()
Returns the
message-destination-type element |
MessageDestinationUsageType |
getMessageDestinationUsage()
Returns the
message-destination-usage element |
java.lang.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(java.lang.String id)
Sets the
id attribute |
MessageDestinationRefType<T> |
lookupName(java.lang.String lookupName)
Sets the
lookup-name element |
MessageDestinationRefType<T> |
mappedName(java.lang.String mappedName)
Sets the
mapped-name element |
MessageDestinationRefType<T> |
messageDestinationLink(java.lang.String messageDestinationLink)
Sets the
message-destination-link element |
MessageDestinationRefType<T> |
messageDestinationRefName(java.lang.String messageDestinationRefName)
Sets the
message-destination-ref-name element |
MessageDestinationRefType<T> |
messageDestinationType(java.lang.String messageDestinationType)
Sets the
message-destination-type element |
MessageDestinationRefType<T> |
messageDestinationUsage(MessageDestinationUsageType messageDestinationUsage)
Sets the
message-destination-usage element |
MessageDestinationRefType<T> |
messageDestinationUsage(java.lang.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(java.lang.String lookupName)
lookup-name
elementlookupName
- the value for the element lookup-name
MessageDestinationRefType
java.lang.String getLookupName()
lookup-name
elementlookup-name
MessageDestinationRefType<T> removeLookupName()
lookup-name
elementMessageDestinationRefType
MessageDestinationRefType<T> mappedName(java.lang.String mappedName)
mapped-name
elementmappedName
- the value for the element mapped-name
MessageDestinationRefType
java.lang.String getMappedName()
mapped-name
elementmapped-name
MessageDestinationRefType<T> removeMappedName()
mapped-name
elementMessageDestinationRefType
InjectionTargetType<MessageDestinationRefType<T>> getOrCreateInjectionTarget()
injection-target
element will be created and returned.
Otherwise, the first existing injection-target
element will be returned.injection-target
InjectionTargetType<MessageDestinationRefType<T>> createInjectionTarget()
injection-target
elementInjectionTargetType>
java.util.List<InjectionTargetType<MessageDestinationRefType<T>>> getAllInjectionTarget()
injection-target
elementsinjection-target
MessageDestinationRefType<T> removeAllInjectionTarget()
injection-target
elementsInjectionTargetType>
MessageDestinationRefType<T> description(java.lang.String... values)
description
elements,
a new description
elementvalues
- list of description
objectsMessageDestinationRefType
java.util.List<java.lang.String> getAllDescription()
description
elementsdescription
MessageDestinationRefType<T> removeAllDescription()
description
elementMessageDestinationRefType
MessageDestinationRefType<T> messageDestinationRefName(java.lang.String messageDestinationRefName)
message-destination-ref-name
elementmessageDestinationRefName
- the value for the element message-destination-ref-name
MessageDestinationRefType
java.lang.String getMessageDestinationRefName()
message-destination-ref-name
elementmessage-destination-ref-name
MessageDestinationRefType<T> removeMessageDestinationRefName()
message-destination-ref-name
elementMessageDestinationRefType
MessageDestinationRefType<T> messageDestinationType(java.lang.String messageDestinationType)
message-destination-type
elementmessageDestinationType
- the value for the element message-destination-type
MessageDestinationRefType
java.lang.String getMessageDestinationType()
message-destination-type
elementmessage-destination-type
MessageDestinationRefType<T> removeMessageDestinationType()
message-destination-type
elementMessageDestinationRefType
MessageDestinationRefType<T> messageDestinationUsage(MessageDestinationUsageType messageDestinationUsage)
message-destination-usage
elementmessageDestinationUsage
- the value for the element message-destination-usage
MessageDestinationRefType
MessageDestinationRefType<T> messageDestinationUsage(java.lang.String messageDestinationUsage)
message-destination-usage
elementmessageDestinationUsage
- the value for the element message-destination-usage
MessageDestinationRefType
MessageDestinationUsageType getMessageDestinationUsage()
message-destination-usage
elementmessage-destination-usage
java.lang.String getMessageDestinationUsageAsString()
message-destination-usage
elementmessage-destination-usage
MessageDestinationRefType<T> removeMessageDestinationUsage()
message-destination-usage
attributeMessageDestinationRefType
MessageDestinationRefType<T> messageDestinationLink(java.lang.String messageDestinationLink)
message-destination-link
elementmessageDestinationLink
- the value for the element message-destination-link
MessageDestinationRefType
java.lang.String getMessageDestinationLink()
message-destination-link
elementmessage-destination-link
MessageDestinationRefType<T> removeMessageDestinationLink()
message-destination-link
elementMessageDestinationRefType
MessageDestinationRefType<T> id(java.lang.String id)
id
attributeid
- the value for the attribute id
MessageDestinationRefType
java.lang.String getId()
id
attributeid
MessageDestinationRefType<T> removeId()
id
attributeMessageDestinationRefType
Copyright © 2014 IronJacamar (http://www.ironjacamar.org)