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

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

 
   // --------------------------------------------------------------------------------------------------------||
   // ClassName: FacesConfigFlowDefinitionFlowCallFlowReferenceType ElementName: xsd:token ElementType : flow-document-id
   // MaxOccurs: -  isGeneric: true   isAttribute: false isEnum: false isDataType: true
   // --------------------------------------------------------------------------------------------------------||

   /**
    * Sets the flow-document-id element
    * @param flowDocumentId the value for the element flow-document-id 
    * @return the current instance of FacesConfigFlowDefinitionFlowCallFlowReferenceType 
    */
   public FacesConfigFlowDefinitionFlowCallFlowReferenceType flowDocumentId(String flowDocumentId);

   /**
    * Returns the flow-document-id element
    * @return the node defined for the element flow-document-id 
    */
   public String getFlowDocumentId();

   /**
    * Removes the flow-document-id element 
    * @return the current instance of FacesConfigFlowDefinitionFlowCallFlowReferenceType 
    */
   public FacesConfigFlowDefinitionFlowCallFlowReferenceType removeFlowDocumentId();

 
   // --------------------------------------------------------------------------------------------------------||
   // ClassName: FacesConfigFlowDefinitionFlowCallFlowReferenceType ElementName: xsd:token ElementType : flow-id
   // MaxOccurs: -  isGeneric: true   isAttribute: false isEnum: false isDataType: true
   // --------------------------------------------------------------------------------------------------------||

   /**
    * Sets the flow-id element
    * @param flowId the value for the element flow-id 
    * @return the current instance of FacesConfigFlowDefinitionFlowCallFlowReferenceType 
    */
   public FacesConfigFlowDefinitionFlowCallFlowReferenceType flowId(String flowId);

   /**
    * Returns the flow-id element
    * @return the node defined for the element flow-id 
    */
   public String getFlowId();

   /**
    * Removes the flow-id element 
    * @return the current instance of FacesConfigFlowDefinitionFlowCallFlowReferenceType 
    */
   public FacesConfigFlowDefinitionFlowCallFlowReferenceType removeFlowId();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy