public class FlowWait extends FlowNode
Java class for FlowWait complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FlowWait">
<complexContent>
<extension base="{urn:metadata.tooling.soap.sforce.com}FlowNode">
<sequence>
<element name="defaultConnector" type="{urn:metadata.tooling.soap.sforce.com}FlowConnector" minOccurs="0"/>
<element name="defaultConnectorLabel" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="faultConnector" type="{urn:metadata.tooling.soap.sforce.com}FlowConnector" minOccurs="0"/>
<element name="waitEvents" type="{urn:metadata.tooling.soap.sforce.com}FlowWaitEvent" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected FlowConnector |
defaultConnector |
protected String |
defaultConnectorLabel |
protected FlowConnector |
faultConnector |
protected List<FlowWaitEvent> |
waitEvents |
description, nameprocessMetadataValues| Constructor and Description |
|---|
FlowWait() |
| Modifier and Type | Method and Description |
|---|---|
FlowConnector |
getDefaultConnector()
Gets the value of the defaultConnector property.
|
String |
getDefaultConnectorLabel()
Gets the value of the defaultConnectorLabel property.
|
FlowConnector |
getFaultConnector()
Gets the value of the faultConnector property.
|
List<FlowWaitEvent> |
getWaitEvents()
Gets the value of the waitEvents property.
|
void |
setDefaultConnector(FlowConnector value)
Sets the value of the defaultConnector property.
|
void |
setDefaultConnectorLabel(String value)
Sets the value of the defaultConnectorLabel property.
|
void |
setFaultConnector(FlowConnector value)
Sets the value of the faultConnector property.
|
getLabel, getLocationX, getLocationY, setLabel, setLocationX, setLocationYgetDescription, getName, setDescription, setNamegetProcessMetadataValuesprotected FlowConnector defaultConnector
protected String defaultConnectorLabel
protected FlowConnector faultConnector
protected List<FlowWaitEvent> waitEvents
public FlowConnector getDefaultConnector()
FlowConnectorpublic void setDefaultConnector(FlowConnector value)
value - allowed object is
FlowConnectorpublic String getDefaultConnectorLabel()
Stringpublic void setDefaultConnectorLabel(String value)
value - allowed object is
Stringpublic FlowConnector getFaultConnector()
FlowConnectorpublic void setFaultConnector(FlowConnector value)
value - allowed object is
FlowConnectorpublic List<FlowWaitEvent> getWaitEvents()
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 waitEvents property.
For example, to add a new item, do as follows:
getWaitEvents().add(newItem);
Objects of the following type(s) are allowed in the list
FlowWaitEvent
Copyright © 2016. All rights reserved.