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

org.jboss.shrinkwrap.descriptor.api.facesconfig22.FacesConfigOrderingType 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.FacesConfigOrderingOrderingType;
import org.jboss.shrinkwrap.descriptor.api.facesconfig22.FacesConfigOrderingOrderingType;
import org.jboss.shrinkwrap.descriptor.api.facesconfig.*;
import org.jboss.shrinkwrap.descriptor.api.facesconfig.JavaeeFacesConfigOrderingCommonType;

import org.jboss.shrinkwrap.descriptor.api.facesconfig22.FacesConfigOrderingOrderingType;
import org.jboss.shrinkwrap.descriptor.api.facesconfig22.FacesConfigOrderingOrderingType;/**
 * This interface defines the contract for the  faces-config-orderingType  xsd type 
 * @author Ralf Battenfeld
 * @author Andrew Lee Rubinger
 */
public interface FacesConfigOrderingType extends Child, 
    JavaeeFacesConfigOrderingCommonType,
    FacesConfigOrderingOrderingType>,
    FacesConfigOrderingOrderingType>> { 

 
   // --------------------------------------------------------------------------------------------------------||
   // ClassName: FacesConfigOrderingType ElementName: javaee:faces-config-ordering-orderingType ElementType : after
   // MaxOccurs: -  isGeneric: true   isAttribute: false isEnum: false isDataType: false
   // --------------------------------------------------------------------------------------------------------||

   /**
    * If not already created, a new after element with the given value will be created.
    * Otherwise, the existing after element will be returned.
    * @return  a new or existing instance of FacesConfigOrderingOrderingType> 
    */
   public FacesConfigOrderingOrderingType> getOrCreateAfter();

   /**
    * Removes the after element 
    * @return the current instance of FacesConfigOrderingType 
    */
   public FacesConfigOrderingType removeAfter();

 
   // --------------------------------------------------------------------------------------------------------||
   // ClassName: FacesConfigOrderingType ElementName: javaee:faces-config-ordering-orderingType ElementType : before
   // MaxOccurs: -  isGeneric: true   isAttribute: false isEnum: false isDataType: false
   // --------------------------------------------------------------------------------------------------------||

   /**
    * If not already created, a new before element with the given value will be created.
    * Otherwise, the existing before element will be returned.
    * @return  a new or existing instance of FacesConfigOrderingOrderingType> 
    */
   public FacesConfigOrderingOrderingType> getOrCreateBefore();

   /**
    * Removes the before element 
    * @return the current instance of FacesConfigOrderingType 
    */
   public FacesConfigOrderingType removeBefore();

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy