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

org.jboss.shrinkwrap.descriptor.api.facelettaglibrary20.FaceletTaglibTagType Maven / Gradle / Ivy

The newest version!
package org.jboss.shrinkwrap.descriptor.api.facelettaglibrary20; 

import java.util.ArrayList;
import java.util.List;
import org.jboss.shrinkwrap.descriptor.api.Child;
import org.jboss.shrinkwrap.descriptor.api.facelettaglibrary20.FaceletTaglibTagBehaviorType;
import org.jboss.shrinkwrap.descriptor.api.facelettaglibrary20.FaceletTaglibTagComponentType;
import org.jboss.shrinkwrap.descriptor.api.facelettaglibrary20.FaceletTaglibTagConverterType;
import org.jboss.shrinkwrap.descriptor.api.facelettaglibrary20.FaceletTaglibTagValidatorType;
import org.jboss.shrinkwrap.descriptor.api.facelettaglibrary20.FaceletTaglibTagAttributeType;
import org.jboss.shrinkwrap.descriptor.api.javaee5.IconType;
import org.jboss.shrinkwrap.descriptor.api.facelettaglibrary.*;
import org.jboss.shrinkwrap.descriptor.api.facelettaglibrary.JavaeeFaceletTaglibTagCommonType;

import org.jboss.shrinkwrap.descriptor.api.facelettaglibrary20.FaceletTaglibTagBehaviorType;
import org.jboss.shrinkwrap.descriptor.api.facelettaglibrary20.FaceletTaglibTagComponentType;
import org.jboss.shrinkwrap.descriptor.api.facelettaglibrary20.FaceletTaglibTagConverterType;
import org.jboss.shrinkwrap.descriptor.api.facelettaglibrary20.FaceletTaglibTagValidatorType;
import org.jboss.shrinkwrap.descriptor.api.facelettaglibrary20.FaceletTaglibTagAttributeType;/**
 * This interface defines the contract for the  facelet-taglib-tagType  xsd type 
 * @author Ralf Battenfeld
 * @author Andrew Lee Rubinger
 * @author George Gastaldi
 */
