All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jboss.shrinkwrap.descriptor.api.facesconfig21.FacesConfigSystemEventListenerType Maven / Gradle / Ivy

package org.jboss.shrinkwrap.descriptor.api.facesconfig21; 

import java.util.ArrayList;
import java.util.List;
import org.jboss.shrinkwrap.descriptor.api.Child;
import org.jboss.shrinkwrap.descriptor.api.facesconfig.*;
import org.jboss.shrinkwrap.descriptor.api.facesconfig.JavaeeFacesConfigSystemEventListenerCommonType;
/**
 * This interface defines the contract for the  faces-config-system-event-listenerType  xsd type 
 * @author Ralf Battenfeld
 * @author Andrew Lee Rubinger
 * @author George Gastaldi
 */
public interface FacesConfigSystemEventListenerType extends Child, 
    JavaeeFacesConfigSystemEventListenerCommonType> { 

 
   // --------------------------------------------------------------------------------------------------------||
   // ClassName: FacesConfigSystemEventListenerType ElementName: xsd:token ElementType : system-event-listener-class
   // MaxOccurs: -  isGeneric: true   isAttribute: false isEnum: false isDataType: true
   // --------------------------------------------------------------------------------------------------------||

   /**
    * Sets the system-event-listener-class element
    * @param systemEventListenerClass the value for the element system-event-listener-class 
    * @return the current instance of FacesConfigSystemEventListenerType 
    */
   public FacesConfigSystemEventListenerType systemEventListenerClass(String systemEventListenerClass);

   /**
    * Returns the system-event-listener-class element
    * @return the node defined for the element system-event-listener-class 
    */
   public String getSystemEventListenerClass();

   /**
    * Removes the system-event-listener-class element 
    * @return the current instance of FacesConfigSystemEventListenerType 
    */
   public FacesConfigSystemEventListenerType removeSystemEventListenerClass();

 
   // --------------------------------------------------------------------------------------------------------||
   // ClassName: FacesConfigSystemEventListenerType ElementName: xsd:token ElementType : system-event-class
   // MaxOccurs: -  isGeneric: true   isAttribute: false isEnum: false isDataType: true
   // --------------------------------------------------------------------------------------------------------||

   /**
    * Sets the system-event-class element
    * @param systemEventClass the value for the element system-event-class 
    * @return the current instance of FacesConfigSystemEventListenerType 
    */
   public FacesConfigSystemEventListenerType systemEventClass(String systemEventClass);

   /**
    * Returns the system-event-class element
    * @return the node defined for the element system-event-class 
    */
   public String getSystemEventClass();

   /**
    * Removes the system-event-class element 
    * @return the current instance of FacesConfigSystemEventListenerType 
    */
   public FacesConfigSystemEventListenerType removeSystemEventClass();

 
   // --------------------------------------------------------------------------------------------------------||
   // ClassName: FacesConfigSystemEventListenerType ElementName: xsd:token ElementType : source-class
   // MaxOccurs: -  isGeneric: true   isAttribute: false isEnum: false isDataType: true
   // --------------------------------------------------------------------------------------------------------||

   /**
    * Sets the source-class element
    * @param sourceClass the value for the element source-class 
    * @return the current instance of FacesConfigSystemEventListenerType 
    */
   public FacesConfigSystemEventListenerType sourceClass(String sourceClass);

   /**
    * Returns the source-class element
    * @return the node defined for the element source-class 
    */
   public String getSourceClass();

   /**
    * Removes the source-class element 
    * @return the current instance of FacesConfigSystemEventListenerType 
    */
   public FacesConfigSystemEventListenerType removeSourceClass();

 
   // --------------------------------------------------------------------------------------------------------||
   // ClassName: FacesConfigSystemEventListenerType ElementName: xsd:ID ElementType : id
   // MaxOccurs: -  isGeneric: true   isAttribute: true isEnum: false isDataType: true
   // --------------------------------------------------------------------------------------------------------||

   /**
    * Sets the id attribute
    * @param id the value for the attribute id 
    * @return the current instance of FacesConfigSystemEventListenerType 
    */
   public FacesConfigSystemEventListenerType id(String id);

   /**
    * Returns the id attribute
    * @return the value defined for the attribute id 
    */
   public String getId();

   /**
    * Removes the id attribute 
    * @return the current instance of FacesConfigSystemEventListenerType 
    */
   public FacesConfigSystemEventListenerType removeId();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy