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

org.jboss.shrinkwrap.descriptor.api.facesconfig21.FacesConfigOrderingOrderingType 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.JavaeeFacesConfigOrderingOrderingCommonType;
/**
 * This interface defines the contract for the  faces-config-ordering-orderingType  xsd type 
 * @author Ralf Battenfeld
 * @author Andrew Lee Rubinger
 * @author George Gastaldi
 */
public interface FacesConfigOrderingOrderingType extends Child, 
    JavaeeFacesConfigOrderingOrderingCommonType> { 

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

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

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

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

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

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

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy