Interface MessagelistenerType<T>
- All Superinterfaces:
org.jboss.shrinkwrap.descriptor.api.Child<T>
- All Known Implementing Classes:
MessagelistenerTypeImpl
public interface MessagelistenerType<T>
extends org.jboss.shrinkwrap.descriptor.api.Child<T>
This interface defines the contract for the
messagelistenerType xsd type-
Method Summary
Modifier and TypeMethodDescriptiongetId()Returns theidattributeReturns themessagelistener-typeelementIf not already created, a newactivationspecelement with the given value will be created.Sets theidattributemessagelistenerType(String messagelistenerType) Sets themessagelistener-typeelementRemoves theactivationspecelementremoveId()Removes theidattributeRemoves themessagelistener-typeelementMethods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
-
Method Details
-
messagelistenerType
Sets themessagelistener-typeelement- Parameters:
messagelistenerType- the value for the elementmessagelistener-type- Returns:
- the current instance of
MessagelistenerType
-
getMessagelistenerType
String getMessagelistenerType()Returns themessagelistener-typeelement- Returns:
- the node defined for the element
messagelistener-type
-
removeMessagelistenerType
MessagelistenerType<T> removeMessagelistenerType()Removes themessagelistener-typeelement- Returns:
- the current instance of
MessagelistenerType
-
getOrCreateActivationspec
ActivationspecType<MessagelistenerType<T>> getOrCreateActivationspec()If not already created, a newactivationspecelement with the given value will be created. Otherwise, the existingactivationspecelement will be returned.- Returns:
- a new or existing instance of
ActivationspecTypeinvalid input: '<'MessagelistenerType>
-
removeActivationspec
MessagelistenerType<T> removeActivationspec()Removes theactivationspecelement- Returns:
- the current instance of
MessagelistenerType
-
id
Sets theidattribute- Parameters:
id- the value for the attributeid- Returns:
- the current instance of
MessagelistenerType
-
getId
String getId()Returns theidattribute- Returns:
- the value defined for the attribute
id
-
removeId
MessagelistenerType<T> removeId()Removes theidattribute- Returns:
- the current instance of
MessagelistenerType
-