Uses of Interface
org.jboss.shrinkwrap.descriptor.api.javaee7.JmsDestinationType
Packages that use JmsDestinationType
Package
Description
Provides the interfaces and enumeration types as defined in the schema
Provides the implementation classes as defined in the schema
-
Uses of JmsDestinationType in org.jboss.shrinkwrap.descriptor.api.javaee7
Methods in org.jboss.shrinkwrap.descriptor.api.javaee7 that return JmsDestinationTypeModifier and TypeMethodDescriptionSets theclass-nameelementJmsDestinationType.description(String description) Sets thedescriptionelementJmsDestinationType.destinationName(String destinationName) Sets thedestination-nameelementSets theidattributeSets thenameelementJmsDestinationType.removeAllProperty()Removes allpropertyelementsJmsDestinationType.removeClassName()Removes theclass-nameelementJmsDestinationType.removeDescription()Removes thedescriptionelementJmsDestinationType.removeDestinationName()Removes thedestination-nameelementJmsDestinationType.removeId()Removes theidattributeJmsDestinationType.removeName()Removes thenameelementJmsDestinationType.removeResourceAdapter()Removes theresource-adapterelementJmsDestinationType.resourceAdapter(String resourceAdapter) Sets theresource-adapterelementMethods in org.jboss.shrinkwrap.descriptor.api.javaee7 that return types with arguments of type JmsDestinationTypeModifier and TypeMethodDescriptionJmsDestinationType.createProperty()Creates a newpropertyelementJmsDestinationType.getAllProperty()Returns allpropertyelementsJmsDestinationType.getOrCreateProperty()If not already created, a newpropertyelement will be created and returned. -
Uses of JmsDestinationType in org.jboss.shrinkwrap.descriptor.impl.javaee7
Classes in org.jboss.shrinkwrap.descriptor.impl.javaee7 that implement JmsDestinationTypeModifier and TypeClassDescriptionclassThis class implements thejms-destinationTypexsd typeMethods in org.jboss.shrinkwrap.descriptor.impl.javaee7 that return JmsDestinationTypeModifier and TypeMethodDescriptionSets theclass-nameelementJmsDestinationTypeImpl.description(String description) Sets thedescriptionelementJmsDestinationTypeImpl.destinationName(String destinationName) Sets thedestination-nameelementSets theidattributeSets thenameelementJmsDestinationTypeImpl.removeAllProperty()Removes allpropertyelementsJmsDestinationTypeImpl.removeClassName()Removes theclass-nameelementJmsDestinationTypeImpl.removeDescription()Removes thedescriptionelementJmsDestinationTypeImpl.removeDestinationName()Removes thedestination-nameelementJmsDestinationTypeImpl.removeId()Removes theidattributeJmsDestinationTypeImpl.removeName()Removes thenameelementJmsDestinationTypeImpl.removeResourceAdapter()Removes theresource-adapterelementJmsDestinationTypeImpl.resourceAdapter(String resourceAdapter) Sets theresource-adapterelementMethods in org.jboss.shrinkwrap.descriptor.impl.javaee7 that return types with arguments of type JmsDestinationTypeModifier and TypeMethodDescriptionJmsDestinationTypeImpl.createProperty()Creates a newpropertyelementJmsDestinationTypeImpl.getAllProperty()Returns allpropertyelementsJmsDestinationTypeImpl.getOrCreateProperty()If not already created, a newpropertyelement will be created and returned.