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

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

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

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

   /**
    * Returns the name element
    * @return the node defined for the element name 
    */
   public String getName();

   /**
    * Removes the name element 
    * @return the current instance of FacesConfigFlowDefinitionInboundParameterType 
    */
   public FacesConfigFlowDefinitionInboundParameterType removeName();

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy