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

org.jboss.shrinkwrap.descriptor.api.facesconfig22.FacesConfigValidatorType Maven / Gradle / Ivy

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

import java.util.ArrayList;
import java.util.List;
import org.jboss.shrinkwrap.descriptor.api.Child;
import org.jboss.shrinkwrap.descriptor.api.facesconfig22.FacesConfigAttributeType;
import org.jboss.shrinkwrap.descriptor.api.facesconfig22.FacesConfigPropertyType;
import org.jboss.shrinkwrap.descriptor.api.javaee7.IconType;
import org.jboss.shrinkwrap.descriptor.api.facesconfig.*;
import org.jboss.shrinkwrap.descriptor.api.facesconfig.JavaeeFacesConfigValidatorCommonType;

import org.jboss.shrinkwrap.descriptor.api.facesconfig22.FacesConfigAttributeType;
import org.jboss.shrinkwrap.descriptor.api.facesconfig22.FacesConfigPropertyType;/**
 * This interface defines the contract for the  faces-config-validatorType  xsd type 
 * @author Ralf Battenfeld
 * @author Andrew Lee Rubinger
 */
public interface FacesConfigValidatorType extends Child, 
    JavaeeFacesConfigValidatorCommonType,
    FacesConfigAttributeType>,
    FacesConfigPropertyType>> { 

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

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

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

   /**
    * Sets the validator-id element
    * @param validatorId the value for the element validator-id 
    * @return the current instance of FacesConfigValidatorType 
    */
   public FacesConfigValidatorType validatorId(String validatorId);

   /**
    * Returns the validator-id element
    * @return the node defined for the element validator-id 
    */
   public String getValidatorId();

   /**
    * Removes the validator-id element 
    * @return the current instance of FacesConfigValidatorType 
    */
   public FacesConfigValidatorType removeValidatorId();

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

   /**
    * Sets the validator-class element
    * @param validatorClass the value for the element validator-class 
    * @return the current instance of FacesConfigValidatorType 
    */
   public FacesConfigValidatorType validatorClass(String validatorClass);

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

   /**
    * Removes the validator-class element 
    * @return the current instance of FacesConfigValidatorType 
    */
   public FacesConfigValidatorType removeValidatorClass();

 
   // --------------------------------------------------------------------------------------------------------||
   // ClassName: FacesConfigValidatorType 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 FacesConfigValidatorType removeAllAttribute();

 
   // --------------------------------------------------------------------------------------------------------||
   // ClassName: FacesConfigValidatorType ElementName: javaee:faces-config-propertyType ElementType : property
   // MaxOccurs: -unbounded  isGeneric: true   isAttribute: false isEnum: false isDataType: false
   // --------------------------------------------------------------------------------------------------------||

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

   /**
    * Creates a new property element 
    * @return the new created instance of FacesConfigPropertyType> 
    */
   public FacesConfigPropertyType> createProperty();

   /**
    * Returns all property elements
    * @return list of property 
    */
   public List>> getAllProperty();

   /**
    * Removes all property elements 
    * @return the current instance of FacesConfigPropertyType> 
    */
   public FacesConfigValidatorType removeAllProperty();

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

   /**
    * Sets the validator-extension element 
    * @return the current instance of FacesConfigValidatorType 
    */
   public FacesConfigValidatorType validatorExtension();

   /**
    * Removes the validator-extension element 
    * @return the current instance of FacesConfigValidatorType 
    */
   public Boolean isValidatorExtension();

   /**
    * Removes the validator-extension element 
    * @return the current instance of FacesConfigValidatorType 
    */
   public FacesConfigValidatorType removeValidatorExtension();

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy