Uses of Interface
org.jboss.shrinkwrap.descriptor.api.j2ee14.MessageDestinationRefType
-
Packages that use MessageDestinationRefType Package Description org.jboss.shrinkwrap.descriptor.api.j2ee14 Provides the interfaces and enumeration types as defined in the schemaorg.jboss.shrinkwrap.descriptor.impl.j2ee14 Provides the implementation classes as defined in the schema -
-
Uses of MessageDestinationRefType in org.jboss.shrinkwrap.descriptor.api.j2ee14
Methods in org.jboss.shrinkwrap.descriptor.api.j2ee14 that return MessageDestinationRefType Modifier and Type Method Description MessageDestinationRefType<T>MessageDestinationRefType. description(String... values)Creates for all String objects representingdescriptionelements, a newdescriptionelementMessageDestinationRefType<T>MessageDestinationRefType. id(String id)Sets theidattributeMessageDestinationRefType<T>MessageDestinationRefType. messageDestinationLink(String messageDestinationLink)Sets themessage-destination-linkelementMessageDestinationRefType<T>MessageDestinationRefType. messageDestinationRefName(String messageDestinationRefName)Sets themessage-destination-ref-nameelementMessageDestinationRefType<T>MessageDestinationRefType. messageDestinationType(String messageDestinationType)Sets themessage-destination-typeelementMessageDestinationRefType<T>MessageDestinationRefType. messageDestinationUsage(String messageDestinationUsage)Sets themessage-destination-usageelementMessageDestinationRefType<T>MessageDestinationRefType. messageDestinationUsage(MessageDestinationUsageType messageDestinationUsage)Sets themessage-destination-usageelementMessageDestinationRefType<T>MessageDestinationRefType. removeAllDescription()Removes thedescriptionelementMessageDestinationRefType<T>MessageDestinationRefType. removeId()Removes theidattributeMessageDestinationRefType<T>MessageDestinationRefType. removeMessageDestinationLink()Removes themessage-destination-linkelementMessageDestinationRefType<T>MessageDestinationRefType. removeMessageDestinationRefName()Removes themessage-destination-ref-nameelementMessageDestinationRefType<T>MessageDestinationRefType. removeMessageDestinationType()Removes themessage-destination-typeelementMessageDestinationRefType<T>MessageDestinationRefType. removeMessageDestinationUsage()Removes themessage-destination-usageattribute -
Uses of MessageDestinationRefType in org.jboss.shrinkwrap.descriptor.impl.j2ee14
Classes in org.jboss.shrinkwrap.descriptor.impl.j2ee14 that implement MessageDestinationRefType Modifier and Type Class Description classMessageDestinationRefTypeImpl<T>This class implements themessage-destination-refTypexsd typeMethods in org.jboss.shrinkwrap.descriptor.impl.j2ee14 that return MessageDestinationRefType Modifier and Type Method Description MessageDestinationRefType<T>MessageDestinationRefTypeImpl. description(String... values)Creates for all String objects representingdescriptionelements, a newdescriptionelementMessageDestinationRefType<T>MessageDestinationRefTypeImpl. id(String id)Sets theidattributeMessageDestinationRefType<T>MessageDestinationRefTypeImpl. messageDestinationLink(String messageDestinationLink)Sets themessage-destination-linkelementMessageDestinationRefType<T>MessageDestinationRefTypeImpl. messageDestinationRefName(String messageDestinationRefName)Sets themessage-destination-ref-nameelementMessageDestinationRefType<T>MessageDestinationRefTypeImpl. messageDestinationType(String messageDestinationType)Sets themessage-destination-typeelementMessageDestinationRefType<T>MessageDestinationRefTypeImpl. messageDestinationUsage(String messageDestinationUsage)Sets themessage-destination-usageelementMessageDestinationRefType<T>MessageDestinationRefTypeImpl. messageDestinationUsage(MessageDestinationUsageType messageDestinationUsage)Sets themessage-destination-usageelementMessageDestinationRefType<T>MessageDestinationRefTypeImpl. removeAllDescription()Removes thedescriptionelementMessageDestinationRefType<T>MessageDestinationRefTypeImpl. removeId()Removes theidattributeMessageDestinationRefType<T>MessageDestinationRefTypeImpl. removeMessageDestinationLink()Removes themessage-destination-linkelementMessageDestinationRefType<T>MessageDestinationRefTypeImpl. removeMessageDestinationRefName()Removes themessage-destination-ref-nameelementMessageDestinationRefType<T>MessageDestinationRefTypeImpl. removeMessageDestinationType()Removes themessage-destination-typeelementMessageDestinationRefType<T>MessageDestinationRefTypeImpl. removeMessageDestinationUsage()Removes themessage-destination-usageattribute
-