
public interface MessageDestinationRefType<T>
extends org.jboss.shrinkwrap.descriptor.api.Child<T>
message-destination-refType xsd type| Modifier and Type | Method and Description |
|---|---|
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 |
getId()
Returns the
id attribute |
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> |
id(String id)
Sets the
id attribute |
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> |
removeId()
Removes the
id attribute |
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> 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)