org.apache.openejb.jee
Class MessageDestination

java.lang.Object
  extended by org.apache.openejb.jee.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>
 


Field Summary
protected  TextMap description
           
protected  TextMap displayName
           
protected  LocalCollection<Icon> icon
           
protected  String id
           
protected  String lookupName
           
protected  String mappedName
           
protected  String messageDestinationName
           
 
Constructor Summary
MessageDestination()
           
 
Method Summary
 String getDescription()
           
 Text[] getDescriptions()
           
 String getDisplayName()
           
 Text[] getDisplayNames()
           
 Icon getIcon()
           
 Map<String,Icon> getIconMap()
           
 Collection<Icon> getIcons()
           
 String getId()
           
 String getKey()
          Gets the immutable key for this object.
 String getLookupName()
           
 String getMappedName()
           
 String getMessageDestinationName()
           
 void setDescriptions(Text[] text)
           
 void setDisplayNames(Text[] text)
           
 void setId(String value)
           
 void setLookupName(String lookupName)
           
 void setMappedName(String value)
           
 void setMessageDestinationName(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

description

protected TextMap description

displayName

protected TextMap displayName

icon

protected LocalCollection<Icon> icon

messageDestinationName

protected String messageDestinationName

mappedName

protected String mappedName

lookupName

protected String lookupName

id

protected String id
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()

getIcons

public Collection<Icon> getIcons()

getIconMap

public Map<String,Icon> getIconMap()

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)


Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.