Class MessageDestination

  • All Implemented Interfaces:
    Keyable<String>

    public class MessageDestination
    extends Object
    implements Keyable<String>
    javaee6.xsd

    Java class for message-destinationType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="message-destinationType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <group ref="{http://java.sun.com/xml/ns/javaee}descriptionGroup"/>
             <element name="message-destination-name" type="{http://java.sun.com/xml/ns/javaee}string"/>
             <element name="mapped-name" type="{http://java.sun.com/xml/ns/javaee}xsdStringType" minOccurs="0"/>
             <element name="lookup-name" type="{http://java.sun.com/xml/ns/javaee}xsdStringType" minOccurs="0"/>
           </sequence>
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • MessageDestination

        public MessageDestination()
    • Method Detail

      • getDescriptions

        public Text[] getDescriptions()
      • setDescriptions

        public void setDescriptions​(Text[] text)
      • getDescription

        public String getDescription()
      • getDisplayNames

        public Text[] getDisplayNames()
      • setDisplayNames

        public void setDisplayNames​(Text[] text)
      • getDisplayName

        public String getDisplayName()
      • getIcon

        public Icon getIcon()
      • getMessageDestinationName

        public String getMessageDestinationName()
      • setMessageDestinationName

        public void setMessageDestinationName​(String value)
      • getKey

        public String getKey()
        Description copied from interface: Keyable
        Gets the immutable key for this object.
        Specified by:
        getKey in interface Keyable<String>
        Returns:
        gets the immutable key for this object
      • getMappedName

        public String getMappedName()
      • setMappedName

        public void setMappedName​(String value)
      • getLookupName

        public String getLookupName()
      • setLookupName

        public void setLookupName​(String lookupName)
      • getId

        public String getId()
      • setId

        public void setId​(String value)