Package org.apache.openejb.jee
Class FacesConfigFlowDefinitionFlowCallFlowReference
- java.lang.Object
-
- org.apache.openejb.jee.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>
-
-
Field Summary
Fields Modifier and Type Field Description protected JavaIdentifierflowDocumentIdprotected JavaIdentifierflowId
-
Constructor Summary
Constructors Constructor Description FacesConfigFlowDefinitionFlowCallFlowReference()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JavaIdentifiergetFlowDocumentId()Gets the value of the flowDocumentId property.JavaIdentifiergetFlowId()Gets the value of the flowId property.voidsetFlowDocumentId(JavaIdentifier value)Sets the value of the flowDocumentId property.voidsetFlowId(JavaIdentifier value)Sets the value of the flowId property.
-
-
-
Field Detail
-
flowDocumentId
protected JavaIdentifier flowDocumentId
-
flowId
protected JavaIdentifier flowId
-
-
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 isJavaIdentifier
-
getFlowId
public JavaIdentifier getFlowId()
Gets the value of the flowId property.- Returns:
- possible object is
JavaIdentifier
-
setFlowId
public void setFlowId(JavaIdentifier value)
Sets the value of the flowId property.- Parameters:
value- allowed object isJavaIdentifier
-
-