public class Split extends Object implements ExecutionElement
The following schema fragment specifies the expected content contained within this class.
<complexType name="Split">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="flow" type="{http://xmlns.jcp.org/xml/ns/javaee}Flow" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
<attribute name="next" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Flow> |
flows |
protected String |
id |
protected String |
nextFromAttribute |
| Constructor and Description |
|---|
Split() |
| Modifier and Type | Method and Description |
|---|---|
List<Flow> |
getFlows()
Gets the value of the flows property.
|
String |
getId()
Gets the value of the id property.
|
String |
getNextFromAttribute()
Gets the value of the nextFromAttribute property.
|
List<TransitionElement> |
getTransitionElements() |
void |
setId(String value)
Sets the value of the id property.
|
void |
setNextFromAttribute(String value)
Sets the value of the nextFromAttribute property.
|
public List<Flow> getFlows()
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 flows property.
For example, to add a new item, do as follows:
getFlows().add(newItem);
Objects of the following type(s) are allowed in the list
Flow
public String getId()
getId in interface ExecutionElementStringpublic List<TransitionElement> getTransitionElements()
getTransitionElements in interface ExecutionElementpublic void setId(String value)
value - allowed object is
Stringpublic String getNextFromAttribute()
StringCopyright © 2023 The Apache Software Foundation. All rights reserved.