public class MessageDestination extends Object implements Keyable<String>
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>
| Modifier and Type | Field and Description |
|---|---|
protected TextMap |
description |
protected TextMap |
displayName |
protected LocalCollection<Icon> |
icon |
protected String |
id |
protected String |
lookupName |
protected String |
mappedName |
protected String |
messageDestinationName |
| Constructor and Description |
|---|
MessageDestination() |
| Modifier and Type | Method and Description |
|---|---|
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) |
protected TextMap description
protected TextMap displayName
protected LocalCollection<Icon> icon
protected String messageDestinationName
protected String mappedName
protected String lookupName
protected String id
public Text[] getDescriptions()
public void setDescriptions(Text[] text)
public String getDescription()
public Text[] getDisplayNames()
public void setDisplayNames(Text[] text)
public String getDisplayName()
public Collection<Icon> getIcons()
public Icon getIcon()
public String getMessageDestinationName()
public void setMessageDestinationName(String value)
public String getKey()
Keyablepublic String getMappedName()
public void setMappedName(String value)
public String getLookupName()
public void setLookupName(String lookupName)
public String getId()
public void setId(String value)
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.