public interface MessagelistenerType<T>
extends org.jboss.shrinkwrap.descriptor.api.Child<T>
messagelistenerType xsd type| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Returns the
id attribute |
String |
getMessagelistenerType()
Returns the
messagelistener-type element |
ActivationspecType<MessagelistenerType<T>> |
getOrCreateActivationspec()
If not already created, a new
activationspec element with the given value will be created. |
MessagelistenerType<T> |
id(String id)
Sets the
id attribute |
MessagelistenerType<T> |
messagelistenerType(String messagelistenerType)
Sets the
messagelistener-type element |
MessagelistenerType<T> |
removeActivationspec()
Removes the
activationspec element |
MessagelistenerType<T> |
removeId()
Removes the
id attribute |
MessagelistenerType<T> |
removeMessagelistenerType()
Removes the
messagelistener-type element |
MessagelistenerType<T> messagelistenerType(String messagelistenerType)
messagelistener-type elementmessagelistenerType - the value for the element messagelistener-typeMessagelistenerTypeString getMessagelistenerType()
messagelistener-type elementmessagelistener-typeMessagelistenerType<T> removeMessagelistenerType()
messagelistener-type elementMessagelistenerTypeActivationspecType<MessagelistenerType<T>> getOrCreateActivationspec()
activationspec element with the given value will be created.
Otherwise, the existing activationspec element will be returned.ActivationspecType> MessagelistenerType<T> removeActivationspec()
activationspec elementMessagelistenerTypeMessagelistenerType<T> id(String id)
id attributeid - the value for the attribute idMessagelistenerTypeString getId()
id attributeidMessagelistenerType<T> removeId()
id attributeMessagelistenerTypeCopyright © 2013 IronJacamar (http://www.ironjacamar.org)