|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MessagePropertiesType<T>
This interface defines the contract for the message-propertiesType
xsd type
Method Summary | |
---|---|
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 |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child |
---|
up |
Method Detail |
---|
MessagePropertiesType<T> clazz(String clazz)
class
element
clazz
- the value for the element class
MessagePropertiesType
String getClazz()
class
element
class
MessagePropertiesType<T> removeClazz()
class
element
MessagePropertiesType
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
element
MessagePropertiesType
MessagePropertiesType<T> delivery(String delivery)
delivery
element
delivery
- the value for the element delivery
MessagePropertiesType
String getDelivery()
delivery
element
delivery
MessagePropertiesType<T> removeDelivery()
delivery
element
MessagePropertiesType
MessagePropertiesType<T> priority(Integer priority)
priority
element
priority
- the value for the element priority
MessagePropertiesType
Integer getPriority()
priority
element
priority
MessagePropertiesType<T> removePriority()
priority
element
MessagePropertiesType
MessagePropertiesType<T> id(String id)
id
attribute
id
- the value for the attribute id
MessagePropertiesType
String getId()
id
attribute
id
MessagePropertiesType<T> removeId()
id
attribute
MessagePropertiesType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |