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

org.jboss.shrinkwrap.descriptor.api.facesconfig20.FacesConfigListEntriesType 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.facesconfig.*;
import org.jboss.shrinkwrap.descriptor.api.facesconfig.JavaeeFacesConfigListEntriesCommonType;
/**
 * This interface defines the contract for the  faces-config-list-entriesType  xsd type 
 * @author Ralf Battenfeld
 * @author Andrew Lee Rubinger
 * @author George Gastaldi
 */
public interface FacesConfigListEntriesType extends Child, 
    JavaeeFacesConfigListEntriesCommonType> { 

 
   // --------------------------------------------------------------------------------------------------------||
   // ClassName: FacesConfigListEntriesType ElementName: javaee:fully-qualified-classType ElementType : value-class
   // MaxOccurs: -  isGeneric: true   isAttribute: false isEnum: false isDataType: true
   // --------------------------------------------------------------------------------------------------------||

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

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

   /**
    * Removes the value-class element 
    * @return the current instance of FacesConfigListEntriesType 
    */
   public FacesConfigListEntriesType removeValueClass();

 
   // --------------------------------------------------------------------------------------------------------||
   // ClassName: FacesConfigListEntriesType ElementName: javaee:faces-config-null-valueType ElementType : null-value
   // MaxOccurs: -unbounded  isGeneric: true   isAttribute: false isEnum: false isDataType: false
   // --------------------------------------------------------------------------------------------------------||

   /**
    * Sets the null-value element 
    * @return the current instance of FacesConfigListEntriesType 
    */
   public FacesConfigListEntriesType nullValue();

   /**
    * Removes the null-value element 
    * @return the current instance of FacesConfigListEntriesType 
    */
   public Boolean isNullValue();

   /**
    * Removes the null-value element 
    * @return the current instance of FacesConfigListEntriesType 
    */
   public FacesConfigListEntriesType removeNullValue();

 
   // --------------------------------------------------------------------------------------------------------||
   // ClassName: FacesConfigListEntriesType ElementName: javaee:faces-config-el-expressionType ElementType : value
   // MaxOccurs: -unbounded  isGeneric: true   isAttribute: false isEnum: false isDataType: true
   // --------------------------------------------------------------------------------------------------------||

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

   /**
    * Returns all value elements
    * @return list of value 
    */
   public List getAllValue();

   /**
    * Removes the value element 
    * @return the current instance of FacesConfigListEntriesType 
    */
   public FacesConfigListEntriesType removeAllValue();

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy