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

org.jboss.shrinkwrap.descriptor.api.facesconfig22.FacesConfigFlowDefinitionFlowCallParameterType 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.facesconfig.*;
import org.jboss.shrinkwrap.descriptor.api.facesconfig.JavaeeFacesConfigFlowDefinitionFlowCallParameterCommonType;
/**
 * This interface defines the contract for the  faces-config-flow-definition-flow-call-parameterType  xsd type 
 * @author Ralf Battenfeld
 * @author Andrew Lee Rubinger
 */
public interface FacesConfigFlowDefinitionFlowCallParameterType extends Child, 
    JavaeeFacesConfigFlowDefinitionFlowCallParameterCommonType> { 

 
   // --------------------------------------------------------------------------------------------------------||
   // ClassName: FacesConfigFlowDefinitionFlowCallParameterType ElementName: xsd:token ElementType : class
   // MaxOccurs: -  isGeneric: true   isAttribute: false isEnum: false isDataType: true
   // --------------------------------------------------------------------------------------------------------||

   /**
    * Sets the class element
    * @param clazz the value for the element class 
    * @return the current instance of FacesConfigFlowDefinitionFlowCallParameterType 
    */
   public FacesConfigFlowDefinitionFlowCallParameterType clazz(String clazz);

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

   /**
    * Removes the class element 
    * @return the current instance of FacesConfigFlowDefinitionFlowCallParameterType 
    */
   public FacesConfigFlowDefinitionFlowCallParameterType removeClazz();

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

   /**
    * Sets the value element
    * @param value the value for the element value 
    * @return the current instance of FacesConfigFlowDefinitionFlowCallParameterType 
    */
   public FacesConfigFlowDefinitionFlowCallParameterType value(String value);

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

   /**
    * Removes the value element 
    * @return the current instance of FacesConfigFlowDefinitionFlowCallParameterType 
    */
   public FacesConfigFlowDefinitionFlowCallParameterType removeValue();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy