Uses of Interface
org.jboss.shrinkwrap.descriptor.api.javaee7.JmsDestinationType
-
Packages that use JmsDestinationType Package Description org.jboss.shrinkwrap.descriptor.api.javaee7 Provides the interfaces and enumeration types as defined in the schemaorg.jboss.shrinkwrap.descriptor.impl.javaee7 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 JmsDestinationType Modifier and Type Method Description JmsDestinationType<T>JmsDestinationType. className(String className)Sets theclass-nameelementJmsDestinationType<T>JmsDestinationType. description(String description)Sets thedescriptionelementJmsDestinationType<T>JmsDestinationType. destinationName(String destinationName)Sets thedestination-nameelementJmsDestinationType<T>JmsDestinationType. id(String id)Sets theidattributeJmsDestinationType<T>JmsDestinationType. name(String name)Sets thenameelementJmsDestinationType<T>JmsDestinationType. removeAllProperty()Removes allpropertyelementsJmsDestinationType<T>JmsDestinationType. removeClassName()Removes theclass-nameelementJmsDestinationType<T>JmsDestinationType. removeDescription()Removes thedescriptionelementJmsDestinationType<T>JmsDestinationType. removeDestinationName()Removes thedestination-nameelementJmsDestinationType<T>JmsDestinationType. removeId()Removes theidattributeJmsDestinationType<T>JmsDestinationType. removeName()Removes thenameelementJmsDestinationType<T>JmsDestinationType. removeResourceAdapter()Removes theresource-adapterelementJmsDestinationType<T>JmsDestinationType. resourceAdapter(String resourceAdapter)Sets theresource-adapterelementMethods in org.jboss.shrinkwrap.descriptor.api.javaee7 that return types with arguments of type JmsDestinationType Modifier and Type Method Description PropertyType<JmsDestinationType<T>>JmsDestinationType. createProperty()Creates a newpropertyelementList<PropertyType<JmsDestinationType<T>>>JmsDestinationType. getAllProperty()Returns allpropertyelementsPropertyType<JmsDestinationType<T>>JmsDestinationType. 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 JmsDestinationType Modifier and Type Class Description classJmsDestinationTypeImpl<T>This class implements thejms-destinationTypexsd typeMethods in org.jboss.shrinkwrap.descriptor.impl.javaee7 that return JmsDestinationType Modifier and Type Method Description JmsDestinationType<T>JmsDestinationTypeImpl. className(String className)Sets theclass-nameelementJmsDestinationType<T>JmsDestinationTypeImpl. description(String description)Sets thedescriptionelementJmsDestinationType<T>JmsDestinationTypeImpl. destinationName(String destinationName)Sets thedestination-nameelementJmsDestinationType<T>JmsDestinationTypeImpl. id(String id)Sets theidattributeJmsDestinationType<T>JmsDestinationTypeImpl. name(String name)Sets thenameelementJmsDestinationType<T>JmsDestinationTypeImpl. removeAllProperty()Removes allpropertyelementsJmsDestinationType<T>JmsDestinationTypeImpl. removeClassName()Removes theclass-nameelementJmsDestinationType<T>JmsDestinationTypeImpl. removeDescription()Removes thedescriptionelementJmsDestinationType<T>JmsDestinationTypeImpl. removeDestinationName()Removes thedestination-nameelementJmsDestinationType<T>JmsDestinationTypeImpl. removeId()Removes theidattributeJmsDestinationType<T>JmsDestinationTypeImpl. removeName()Removes thenameelementJmsDestinationType<T>JmsDestinationTypeImpl. removeResourceAdapter()Removes theresource-adapterelementJmsDestinationType<T>JmsDestinationTypeImpl. resourceAdapter(String resourceAdapter)Sets theresource-adapterelementMethods in org.jboss.shrinkwrap.descriptor.impl.javaee7 that return types with arguments of type JmsDestinationType Modifier and Type Method Description PropertyType<JmsDestinationType<T>>JmsDestinationTypeImpl. createProperty()Creates a newpropertyelementList<PropertyType<JmsDestinationType<T>>>JmsDestinationTypeImpl. getAllProperty()Returns allpropertyelementsPropertyType<JmsDestinationType<T>>JmsDestinationTypeImpl. getOrCreateProperty()If not already created, a newpropertyelement will be created and returned.
-