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

org.jboss.shrinkwrap.descriptor.api.facesconfig21.FacesConfigAbsoluteOrderingType Maven / Gradle / Ivy

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

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.JavaeeFacesConfigAbsoluteOrderingCommonType;
/**
 * This interface defines the contract for the  faces-config-absoluteOrderingType  xsd type 
 * @author Ralf Battenfeld
 * @author Andrew Lee Rubinger
 * @author George Gastaldi
 */
public interface FacesConfigAbsoluteOrderingType extends Child, 
    JavaeeFacesConfigAbsoluteOrderingCommonType> { 

 
   // --------------------------------------------------------------------------------------------------------||
   // ClassName: FacesConfigAbsoluteOrderingType ElementName: xsd:token ElementType : name
   // MaxOccurs: -unbounded  isGeneric: true   isAttribute: false isEnum: false isDataType: true
   // --------------------------------------------------------------------------------------------------------||

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

   /**
    * Returns all name elements
    * @return list of name 
    */
   public List getAllName();

   /**
    * Removes the name element 
    * @return the current instance of FacesConfigAbsoluteOrderingType 
    */
   public FacesConfigAbsoluteOrderingType removeAllName();

 
   // --------------------------------------------------------------------------------------------------------||
   // ClassName: FacesConfigAbsoluteOrderingType ElementName: javaee:faces-config-ordering-othersType ElementType : others
   // MaxOccurs: -unbounded  isGeneric: true   isAttribute: false isEnum: false isDataType: false
   // --------------------------------------------------------------------------------------------------------||

   /**
    * Sets the others element 
    * @return the current instance of FacesConfigAbsoluteOrderingType 
    */
   public FacesConfigAbsoluteOrderingType others();

   /**
    * Removes the others element 
    * @return the current instance of FacesConfigAbsoluteOrderingType 
    */
   public Boolean isOthers();

   /**
    * Removes the others element 
    * @return the current instance of FacesConfigAbsoluteOrderingType 
    */
   public FacesConfigAbsoluteOrderingType removeOthers();

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy