org.jboss.shrinkwrap.descriptor.api.jbosscommon51
Interface MessageDestinationRefType<T>

All Superinterfaces:
Child<T>

public interface MessageDestinationRefType<T>
extends Child<T>

This interface defines the contract for the message-destination-refType xsd type

Since:
Generation date :2013-01-26T19:27:00.777+01:00
Author:
Ralf Battenfeld, Andrew Lee Rubinger

Method Summary
 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 getJndiName()
          Returns the jndi-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> ignoreDependency()
          Sets the ignore-dependency element
 Boolean isIgnoreDependency()
          Removes the ignore-dependency element
 MessageDestinationRefType<T> jndiName(String jndiName)
          Sets the jndi-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> removeIgnoreDependency()
          Removes the ignore-dependency element
 MessageDestinationRefType<T> removeJndiName()
          Removes the jndi-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
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

jndiName

MessageDestinationRefType<T> jndiName(String jndiName)
Sets the jndi-name element

Parameters:
jndiName - the value for the element jndi-name
Returns:
the current instance of MessageDestinationRefType

getJndiName

String getJndiName()
Returns the jndi-name element

Returns:
the node defined for the element jndi-name

removeJndiName

MessageDestinationRefType<T> removeJndiName()
Removes the jndi-name element

Returns:
the current instance of MessageDestinationRefType

mappedName

MessageDestinationRefType<T> mappedName(String mappedName)
Sets the mapped-name element

Parameters:
mappedName - the value for the element mapped-name
Returns:
the current instance of MessageDestinationRefType

getMappedName

String getMappedName()
Returns the mapped-name element

Returns:
the node defined for the element mapped-name

removeMappedName

MessageDestinationRefType<T> removeMappedName()
Removes the mapped-name element

Returns:
the current instance of MessageDestinationRefType

getOrCreateInjectionTarget

InjectionTargetType<MessageDestinationRefType<T>> getOrCreateInjectionTarget()
If not already created, a new injection-target element will be created and returned. Otherwise, the first existing injection-target element will be returned.

Returns:
the instance defined for the element injection-target

createInjectionTarget

InjectionTargetType<MessageDestinationRefType<T>> createInjectionTarget()
Creates a new injection-target element

Returns:
the new created instance of InjectionTargetType>

getAllInjectionTarget

List<InjectionTargetType<MessageDestinationRefType<T>>> getAllInjectionTarget()
Returns all injection-target elements

Returns:
list of injection-target

removeAllInjectionTarget

MessageDestinationRefType<T> removeAllInjectionTarget()
Removes all injection-target elements

Returns:
the current instance of InjectionTargetType>

ignoreDependency

MessageDestinationRefType<T> ignoreDependency()
Sets the ignore-dependency element

Returns:
the current instance of MessageDestinationRefType

isIgnoreDependency

Boolean isIgnoreDependency()
Removes the ignore-dependency element

Returns:
the current instance of MessageDestinationRefType

removeIgnoreDependency

MessageDestinationRefType<T> removeIgnoreDependency()
Removes the ignore-dependency element

Returns:
the current instance of MessageDestinationRefType

description

MessageDestinationRefType<T> description(String... values)
Creates for all String objects representing description elements, a new description element

Parameters:
values - list of description objects
Returns:
the current instance of MessageDestinationRefType

getAllDescription

List<String> getAllDescription()
Returns all description elements

Returns:
list of description

removeAllDescription

MessageDestinationRefType<T> removeAllDescription()
Removes the description element

Returns:
the current instance of MessageDestinationRefType

messageDestinationRefName

MessageDestinationRefType<T> messageDestinationRefName(String messageDestinationRefName)
Sets the message-destination-ref-name element

Parameters:
messageDestinationRefName - the value for the element message-destination-ref-name
Returns:
the current instance of MessageDestinationRefType

getMessageDestinationRefName

String getMessageDestinationRefName()
Returns the message-destination-ref-name element

Returns:
the node defined for the element message-destination-ref-name

removeMessageDestinationRefName

MessageDestinationRefType<T> removeMessageDestinationRefName()
Removes the message-destination-ref-name element

Returns:
the current instance of MessageDestinationRefType

messageDestinationType

MessageDestinationRefType<T> messageDestinationType(String messageDestinationType)
Sets the message-destination-type element

Parameters:
messageDestinationType - the value for the element message-destination-type
Returns:
the current instance of MessageDestinationRefType

getMessageDestinationType

String getMessageDestinationType()
Returns the message-destination-type element

Returns:
the node defined for the element message-destination-type

removeMessageDestinationType

MessageDestinationRefType<T> removeMessageDestinationType()
Removes the message-destination-type element

Returns:
the current instance of MessageDestinationRefType

messageDestinationUsage

MessageDestinationRefType<T> messageDestinationUsage(MessageDestinationUsageType messageDestinationUsage)
Sets the message-destination-usage element

Parameters:
messageDestinationUsage - the value for the element message-destination-usage
Returns:
the current instance of MessageDestinationRefType

messageDestinationUsage

MessageDestinationRefType<T> messageDestinationUsage(String messageDestinationUsage)
Sets the message-destination-usage element

Parameters:
messageDestinationUsage - the value for the element message-destination-usage
Returns:
the current instance of MessageDestinationRefType

getMessageDestinationUsage

MessageDestinationUsageType getMessageDestinationUsage()
Returns the message-destination-usage element

Returns:
the value found for the element message-destination-usage

getMessageDestinationUsageAsString

String getMessageDestinationUsageAsString()
Returns the message-destination-usage element

Returns:
the value found for the element message-destination-usage

removeMessageDestinationUsage

MessageDestinationRefType<T> removeMessageDestinationUsage()
Removes the message-destination-usage attribute

Returns:
the current instance of MessageDestinationRefType

messageDestinationLink

MessageDestinationRefType<T> messageDestinationLink(String messageDestinationLink)
Sets the message-destination-link element

Parameters:
messageDestinationLink - the value for the element message-destination-link
Returns:
the current instance of MessageDestinationRefType

getMessageDestinationLink

String getMessageDestinationLink()
Returns the message-destination-link element

Returns:
the node defined for the element message-destination-link

removeMessageDestinationLink

MessageDestinationRefType<T> removeMessageDestinationLink()
Removes the message-destination-link element

Returns:
the current instance of MessageDestinationRefType

id

MessageDestinationRefType<T> id(String id)
Sets the id attribute

Parameters:
id - the value for the attribute id
Returns:
the current instance of MessageDestinationRefType

getId

String getId()
Returns the id attribute

Returns:
the value defined for the attribute id

removeId

MessageDestinationRefType<T> removeId()
Removes the id attribute

Returns:
the current instance of MessageDestinationRefType


Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.