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

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

 
   // --------------------------------------------------------------------------------------------------------||
   // ClassName: FacesConfigFlowDefinitionFlowCallOutboundParameterType 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 FacesConfigFlowDefinitionFlowCallOutboundParameterType 
    */
   public FacesConfigFlowDefinitionFlowCallOutboundParameterType 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 FacesConfigFlowDefinitionFlowCallOutboundParameterType 
    */
   public FacesConfigFlowDefinitionFlowCallOutboundParameterType removeName();

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy