public class FacesConfigFlowDefinitionFlowCallFlowReference
extends java.lang.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>
Modifier and Type | Field and Description |
---|---|
protected JavaIdentifier |
flowDocumentId |
protected JavaIdentifier |
flowId |
Constructor and Description |
---|
FacesConfigFlowDefinitionFlowCallFlowReference() |
Modifier and Type | Method and Description |
---|---|
JavaIdentifier |
getFlowDocumentId()
Gets the value of the flowDocumentId property.
|
JavaIdentifier |
getFlowId()
Gets the value of the flowId property.
|
void |
setFlowDocumentId(JavaIdentifier value)
Sets the value of the flowDocumentId property.
|
void |
setFlowId(JavaIdentifier value)
Sets the value of the flowId property.
|
protected JavaIdentifier flowDocumentId
protected JavaIdentifier flowId
public FacesConfigFlowDefinitionFlowCallFlowReference()
public JavaIdentifier getFlowDocumentId()
JavaIdentifier
public void setFlowDocumentId(JavaIdentifier value)
value
- allowed object is
JavaIdentifier
public JavaIdentifier getFlowId()
JavaIdentifier
public void setFlowId(JavaIdentifier value)
value
- allowed object is
JavaIdentifier