org.apache.openejb.jee
Class Listener

java.lang.Object
  extended by org.apache.openejb.jee.Listener

public class Listener
extends Object

web-common_3_0.xsd

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>
 


Field Summary
protected  TextMap description
           
protected  TextMap displayName
           
protected  LocalCollection<Icon> icon
           
protected  String id
           
protected  String listenerClass
           
 
Constructor Summary
Listener()
           
 
Method Summary
 void addDescription(Text text)
           
 void addDisplayName(Text text)
           
 String getDescription()
           
 Text[] getDescriptions()
           
 String getDisplayName()
           
 Text[] getDisplayNames()
           
 Icon getIcon()
           
 Map<String,Icon> getIconMap()
           
 Collection<Icon> getIcons()
           
 String getId()
           
 String getListenerClass()
           
 void setDescriptions(Text[] text)
           
 void setDisplayNames(Text[] text)
           
 void setId(String value)
           
 void setListenerClass(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

description

protected TextMap description

displayName

protected TextMap displayName

icon

protected LocalCollection<Icon> icon

listenerClass

protected String listenerClass

id

protected String id
Constructor Detail

Listener

public Listener()
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()

getIconMap

public Map<String,Icon> getIconMap()

getIcon

public Icon getIcon()

getListenerClass

public String getListenerClass()

setListenerClass

public void setListenerClass(String value)

getId

public String getId()

setId

public void setId(String value)


Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.