Package org.apache.openejb.jee
Class MessageDestination
- java.lang.Object
-
- org.apache.openejb.jee.MessageDestination
-
public class MessageDestination extends Object implements Keyable<String>
javaee6.xsdJava 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
Fields Modifier and Type Field Description protected TextMapdescriptionprotected TextMapdisplayNameprotected LocalCollection<Icon>iconprotected Stringidprotected StringlookupNameprotected StringmappedNameprotected StringmessageDestinationName
-
Constructor Summary
Constructors Constructor Description MessageDestination()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()Text[]getDescriptions()StringgetDisplayName()Text[]getDisplayNames()IcongetIcon()Map<String,Icon>getIconMap()Collection<Icon>getIcons()StringgetId()StringgetKey()Gets the immutable key for this object.StringgetLookupName()StringgetMappedName()StringgetMessageDestinationName()voidsetDescriptions(Text[] text)voidsetDisplayNames(Text[] text)voidsetId(String value)voidsetLookupName(String lookupName)voidsetMappedName(String value)voidsetMessageDestinationName(String value)
-
-
-
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
-
-
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()
-
getIcon
public Icon getIcon()
-
getMessageDestinationName
public String getMessageDestinationName()
-
setMessageDestinationName
public void setMessageDestinationName(String value)
-
getKey
public String getKey()
Description copied from interface:KeyableGets 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)
-
-