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

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

The newest version!
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.facesconfig.*;
import org.jboss.shrinkwrap.descriptor.api.facesconfig.JavaeeFacesConfigDefaultValidatorsCommonType;
/**
 * This interface defines the contract for the  faces-config-default-validatorsType  xsd type 
 * @author Ralf Battenfeld
 * @author Andrew Lee Rubinger
 */
public interface FacesConfigDefaultValidatorsType extends Child, 
    JavaeeFacesConfigDefaultValidatorsCommonType> { 

 
   // --------------------------------------------------------------------------------------------------------||
   // ClassName: FacesConfigDefaultValidatorsType ElementName: xsd:token ElementType : validator-id
   // MaxOccurs: -unbounded  isGeneric: true   isAttribute: false isEnum: false isDataType: true
   // --------------------------------------------------------------------------------------------------------||

   /**
    * Creates for all String objects representing validator-id elements, 
    * a new validator-id element 
    * @param values list of validator-id objects 
    * @return the current instance of FacesConfigDefaultValidatorsType 
    */
   public FacesConfigDefaultValidatorsType validatorId(String ... values);

   /**
    * Returns all validator-id elements
    * @return list of validator-id 
    */
   public List getAllValidatorId();

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy