Package org.apache.openejb.jee
Class FacesConfigFlowDefinitionFlowReturn
- java.lang.Object
-
- org.apache.openejb.jee.FacesConfigFlowDefinitionFlowReturn
-
public class FacesConfigFlowDefinitionFlowReturn extends Object
Define a return node in a flow graph.
This element must contain exactly one
<from-outcome>Java class for faces-config-flow-definition-flow-returnType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="faces-config-flow-definition-flow-returnType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="from-outcome" type="{http://xmlns.jcp.org/xml/ns/javaee}string"/> </sequence> <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>-
-
Field Summary
Fields Modifier and Type Field Description protected XmlStringfromOutcomeprotected Stringid
-
Constructor Summary
Constructors Constructor Description FacesConfigFlowDefinitionFlowReturn()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XmlStringgetFromOutcome()Gets the value of the fromOutcome property.StringgetId()Gets the value of the id property.voidsetFromOutcome(XmlString value)Sets the value of the fromOutcome property.voidsetId(String value)Sets the value of the id property.
-
-