Package org.apache.openejb.jee
Class Listener
- java.lang.Object
-
- org.apache.openejb.jee.Listener
-
public class Listener extends Object
web-common_3_0.xsdJava 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>
-
-
Field Summary
Fields Modifier and Type Field Description protected TextMapdescriptionprotected TextMapdisplayNameprotected LocalCollection<Icon>iconprotected Stringidprotected StringlistenerClass
-
Constructor Summary
Constructors Constructor Description Listener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddDescription(Text text)voidaddDisplayName(Text text)StringgetDescription()Text[]getDescriptions()StringgetDisplayName()Text[]getDisplayNames()IcongetIcon()Map<String,Icon>getIconMap()Collection<Icon>getIcons()StringgetId()StringgetListenerClass()voidsetDescriptions(Text[] text)voidsetDisplayNames(Text[] text)voidsetId(String value)voidsetListenerClass(String value)
-
-
-
Method Detail
-
getDescriptions
public Text[] getDescriptions()
-
setDescriptions
public void setDescriptions(Text[] text)
-
getDescription
public String getDescription()
-
addDescription
public void addDescription(Text text)
-
getDisplayNames
public Text[] getDisplayNames()
-
setDisplayNames
public void setDisplayNames(Text[] text)
-
getDisplayName
public String getDisplayName()
-
addDisplayName
public void addDisplayName(Text text)
-
getIcons
public Collection<Icon> getIcons()
-
getIcon
public Icon getIcon()
-
getListenerClass
public String getListenerClass()
-
setListenerClass
public void setListenerClass(String value)
-
getId
public String getId()
-
setId
public void setId(String value)
-
-