Uses of Interface
org.jboss.shrinkwrap.descriptor.api.jbosscommon51.MessageDestinationType

Packages that use MessageDestinationType
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.api.jbosscommon51 Provides the interfaces and enumeration types as defined in the schema jboss-common_5_1.xsd 
org.jboss.shrinkwrap.descriptor.impl.jboss51 Provides the implementation classes as defined in the schema jboss_5_1.xsd 
org.jboss.shrinkwrap.descriptor.impl.jbosscommon51 Provides the implementation classes as defined in the schema jboss-common_5_1.xsd 
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return MessageDestinationType
 MessageDestinationType<AssemblyDescriptorType<T>> AssemblyDescriptorType.messageDestination()
          Returns the message-destination element
 

Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return types with arguments of type MessageDestinationType
 java.util.List<MessageDestinationType<AssemblyDescriptorType<T>>> AssemblyDescriptorType.getMessageDestinationList()
          Returns all message-destination elements
 

Uses of MessageDestinationType in org.jboss.shrinkwrap.descriptor.api.jbosscommon51
 

Methods in org.jboss.shrinkwrap.descriptor.api.jbosscommon51 that return MessageDestinationType
 MessageDestinationType<T> MessageDestinationType.removeAllDescription()
          Removes the description element
 MessageDestinationType<T> MessageDestinationType.removeAllDisplayName()
          Removes the display-name element
 MessageDestinationType<T> MessageDestinationType.removeAllIcon()
          Removes all icon elements
 MessageDestinationType<T> MessageDestinationType.removeJndiName()
          Removes the jndi-name element
 MessageDestinationType<T> MessageDestinationType.removeMappedName()
          Removes the mapped-name element
 MessageDestinationType<T> MessageDestinationType.removeMessageDestinationName()
          Removes the message-destination-name element
 MessageDestinationType<T> MessageDestinationType.setDescription(java.lang.String description)
          Creates a new description element
 MessageDestinationType<T> MessageDestinationType.setDescriptionList(java.lang.String... values)
          Creates for all String objects representing description elements, a new description element
 MessageDestinationType<T> MessageDestinationType.setDisplayName(java.lang.String displayName)
          Creates a new display-name element
 MessageDestinationType<T> MessageDestinationType.setDisplayNameList(java.lang.String... values)
          Creates for all String objects representing display-name elements, a new display-name element
 MessageDestinationType<T> MessageDestinationType.setJndiName(java.lang.String jndiName)
          If not already created, a new jndi-name element with the given value will be created.
 MessageDestinationType<T> MessageDestinationType.setMappedName(java.lang.String mappedName)
          If not already created, a new mapped-name element with the given value will be created.
 MessageDestinationType<T> MessageDestinationType.setMessageDestinationName(java.lang.String messageDestinationName)
          If not already created, a new message-destination-name element with the given value will be created.
 

Methods in org.jboss.shrinkwrap.descriptor.api.jbosscommon51 that return types with arguments of type MessageDestinationType
 java.util.List<IconType<MessageDestinationType<T>>> MessageDestinationType.getIconList()
          Returns all icon elements
 IconType<MessageDestinationType<T>> MessageDestinationType.icon()
          Returns the icon element
 

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

Methods in org.jboss.shrinkwrap.descriptor.impl.jboss51 that return MessageDestinationType
 MessageDestinationType<AssemblyDescriptorType<T>> AssemblyDescriptorTypeImpl.messageDestination()
          Returns the message-destination element
 

Methods in org.jboss.shrinkwrap.descriptor.impl.jboss51 that return types with arguments of type MessageDestinationType
 java.util.List<MessageDestinationType<AssemblyDescriptorType<T>>> AssemblyDescriptorTypeImpl.getMessageDestinationList()
          Returns all message-destination elements
 

Uses of MessageDestinationType in org.jboss.shrinkwrap.descriptor.impl.jbosscommon51
 

Classes in org.jboss.shrinkwrap.descriptor.impl.jbosscommon51 that implement MessageDestinationType
 class MessageDestinationTypeImpl<T>
          This class implements the message-destinationType xsd type
 

Methods in org.jboss.shrinkwrap.descriptor.impl.jbosscommon51 that return MessageDestinationType
 MessageDestinationType<T> MessageDestinationTypeImpl.removeAllDescription()
          Removes the description element
 MessageDestinationType<T> MessageDestinationTypeImpl.removeAllDisplayName()
          Removes the display-name element
 MessageDestinationType<T> MessageDestinationTypeImpl.removeAllIcon()
          Removes all icon elements
 MessageDestinationType<T> MessageDestinationTypeImpl.removeJndiName()
          Removes the jndi-name element
 MessageDestinationType<T> MessageDestinationTypeImpl.removeMappedName()
          Removes the mapped-name element
 MessageDestinationType<T> MessageDestinationTypeImpl.removeMessageDestinationName()
          Removes the message-destination-name element
 MessageDestinationType<T> MessageDestinationTypeImpl.setDescription(java.lang.String description)
          Creates a new description element
 MessageDestinationType<T> MessageDestinationTypeImpl.setDescriptionList(java.lang.String... values)
          Creates for all String objects representing description elements, a new description element
 MessageDestinationType<T> MessageDestinationTypeImpl.setDisplayName(java.lang.String displayName)
          Creates a new display-name element
 MessageDestinationType<T> MessageDestinationTypeImpl.setDisplayNameList(java.lang.String... values)
          Creates for all String objects representing display-name elements, a new display-name element
 MessageDestinationType<T> MessageDestinationTypeImpl.setJndiName(java.lang.String jndiName)
          If not already created, a new jndi-name element with the given value will be created.
 MessageDestinationType<T> MessageDestinationTypeImpl.setMappedName(java.lang.String mappedName)
          If not already created, a new mapped-name element with the given value will be created.
 MessageDestinationType<T> MessageDestinationTypeImpl.setMessageDestinationName(java.lang.String messageDestinationName)
          If not already created, a new message-destination-name element with the given value will be created.
 

Methods in org.jboss.shrinkwrap.descriptor.impl.jbosscommon51 that return types with arguments of type MessageDestinationType
 java.util.List<IconType<MessageDestinationType<T>>> MessageDestinationTypeImpl.getIconList()
          Returns all icon elements
 IconType<MessageDestinationType<T>> MessageDestinationTypeImpl.icon()
          Returns the icon element