|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.shrinkwrap.descriptor.impl.jboss51.MessagePropertiesTypeImpl<T>
public class MessagePropertiesTypeImpl<T>
This class implements the message-propertiesType
xsd type
Original Documentation:
Element for defining JMS message properties (e.g. persistence, priority)
for a consumer bean Used in: consumer
Constructor Summary | |
---|---|
MessagePropertiesTypeImpl(T t,
java.lang.String nodeName,
org.jboss.shrinkwrap.descriptor.spi.Node node)
|
|
MessagePropertiesTypeImpl(T t,
java.lang.String nodeName,
org.jboss.shrinkwrap.descriptor.spi.Node node,
org.jboss.shrinkwrap.descriptor.spi.Node childNode)
|
Method Summary | |
---|---|
java.lang.String |
getClazz()
Returns the class element |
java.lang.String |
getDelivery()
Returns the delivery element |
java.lang.Integer |
getPriority()
Returns the priority element |
MethodType<MessagePropertiesType<T>> |
method()
If not already created, a new method element will be created and returned. |
MessagePropertiesType<T> |
removeClazz()
Removes the class element |
MessagePropertiesType<T> |
removeDelivery()
Removes the delivery element |
MessagePropertiesType<T> |
removeMethod()
Removes the method element |
MessagePropertiesType<T> |
removePriority()
Removes the priority element |
MessagePropertiesType<T> |
setClazz(java.lang.String clazz)
If not already created, a new class element with the given value will be created. |
MessagePropertiesType<T> |
setDelivery(java.lang.String delivery)
If not already created, a new delivery element with the given value will be created. |
MessagePropertiesType<T> |
setPriority(java.lang.Integer priority)
If not already created, a new priority element with the given value will be created. |
T |
up()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MessagePropertiesTypeImpl(T t, java.lang.String nodeName, org.jboss.shrinkwrap.descriptor.spi.Node node)
public MessagePropertiesTypeImpl(T t, java.lang.String nodeName, org.jboss.shrinkwrap.descriptor.spi.Node node, org.jboss.shrinkwrap.descriptor.spi.Node childNode)
Method Detail |
---|
public T up()
up
in interface org.jboss.shrinkwrap.descriptor.api.Child<T>
public MessagePropertiesType<T> setClazz(java.lang.String clazz)
class
element with the given value will be created.
Otherwise, the existing class
element will be updated with the given value.
setClazz
in interface MessagePropertiesType<T>
MessagePropertiesType
public MessagePropertiesType<T> removeClazz()
class
element
removeClazz
in interface MessagePropertiesType<T>
MessagePropertiesType
public java.lang.String getClazz()
class
element
getClazz
in interface MessagePropertiesType<T>
class
public MessagePropertiesType<T> removeMethod()
method
element
removeMethod
in interface MessagePropertiesType<T>
MessagePropertiesType
public MethodType<MessagePropertiesType<T>> method()
method
element will be created and returned.
Otherwise, the existing method
element will be returned.
method
in interface MessagePropertiesType<T>
method
public MessagePropertiesType<T> setDelivery(java.lang.String delivery)
delivery
element with the given value will be created.
Otherwise, the existing delivery
element will be updated with the given value.
setDelivery
in interface MessagePropertiesType<T>
MessagePropertiesType
public MessagePropertiesType<T> removeDelivery()
delivery
element
removeDelivery
in interface MessagePropertiesType<T>
MessagePropertiesType
public java.lang.String getDelivery()
delivery
element
getDelivery
in interface MessagePropertiesType<T>
delivery
public MessagePropertiesType<T> setPriority(java.lang.Integer priority)
priority
element with the given value will be created.
Otherwise, the existing priority
element will be updated with the given value.
setPriority
in interface MessagePropertiesType<T>
MessagePropertiesType
public MessagePropertiesType<T> removePriority()
priority
element
removePriority
in interface MessagePropertiesType<T>
MessagePropertiesType
public java.lang.Integer getPriority()
priority
element
getPriority
in interface MessagePropertiesType<T>
priority
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |