org.apache.openejb.jee
Class MessageDestination
java.lang.Object
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
MessageDestination
public MessageDestination()
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-2011 The Apache Software Foundation. All Rights Reserved.