org.apache.openejb.jee
Class FacesConfigFlowDefinitionFlowCallFlowReference

java.lang.Object
  extended by 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
protected  JavaIdentifier flowDocumentId
           
protected  JavaIdentifier flowId
           
 
Constructor Summary
FacesConfigFlowDefinitionFlowCallFlowReference()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

flowDocumentId

protected JavaIdentifier flowDocumentId

flowId

protected JavaIdentifier flowId
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

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 is JavaIdentifier


Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.