Uses of Interface
org.jboss.shrinkwrap.descriptor.api.jboss51.MessagePropertiesType

Packages that use MessagePropertiesType
org.jboss.shrinkwrap.descriptor.api.jboss51 Provides the interfaces and enumeration types as defined in the schema jboss_5_1.xsd 
org.jboss.shrinkwrap.descriptor.impl.jboss51 Provides the implementation classes as defined in the schema jboss_5_1.xsd 
 

Uses of MessagePropertiesType in org.jboss.shrinkwrap.descriptor.api.jboss51
 

Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return MessagePropertiesType
 MessagePropertiesType<ConsumerBeanType<T>> ConsumerBeanType.messageProperties()
          Returns the message-properties element
 MessagePropertiesType<T> MessagePropertiesType.removeClazz()
          Removes the class element
 MessagePropertiesType<T> MessagePropertiesType.removeDelivery()
          Removes the delivery element
 MessagePropertiesType<T> MessagePropertiesType.removeMethod()
          Removes the method element
 MessagePropertiesType<T> MessagePropertiesType.removePriority()
          Removes the priority element
 MessagePropertiesType<T> MessagePropertiesType.setClazz(java.lang.String clazz)
          If not already created, a new class element with the given value will be created.
 MessagePropertiesType<T> MessagePropertiesType.setDelivery(java.lang.String delivery)
          If not already created, a new delivery element with the given value will be created.
 MessagePropertiesType<T> MessagePropertiesType.setPriority(java.lang.Integer priority)
          If not already created, a new priority element with the given value will be created.
 

Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return types with arguments of type MessagePropertiesType
 java.util.List<MessagePropertiesType<ConsumerBeanType<T>>> ConsumerBeanType.getMessagePropertiesList()
          Returns all message-properties elements
 MethodType<MessagePropertiesType<T>> MessagePropertiesType.method()
          If not already created, a new method element will be created and returned.
 

Uses of MessagePropertiesType in org.jboss.shrinkwrap.descriptor.impl.jboss51
 

Classes in org.jboss.shrinkwrap.descriptor.impl.jboss51 that implement MessagePropertiesType
 class MessagePropertiesTypeImpl<T>
          This class implements the message-propertiesType xsd type
 

Methods in org.jboss.shrinkwrap.descriptor.impl.jboss51 that return MessagePropertiesType
 MessagePropertiesType<ConsumerBeanType<T>> ConsumerBeanTypeImpl.messageProperties()
          Returns the message-properties element
 MessagePropertiesType<T> MessagePropertiesTypeImpl.removeClazz()
          Removes the class element
 MessagePropertiesType<T> MessagePropertiesTypeImpl.removeDelivery()
          Removes the delivery element
 MessagePropertiesType<T> MessagePropertiesTypeImpl.removeMethod()
          Removes the method element
 MessagePropertiesType<T> MessagePropertiesTypeImpl.removePriority()
          Removes the priority element
 MessagePropertiesType<T> MessagePropertiesTypeImpl.setClazz(java.lang.String clazz)
          If not already created, a new class element with the given value will be created.
 MessagePropertiesType<T> MessagePropertiesTypeImpl.setDelivery(java.lang.String delivery)
          If not already created, a new delivery element with the given value will be created.
 MessagePropertiesType<T> MessagePropertiesTypeImpl.setPriority(java.lang.Integer priority)
          If not already created, a new priority element with the given value will be created.
 

Methods in org.jboss.shrinkwrap.descriptor.impl.jboss51 that return types with arguments of type MessagePropertiesType
 java.util.List<MessagePropertiesType<ConsumerBeanType<T>>> ConsumerBeanTypeImpl.getMessagePropertiesList()
          Returns all message-properties elements
 MethodType<MessagePropertiesType<T>> MessagePropertiesTypeImpl.method()
          If not already created, a new method element will be created and returned.