|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.openejb.jee.FacesConfigFlowDefinitionFlowReturn
public class FacesConfigFlowDefinitionFlowReturn
Define a return node in a flow graph.
This element must contain exactly one <from-outcome> element.
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 | |
|---|---|
protected XmlString |
fromOutcome
|
protected String |
id
|
| Constructor Summary | |
|---|---|
FacesConfigFlowDefinitionFlowReturn()
|
|
| Method Summary | |
|---|---|
XmlString |
getFromOutcome()
Gets the value of the fromOutcome property. |
String |
getId()
Gets the value of the id property. |
void |
setFromOutcome(XmlString value)
Sets the value of the fromOutcome property. |
void |
setId(String value)
Sets the value of the id property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected XmlString fromOutcome
protected String id
| Constructor Detail |
|---|
public FacesConfigFlowDefinitionFlowReturn()
| Method Detail |
|---|
public XmlString getFromOutcome()
XmlStringpublic void setFromOutcome(XmlString value)
value - allowed object is
XmlStringpublic String getId()
Stringpublic void setId(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||