ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

org.jboss.shrinkwrap.descriptor.api.j2ee14
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 :2012-05-09T23:45:02.086-07:00
Author:
Ralf Battenfeld, Andrew Lee Rubinger

Method Summary
 MessageDestinationRefType<T> description(String... values)
          Creates for all String objects representing description elements, a new description element
 List<String> getAllDescription()
          Returns all description elements
 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
 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> 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

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

ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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