Class FacesConfigFlowDefinitionFlowCallFlowReference


  • public class FacesConfigFlowDefinitionFlowCallFlowReference
    extends Object

    Identifiy the called flow.

    Java class for faces-config-flow-definition-flow-call-flow-referenceType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="faces-config-flow-definition-flow-call-flow-referenceType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="flow-document-id" type="{http://xmlns.jcp.org/xml/ns/javaee}java-identifierType" minOccurs="0"/>
             <element name="flow-id" type="{http://xmlns.jcp.org/xml/ns/javaee}java-identifierType"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • FacesConfigFlowDefinitionFlowCallFlowReference

        public FacesConfigFlowDefinitionFlowCallFlowReference()
    • Method Detail

      • getFlowDocumentId

        public JavaIdentifier getFlowDocumentId()
        Gets the value of the flowDocumentId property.
        Returns:
        possible object is JavaIdentifier
      • setFlowDocumentId

        public void setFlowDocumentId​(JavaIdentifier value)
        Sets the value of the flowDocumentId property.
        Parameters:
        value - allowed object is JavaIdentifier
      • setFlowId

        public void setFlowId​(JavaIdentifier value)
        Sets the value of the flowId property.
        Parameters:
        value - allowed object is JavaIdentifier