public class FlowOutputFieldAssignment extends FlowBaseElement
Java class for FlowOutputFieldAssignment complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FlowOutputFieldAssignment">
<complexContent>
<extension base="{urn:metadata.tooling.soap.sforce.com}FlowBaseElement">
<sequence>
<element name="assignToReference" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="field" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
assignToReference |
protected String |
field |
processMetadataValues| Constructor and Description |
|---|
FlowOutputFieldAssignment() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAssignToReference()
Gets the value of the assignToReference property.
|
String |
getField()
Gets the value of the field property.
|
void |
setAssignToReference(String value)
Sets the value of the assignToReference property.
|
void |
setField(String value)
Sets the value of the field property.
|
getProcessMetadataValuespublic String getAssignToReference()
Stringpublic void setAssignToReference(String value)
value - allowed object is
Stringpublic String getField()
StringCopyright © 2016. All rights reserved.