
public interface MessageDestinationType<T>
extends org.jboss.shrinkwrap.descriptor.api.Child<T>
message-destinationType xsd type| Modifier and Type | Method and Description |
|---|---|
IconType<MessageDestinationType<T>> |
createIcon()
Creates a new
icon element |
MessageDestinationType<T> |
description(String... values)
Creates for all String objects representing
description elements,
a new description element |
MessageDestinationType<T> |
displayName(String... values)
Creates for all String objects representing
display-name elements,
a new display-name element |
List<String> |
getAllDescription()
Returns all
description elements |
List<String> |
getAllDisplayName()
Returns all
display-name elements |
List<IconType<MessageDestinationType<T>>> |
getAllIcon()
Returns all
icon elements |
String |
getId()
Returns the
id attribute |
String |
getMessageDestinationName()
Returns the
message-destination-name element |
IconType<MessageDestinationType<T>> |
getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
MessageDestinationType<T> |
id(String id)
Sets the
id attribute |
MessageDestinationType<T> |
messageDestinationName(String messageDestinationName)
Sets the
message-destination-name element |
MessageDestinationType<T> |
removeAllDescription()
Removes the
description element |
MessageDestinationType<T> |
removeAllDisplayName()
Removes the
display-name element |
MessageDestinationType<T> |
removeAllIcon()
Removes all
icon elements |
MessageDestinationType<T> |
removeId()
Removes the
id attribute |
MessageDestinationType<T> |
removeMessageDestinationName()
Removes the
message-destination-name element |
MessageDestinationType<T> description(String... values)
description elements,
a new description elementvalues - list of description objectsMessageDestinationTypeList<String> getAllDescription()
description elementsdescriptionMessageDestinationType<T> removeAllDescription()
description elementMessageDestinationTypeMessageDestinationType<T> displayName(String... values)
display-name elements,
a new display-name elementvalues - list of display-name objectsMessageDestinationTypeList<String> getAllDisplayName()
display-name elementsdisplay-nameMessageDestinationType<T> removeAllDisplayName()
display-name elementMessageDestinationTypeIconType<MessageDestinationType<T>> getOrCreateIcon()
icon element will be created and returned.
Otherwise, the first existing icon element will be returned.iconIconType<MessageDestinationType<T>> createIcon()
icon elementIconType> List<IconType<MessageDestinationType<T>>> getAllIcon()
icon elementsiconMessageDestinationType<T> removeAllIcon()
icon elementsIconType> MessageDestinationType<T> messageDestinationName(String messageDestinationName)
message-destination-name elementmessageDestinationName - the value for the element message-destination-nameMessageDestinationTypeString getMessageDestinationName()
message-destination-name elementmessage-destination-nameMessageDestinationType<T> removeMessageDestinationName()
message-destination-name elementMessageDestinationTypeMessageDestinationType<T> id(String id)
id attributeid - the value for the attribute idMessageDestinationTypeString getId()
id attributeidMessageDestinationType<T> removeId()
id attributeMessageDestinationTypeCopyright © 2012 JBoss, by Red Hat (http://www.jboss.org/ironjacamar)