public class FacesConfigFlowDefinitionFlowCall
extends java.lang.Object
Define a call node in a flow graph.
This element must contain exactly one <flow-reference>
<flow-id>
Java class for faces-config-flow-definition-flow-callType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="faces-config-flow-definition-flow-callType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="flow-reference" type="{http://xmlns.jcp.org/xml/ns/javaee}faces-config-flow-definition-flow-call-flow-referenceType"/> <element name="outbound-parameter" type="{http://xmlns.jcp.org/xml/ns/javaee}faces-config-flow-definition-flow-call-outbound-parameterType" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected FacesConfigFlowDefinitionFlowCallFlowReference |
flowReference |
protected java.lang.String |
id |
protected java.util.List<FacesConfigFlowDefinitionFlowCallOutboundParameter> |
outboundParameter |
Constructor and Description |
---|
FacesConfigFlowDefinitionFlowCall() |
Modifier and Type | Method and Description |
---|---|
FacesConfigFlowDefinitionFlowCallFlowReference |
getFlowReference()
Gets the value of the flowReference property.
|
java.lang.String |
getId()
Gets the value of the id property.
|
java.util.List<FacesConfigFlowDefinitionFlowCallOutboundParameter> |
getOutboundParameter()
Gets the value of the outboundParameter property.
|
void |
setFlowReference(FacesConfigFlowDefinitionFlowCallFlowReference value)
Sets the value of the flowReference property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
protected FacesConfigFlowDefinitionFlowCallFlowReference flowReference
protected java.util.List<FacesConfigFlowDefinitionFlowCallOutboundParameter> outboundParameter
protected java.lang.String id
public FacesConfigFlowDefinitionFlowCallFlowReference getFlowReference()
FacesConfigFlowDefinitionFlowCallFlowReference
public void setFlowReference(FacesConfigFlowDefinitionFlowCallFlowReference value)
value
- allowed object is
FacesConfigFlowDefinitionFlowCallFlowReference
public java.util.List<FacesConfigFlowDefinitionFlowCallOutboundParameter> getOutboundParameter()
set
method for the outboundParameter property.
For example, to add a new item, do as follows:
getOutboundParameter().add(newItem);Objects of the following type(s) are allowed in the list
FacesConfigFlowDefinitionFlowCallOutboundParameter
public java.lang.String getId()
String
public void setId(java.lang.String value)
value
- allowed object is
String