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

org.jboss.shrinkwrap.descriptor.api.facesconfig22.FacesConfigFlowDefinitionFlowReturnType Maven / Gradle / Ivy

The newest version!
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.JavaeeFacesConfigFlowDefinitionFlowReturnCommonType;
/**
 * This interface defines the contract for the  faces-config-flow-definition-flow-returnType  xsd type 
 * @author Ralf Battenfeld
 * @author Andrew Lee Rubinger
 */
public interface FacesConfigFlowDefinitionFlowReturnType extends Child, 
    JavaeeFacesConfigFlowDefinitionFlowReturnCommonType> { 

 
   // --------------------------------------------------------------------------------------------------------||
   // ClassName: FacesConfigFlowDefinitionFlowReturnType ElementName: xsd:token ElementType : from-outcome
   // MaxOccurs: -  isGeneric: true   isAttribute: false isEnum: false isDataType: true
   // --------------------------------------------------------------------------------------------------------||

   /**
    * Sets the from-outcome element
    * @param fromOutcome the value for the element from-outcome 
    * @return the current instance of FacesConfigFlowDefinitionFlowReturnType 
    */
   public FacesConfigFlowDefinitionFlowReturnType fromOutcome(String fromOutcome);

   /**
    * Returns the from-outcome element
    * @return the node defined for the element from-outcome 
    */
   public String getFromOutcome();

   /**
    * Removes the from-outcome element 
    * @return the current instance of FacesConfigFlowDefinitionFlowReturnType 
    */
   public FacesConfigFlowDefinitionFlowReturnType removeFromOutcome();

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy