public class FlowAssignment extends FlowNode
Java class for FlowAssignment complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FlowAssignment">
<complexContent>
<extension base="{urn:metadata.tooling.soap.sforce.com}FlowNode">
<sequence>
<element name="assignmentItems" type="{urn:metadata.tooling.soap.sforce.com}FlowAssignmentItem" maxOccurs="unbounded" minOccurs="0"/>
<element name="connector" type="{urn:metadata.tooling.soap.sforce.com}FlowConnector" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<FlowAssignmentItem> |
assignmentItems |
protected FlowConnector |
connector |
description, nameprocessMetadataValues| Constructor and Description |
|---|
FlowAssignment() |
| Modifier and Type | Method and Description |
|---|---|
List<FlowAssignmentItem> |
getAssignmentItems()
Gets the value of the assignmentItems property.
|
FlowConnector |
getConnector()
Gets the value of the connector property.
|
void |
setConnector(FlowConnector value)
Sets the value of the connector property.
|
getLabel, getLocationX, getLocationY, setLabel, setLocationX, setLocationYgetDescription, getName, setDescription, setNamegetProcessMetadataValuesprotected List<FlowAssignmentItem> assignmentItems
protected FlowConnector connector
public List<FlowAssignmentItem> getAssignmentItems()
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 assignmentItems property.
For example, to add a new item, do as follows:
getAssignmentItems().add(newItem);
Objects of the following type(s) are allowed in the list
FlowAssignmentItem
public FlowConnector getConnector()
FlowConnectorpublic void setConnector(FlowConnector value)
value - allowed object is
FlowConnectorCopyright © 2016. All rights reserved.