public interface MessagePropertiesType<T> extends Child<T>
message-propertiesType
xsd typeModifier 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 class
MessagePropertiesType
String getClazz()
class
elementclass
MessagePropertiesType<T> removeClazz()
class
elementMessagePropertiesType
MethodType<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
elementMessagePropertiesType
MessagePropertiesType<T> delivery(String delivery)
delivery
elementdelivery
- the value for the element delivery
MessagePropertiesType
String getDelivery()
delivery
elementdelivery
MessagePropertiesType<T> removeDelivery()
delivery
elementMessagePropertiesType
MessagePropertiesType<T> priority(Integer priority)
priority
elementpriority
- the value for the element priority
MessagePropertiesType
Integer getPriority()
priority
elementpriority
MessagePropertiesType<T> removePriority()
priority
elementMessagePropertiesType
MessagePropertiesType<T> id(String id)
id
attributeid
- the value for the attribute id
MessagePropertiesType
String getId()
id
attributeid
MessagePropertiesType<T> removeId()
id
attributeMessagePropertiesType
Copyright © 2016 JBoss by Red Hat. All rights reserved.