public interface FaceletTaglibTagType extends Child, 
    JavaeeFaceletTaglibTagCommonType,
    FaceletTaglibTagBehaviorType>,
    FaceletTaglibTagComponentType>,
    FaceletTaglibTagConverterType>,
    FaceletTaglibTagValidatorType>,
    FaceletTaglibTagAttributeType>> { 

 
   // --------------------------------------------------------------------------------------------------------||
   // ClassName: FaceletTaglibTagType 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 FaceletTaglibTagType 
    */
   public FaceletTaglibTagType description(String ... values);

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

   /**
    * Removes the description element 
    * @return the current instance of FaceletTaglibTagType 
    */
   public FaceletTaglibTagType removeAllDescription();
 
   // --------------------------------------------------------------------------------------------------------||
   // ClassName: FaceletTaglibTagType 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 FaceletTaglibTagType 
    */
   public FaceletTaglibTagType 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 FaceletTaglibTagType 
    */
   public FaceletTaglibTagType removeAllDisplayName();
 
   // --------------------------------------------------------------------------------------------------------||
   // ClassName: FaceletTaglibTagType 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 FaceletTaglibTagType removeAllIcon();
 
   // --------------------------------------------------------------------------------------------------------||
   // ClassName: FaceletTaglibTagType ElementName: xsd:NCName ElementType : tag-name
   // MaxOccurs: -  isGeneric: true   isAttribute: false isEnum: false isDataType: true
   // --------------------------------------------------------------------------------------------------------||

   /**
    * Sets the tag-name element
    * @param tagName the value for the element tag-name 
    * @return the current instance of FaceletTaglibTagType 
    */
   public FaceletTaglibTagType tagName(String tagName);

   /**
    * Returns the tag-name element
    * @return the node defined for the element tag-name 
    */
   public String getTagName();

   /**
    * Removes the tag-name element 
    * @return the current instance of FaceletTaglibTagType 
    */
   public FaceletTaglibTagType removeTagName();

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

   /**
    * Sets the handler-class element
    * @param handlerClass the value for the element handler-class 
    * @return the current instance of FaceletTaglibTagType 
    */
   public FaceletTaglibTagType handlerClass(String handlerClass);

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

   /**
    * Removes the handler-class element 
    * @return the current instance of FaceletTaglibTagType 
    */
   public FaceletTaglibTagType removeHandlerClass();

 
   // --------------------------------------------------------------------------------------------------------||
   // ClassName: FaceletTaglibTagType ElementName: javaee:facelet-taglib-tag-behaviorType ElementType : behavior
   // MaxOccurs: -  isGeneric: true   isAttribute: false isEnum: false isDataType: false
   // --------------------------------------------------------------------------------------------------------||

   /**
    * If not already created, a new behavior element with the given value will be created.
    * Otherwise, the existing behavior element will be returned.
    * @return  a new or existing instance of FaceletTaglibTagBehaviorType> 
    */
   public FaceletTaglibTagBehaviorType> getOrCreateBehavior();

   /**
    * Removes the behavior element 
    * @return the current instance of FaceletTaglibTagType 
    */
   public FaceletTaglibTagType removeBehavior();

 
   // --------------------------------------------------------------------------------------------------------||
   // ClassName: FaceletTaglibTagType ElementName: javaee:facelet-taglib-tag-componentType ElementType : component
   // MaxOccurs: -  isGeneric: true   isAttribute: false isEnum: false isDataType: false
   // --------------------------------------------------------------------------------------------------------||

   /**
    * If not already created, a new component element with the given value will be created.
    * Otherwise, the existing component element will be returned.
    * @return  a new or existing instance of FaceletTaglibTagComponentType> 
    */
   public FaceletTaglibTagComponentType> getOrCreateComponent();

   /**
    * Removes the component element 
    * @return the current instance of FaceletTaglibTagType 
    */
   public FaceletTaglibTagType removeComponent();

 
   // --------------------------------------------------------------------------------------------------------||
   // ClassName: FaceletTaglibTagType ElementName: javaee:facelet-taglib-tag-converterType ElementType : converter
   // MaxOccurs: -  isGeneric: true   isAttribute: false isEnum: false isDataType: false
   // --------------------------------------------------------------------------------------------------------||

   /**
    * If not already created, a new converter element with the given value will be created.
    * Otherwise, the existing converter element will be returned.
    * @return  a new or existing instance of FaceletTaglibTagConverterType> 
    */
   public FaceletTaglibTagConverterType> getOrCreateConverter();

   /**
    * Removes the converter element 
    * @return the current instance of FaceletTaglibTagType 
    */
   public FaceletTaglibTagType removeConverter();

 
   // --------------------------------------------------------------------------------------------------------||
   // ClassName: FaceletTaglibTagType ElementName: javaee:facelet-taglib-tag-validatorType ElementType : validator
   // MaxOccurs: -  isGeneric: true   isAttribute: false isEnum: false isDataType: false
   // --------------------------------------------------------------------------------------------------------||

   /**
    * If not already created, a new validator element with the given value will be created.
    * Otherwise, the existing validator element will be returned.
    * @return  a new or existing instance of FaceletTaglibTagValidatorType> 
    */
   public FaceletTaglibTagValidatorType> getOrCreateValidator();

   /**
    * Removes the validator element 
    * @return the current instance of FaceletTaglibTagType 
    */
   public FaceletTaglibTagType removeValidator();

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

   /**
    * Sets the source element
    * @param source the value for the element source 
    * @return the current instance of FaceletTaglibTagType 
    */
   public FaceletTaglibTagType source(String source);

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

   /**
    * Removes the source element 
    * @return the current instance of FaceletTaglibTagType 
    */
   public FaceletTaglibTagType removeSource();

 
   // --------------------------------------------------------------------------------------------------------||
   // ClassName: FaceletTaglibTagType ElementName: javaee:facelet-taglib-tag-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 FaceletTaglibTagAttributeType> getOrCreateAttribute();

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

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

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

 
   // --------------------------------------------------------------------------------------------------------||
   // ClassName: FaceletTaglibTagType ElementName: javaee:facelet-taglib-tag-extensionType ElementType : tag-extension
   // MaxOccurs: -unbounded  isGeneric: true   isAttribute: false isEnum: false isDataType: false
   // --------------------------------------------------------------------------------------------------------||

   /**
    * Sets the tag-extension element 
    * @return the current instance of FaceletTaglibTagType 
    */
   public FaceletTaglibTagType tagExtension();

   /**
    * Removes the tag-extension element 
    * @return the current instance of FaceletTaglibTagType 
    */
   public Boolean isTagExtension();

   /**
    * Removes the tag-extension element 
    * @return the current instance of FaceletTaglibTagType 
    */
   public FaceletTaglibTagType removeTagExtension();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy