
public interface MessagePropertiesType<T> extends Child<T>
message-propertiesType xsd type| Modifier and Type | Method and Description |
|---|---|
MessagePropertiesType<T> |
clazz(String clazz)
Sets the
class element |
MessagePropertiesType<T> |
delivery(String delivery)
Sets the
delivery element |
String |
getClazz()
Returns the
class element |
String |
getDelivery()
Returns the
delivery element |
String |
getId()
Returns the
id attribute |
MethodType<MessagePropertiesType<T>> |
getOrCreateMethod()
If not already created, a new
method element with the given value will be created. |
Integer |
getPriority()
Returns the
priority element |
MessagePropertiesType<T> |
id(String id)
Sets the
id attribute |
MessagePropertiesType<T> |
priority(Integer priority)
Sets the
priority element |
MessagePropertiesType<T> |
removeClazz()
Removes the
class element |
MessagePropertiesType<T> |
removeDelivery()
Removes the
delivery element |
MessagePropertiesType<T> |
removeId()
Removes the
id attribute |
MessagePropertiesType<T> |
removeMethod()
Removes the
method element |
MessagePropertiesType<T> |
removePriority()
Removes the
priority element |
MessagePropertiesType<T> clazz(String clazz)
class elementclazz - the value for the element classMessagePropertiesTypeString getClazz()
class elementclassMessagePropertiesType<T> removeClazz()
class elementMessagePropertiesTypeMethodType<MessagePropertiesType<T>> getOrCreateMethod()
method element with the given value will be created.
Otherwise, the existing method element will be returned.MethodType> MessagePropertiesType<T> removeMethod()
method elementMessagePropertiesTypeMessagePropertiesType<T> delivery(String delivery)
delivery elementdelivery - the value for the element deliveryMessagePropertiesTypeString getDelivery()
delivery elementdeliveryMessagePropertiesType<T> removeDelivery()
delivery elementMessagePropertiesTypeMessagePropertiesType<T> priority(Integer priority)
priority elementpriority - the value for the element priorityMessagePropertiesTypeInteger getPriority()
priority elementpriorityMessagePropertiesType<T> removePriority()
priority elementMessagePropertiesTypeMessagePropertiesType<T> id(String id)
id attributeid - the value for the attribute idMessagePropertiesTypeString getId()
id attributeidMessagePropertiesType<T> removeId()
id attributeMessagePropertiesTypeCopyright © 2025 JBoss by Red Hat. All rights reserved.