public class FacesConfigFlowDefinitionFlowReturn
extends java.lang.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 and Description
protected XmlString
fromOutcome
protected java.lang.String
id
-
Constructor Summary
Constructors
Constructor and Description
FacesConfigFlowDefinitionFlowReturn()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
XmlString
getFromOutcome()
Gets the value of the fromOutcome property.
java.lang.String
getId()
Gets the value of the id property.
void
setFromOutcome(XmlString value)
Sets the value of the fromOutcome property.
void
setId(java.lang.String value)
Sets the value of the id property.
-
-
Field Detail
-
fromOutcome
protected XmlString fromOutcome
-
id
protected java.lang.String id
-
Method Detail
-
getFromOutcome
public XmlString getFromOutcome()
Gets the value of the fromOutcome property.
- Returns:
- possible object is
XmlString
-
setFromOutcome
public void setFromOutcome(XmlString value)
Sets the value of the fromOutcome property.
- Parameters:
value
- allowed object is
XmlString
-
getId
public java.lang.String getId()
Gets the value of the id property.
- Returns:
- possible object is
String
-
setId
public void setId(java.lang.String value)
Sets the value of the id property.
- Parameters:
value
- allowed object is
String