public class Listener
extends java.lang.Object
Java class for listenerType complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="listenerType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{http://java.sun.com/xml/ns/javaee}descriptionGroup"/>
         <element name="listener-class" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType"/>
       </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 java.lang.String | 
id  | 
protected java.lang.String | 
listenerClass  | 
| Constructor and Description | 
|---|
Listener()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addDescription(Text text)  | 
void | 
addDisplayName(Text text)  | 
java.lang.String | 
getDescription()  | 
Text[] | 
getDescriptions()  | 
java.lang.String | 
getDisplayName()  | 
Text[] | 
getDisplayNames()  | 
Icon | 
getIcon()  | 
java.util.Map<java.lang.String,Icon> | 
getIconMap()  | 
java.util.Collection<Icon> | 
getIcons()  | 
java.lang.String | 
getId()  | 
java.lang.String | 
getListenerClass()  | 
void | 
setDescriptions(Text[] text)  | 
void | 
setDisplayNames(Text[] text)  | 
void | 
setId(java.lang.String value)  | 
void | 
setListenerClass(java.lang.String value)  | 
protected TextMap description
protected TextMap displayName
protected LocalCollection<Icon> icon
protected java.lang.String listenerClass
protected java.lang.String id
public Text[] getDescriptions()
public void setDescriptions(Text[] text)
public java.lang.String getDescription()
public void addDescription(Text text)
public Text[] getDisplayNames()
public void setDisplayNames(Text[] text)
public java.lang.String getDisplayName()
public void addDisplayName(Text text)
public java.util.Collection<Icon> getIcons()
public java.util.Map<java.lang.String,Icon> getIconMap()
public Icon getIcon()
public java.lang.String getListenerClass()
public void setListenerClass(java.lang.String value)
public java.lang.String getId()
public void setId(java.lang.String value)