|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.openejb.jee.FacesConfigFlowDefinitionFlowCallFlowReference
public class FacesConfigFlowDefinitionFlowCallFlowReference
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 |
|---|
protected JavaIdentifier flowDocumentId
protected JavaIdentifier flowId
| Constructor Detail |
|---|
public FacesConfigFlowDefinitionFlowCallFlowReference()
| Method Detail |
|---|
public JavaIdentifier getFlowDocumentId()
JavaIdentifierpublic void setFlowDocumentId(JavaIdentifier value)
value - allowed object is
JavaIdentifierpublic JavaIdentifier getFlowId()
JavaIdentifierpublic void setFlowId(JavaIdentifier value)
value - allowed object is
JavaIdentifier
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||