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

org.jboss.shrinkwrap.descriptor.api.facesconfig20.FacesConfigRendererType Maven / Gradle / Ivy

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

import java.util.ArrayList;
import java.util.List;
import org.jboss.shrinkwrap.descriptor.api.Child;
import org.jboss.shrinkwrap.descriptor.api.facesconfig20.FacesConfigFacetType;
import org.jboss.shrinkwrap.descriptor.api.facesconfig20.FacesConfigAttributeType;
import org.jboss.shrinkwrap.descriptor.api.javaee5.IconType;
import org.jboss.shrinkwrap.descriptor.api.facesconfig.*;
import org.jboss.shrinkwrap.descriptor.api.facesconfig.JavaeeFacesConfigRendererCommonType;

import org.jboss.shrinkwrap.descriptor.api.facesconfig20.FacesConfigFacetType;
import org.jboss.shrinkwrap.descriptor.api.facesconfig20.FacesConfigAttributeType;/**
 * This interface defines the contract for the  faces-config-rendererType  xsd type 
 * @author Ralf Battenfeld
 * @author Andrew Lee Rubinger
 * @author George Gastaldi
 */
public interface FacesConfigRendererType extends Child, 
    JavaeeFacesConfigRendererCommonType,
    FacesConfigFacetType>,
    FacesConfigAttributeType>> { 

 
   // --------------------------------------------------------------------------------------------------------||
   // ClassName: FacesConfigRendererType ElementName: xsd:string ElementType : description
   // MaxOccurs: -unbounded  isGeneric: true   isAttribute: false isEnum: false isDataType: true
   // --------------------------------------------------------------------------------------------------------||

   /**
    * Creates for all String objects representing description elements, 
    * a new description element 
    * @param values list of description objects 
    * @return the current instance of FacesConfigRendererType 
    */
   public FacesConfigRendererType description(String ... values);

   /**
    * Returns all description elements
    * @return list of description 
    */
   public List getAllDescription();

   /**
    * Removes the description element 
    * @return the current instance of FacesConfigRendererType 
    */
   public FacesConfigRendererType removeAllDescription();
 
   // --------------------------------------------------------------------------------------------------------||
   // ClassName: FacesConfigRendererType ElementName: xsd:token ElementType : display-name
   // MaxOccurs: -unbounded  isGeneric: true   isAttribute: false isEnum: false isDataType: true
   // --------------------------------------------------------------------------------------------------------||

   /**
    * Creates for all String objects representing display-name elements, 
    * a new display-name element 
    * @param values list of display-name objects 
    * @return the current instance of FacesConfigRendererType 
    */
   public FacesConfigRendererType displayName(String ... values);

   /**
    * Returns all display-name elements
    * @return list of display-name 
    */
   public List getAllDisplayName();

   /**
    * Removes the display-name element 
    * @return the current instance of FacesConfigRendererType 
    */
   public FacesConfigRendererType removeAllDisplayName();
 
   // --------------------------------------------------------------------------------------------------------||
   // ClassName: FacesConfigRendererType ElementName: javaee:iconType ElementType : icon
   // MaxOccurs: -unbounded  isGeneric: true   isAttribute: false isEnum: false isDataType: false
   // --------------------------------------------------------------------------------------------------------||

   /**
    * If not already created, a new icon element will be created and returned.
    * Otherwise, the first existing icon element will be returned.
    * @return the instance defined for the element icon 
    */
   public IconType> getOrCreateIcon();

   /**
    * Creates a new icon element 
    * @return the new created instance of IconType> 
    */
   public IconType> createIcon();

   /**
    * Returns all icon elements
    * @return list of icon 
    */
   public List>> getAllIcon();

   /**
    * Removes all icon elements 
    * @return the current instance of IconType> 
    */
   public FacesConfigRendererType removeAllIcon();
 
   // --------------------------------------------------------------------------------------------------------||
   // ClassName: FacesConfigRendererType ElementName: xsd:token ElementType : component-family
   // MaxOccurs: -  isGeneric: true   isAttribute: false isEnum: false isDataType: true
   // --------------------------------------------------------------------------------------------------------||

   /**
    * Sets the component-family element
    * @param componentFamily the value for the element component-family 
    * @return the current instance of FacesConfigRendererType 
    */
   public FacesConfigRendererType componentFamily(String componentFamily);

   /**
    * Returns the component-family element
    * @return the node defined for the element component-family 
    */
   public String getComponentFamily();

   /**
    * Removes the component-family element 
    * @return the current instance of FacesConfigRendererType 
    */
   public FacesConfigRendererType removeComponentFamily();

 
   // --------------------------------------------------------------------------------------------------------||
   // ClassName: FacesConfigRendererType ElementName: xsd:token ElementType : renderer-type
   // MaxOccurs: -  isGeneric: true   isAttribute: false isEnum: false isDataType: true
   // --------------------------------------------------------------------------------------------------------||

   /**
    * Sets the renderer-type element
    * @param rendererType the value for the element renderer-type 
    * @return the current instance of FacesConfigRendererType 
    */
   public FacesConfigRendererType rendererType(String rendererType);

   /**
    * Returns the renderer-type element
    * @return the node defined for the element renderer-type 
    */
   public String getRendererType();

   /**
    * Removes the renderer-type element 
    * @return the current instance of FacesConfigRendererType 
    */
   public FacesConfigRendererType removeRendererType();

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

   /**
    * Sets the renderer-class element
    * @param rendererClass the value for the element renderer-class 
    * @return the current instance of FacesConfigRendererType 
    */
   public FacesConfigRendererType rendererClass(String rendererClass);

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

   /**
    * Removes the renderer-class element 
    * @return the current instance of FacesConfigRendererType 
    */
   public FacesConfigRendererType removeRendererClass();

 
   // --------------------------------------------------------------------------------------------------------||
   // ClassName: FacesConfigRendererType ElementName: javaee:faces-config-facetType ElementType : facet
   // MaxOccurs: -unbounded  isGeneric: true   isAttribute: false isEnum: false isDataType: false
   // --------------------------------------------------------------------------------------------------------||

   /**
    * If not already created, a new facet element will be created and returned.
    * Otherwise, the first existing facet element will be returned.
    * @return the instance defined for the element facet 
    */
   public FacesConfigFacetType> getOrCreateFacet();

   /**
    * Creates a new facet element 
    * @return the new created instance of FacesConfigFacetType> 
    */
   public FacesConfigFacetType> createFacet();

   /**
    * Returns all facet elements
    * @return list of facet 
    */
   public List>> getAllFacet();

   /**
    * Removes all facet elements 
    * @return the current instance of FacesConfigFacetType> 
    */
   public FacesConfigRendererType removeAllFacet();

 
   // --------------------------------------------------------------------------------------------------------||
   // ClassName: FacesConfigRendererType ElementName: javaee:faces-config-attributeType ElementType : attribute
   // MaxOccurs: -unbounded  isGeneric: true   isAttribute: false isEnum: false isDataType: false
   // --------------------------------------------------------------------------------------------------------||

   /**
    * If not already created, a new attribute element will be created and returned.
    * Otherwise, the first existing attribute element will be returned.
    * @return the instance defined for the element attribute 
    */
   public FacesConfigAttributeType> getOrCreateAttribute();

   /**
    * Creates a new attribute element 
    * @return the new created instance of FacesConfigAttributeType> 
    */
   public FacesConfigAttributeType> createAttribute();

   /**
    * Returns all attribute elements
    * @return list of attribute 
    */
   public List>> getAllAttribute();

   /**
    * Removes all attribute elements 
    * @return the current instance of FacesConfigAttributeType> 
    */
   public FacesConfigRendererType removeAllAttribute();

 
   // --------------------------------------------------------------------------------------------------------||
   // ClassName: FacesConfigRendererType ElementName: javaee:faces-config-renderer-extensionType ElementType : renderer-extension
   // MaxOccurs: -unbounded  isGeneric: true   isAttribute: false isEnum: false isDataType: false
   // --------------------------------------------------------------------------------------------------------||

   /**
    * Sets the renderer-extension element 
    * @return the current instance of FacesConfigRendererType 
    */
   public FacesConfigRendererType rendererExtension();

   /**
    * Removes the renderer-extension element 
    * @return the current instance of FacesConfigRendererType 
    */
   public Boolean isRendererExtension();

   /**
    * Removes the renderer-extension element 
    * @return the current instance of FacesConfigRendererType 
    */
   public FacesConfigRendererType removeRendererExtension();

 
   // --------------------------------------------------------------------------------------------------------||
   // ClassName: FacesConfigRendererType 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 FacesConfigRendererType 
    */
   public FacesConfigRendererType 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 FacesConfigRendererType 
    */
   public FacesConfigRendererType removeId();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy