public class FacesSystemEventListener
extends java.lang.Object
Java class for faces-config-system-event-listenerType complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="faces-config-system-event-listenerType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="system-event-listener-class" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType"/>
         <element name="system-event-class" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType"/>
         <element name="source-class" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType" minOccurs="0"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
protected java.lang.String | 
id  | 
protected java.lang.String | 
sourceClass  | 
protected java.lang.String | 
systemEventClass  | 
protected java.lang.String | 
systemEventListenerClass  | 
| Constructor and Description | 
|---|
FacesSystemEventListener()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getId()
Gets the value of the id property. 
 | 
java.lang.String | 
getSourceClass()
Gets the value of the sourceClass property. 
 | 
java.lang.String | 
getSystemEventClass()
Gets the value of the systemEventClass property. 
 | 
java.lang.String | 
getSystemEventListenerClass()
Gets the value of the systemEventListenerClass property. 
 | 
void | 
setId(java.lang.String value)
Sets the value of the id property. 
 | 
void | 
setSourceClass(java.lang.String value)
Sets the value of the sourceClass property. 
 | 
void | 
setSystemEventClass(java.lang.String value)
Sets the value of the systemEventClass property. 
 | 
void | 
setSystemEventListenerClass(java.lang.String value)
Sets the value of the systemEventListenerClass property. 
 | 
protected java.lang.String systemEventListenerClass
protected java.lang.String systemEventClass
protected java.lang.String sourceClass
protected java.lang.String id
public java.lang.String getSystemEventListenerClass()
Stringpublic void setSystemEventListenerClass(java.lang.String value)
value - allowed object is
              Stringpublic java.lang.String getSystemEventClass()
Stringpublic void setSystemEventClass(java.lang.String value)
value - allowed object is
              Stringpublic java.lang.String getSourceClass()
Stringpublic void setSourceClass(java.lang.String value)
value - allowed object is
              Stringpublic java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
              String