public class FacesConfigFlowDefinitionFlowCall extends Object
Define a call node in a flow graph.
This element must contain exactly one <flow-reference> element,
which must contain exactly one <flow-id> element.
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 String |
id |
protected List<FacesConfigFlowDefinitionFlowCallOutboundParameter> |
outboundParameter |
| Constructor and Description |
|---|
FacesConfigFlowDefinitionFlowCall() |
| Modifier and Type | Method and Description |
|---|---|
FacesConfigFlowDefinitionFlowCallFlowReference |
getFlowReference()
Gets the value of the flowReference property.
|
String |
getId()
Gets the value of the id property.
|
List<FacesConfigFlowDefinitionFlowCallOutboundParameter> |
getOutboundParameter()
Gets the value of the outboundParameter property.
|
void |
setFlowReference(FacesConfigFlowDefinitionFlowCallFlowReference value)
Sets the value of the flowReference property.
|
void |
setId(String value)
Sets the value of the id property.
|
protected FacesConfigFlowDefinitionFlowCallFlowReference flowReference
protected List<FacesConfigFlowDefinitionFlowCallOutboundParameter> outboundParameter
protected String id
public FacesConfigFlowDefinitionFlowCallFlowReference getFlowReference()
FacesConfigFlowDefinitionFlowCallFlowReferencepublic void setFlowReference(FacesConfigFlowDefinitionFlowCallFlowReference value)
value - allowed object is
FacesConfigFlowDefinitionFlowCallFlowReferencepublic List<FacesConfigFlowDefinitionFlowCallOutboundParameter> getOutboundParameter()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a 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
Copyright © 1999-2014 The Apache Software Foundation. All Rights Reserved.