Package com.sforce.soap.metadata
Class WorkflowFieldUpdate
- java.lang.Object
-
- com.sforce.soap.metadata.Metadata
-
- com.sforce.soap.metadata.WorkflowAction
-
- com.sforce.soap.metadata.WorkflowFieldUpdate
-
- All Implemented Interfaces:
XMLizable
public class WorkflowFieldUpdate extends WorkflowAction
This is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
-
-
Constructor Summary
Constructors Constructor Description WorkflowFieldUpdate()Constructor
-
Method Summary
-
Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
-
-
-
Method Detail
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
setDescription
protected void setDescription(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getField
public String getField()
-
setField
public void setField(String field)
-
setField
protected void setField(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getFormula
public String getFormula()
-
setFormula
public void setFormula(String formula)
-
setFormula
protected void setFormula(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getLiteralValue
public String getLiteralValue()
-
setLiteralValue
public void setLiteralValue(String literalValue)
-
setLiteralValue
protected void setLiteralValue(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getLookupValue
public String getLookupValue()
-
setLookupValue
public void setLookupValue(String lookupValue)
-
setLookupValue
protected void setLookupValue(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getLookupValueType
public LookupValueType getLookupValueType()
-
setLookupValueType
public void setLookupValueType(LookupValueType lookupValueType)
-
setLookupValueType
protected void setLookupValueType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getName
public String getName()
-
setName
public void setName(String name)
-
setName
protected void setName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getNotifyAssignee
public boolean getNotifyAssignee()
-
isNotifyAssignee
public boolean isNotifyAssignee()
-
setNotifyAssignee
public void setNotifyAssignee(boolean notifyAssignee)
-
setNotifyAssignee
protected void setNotifyAssignee(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getOperation
public FieldUpdateOperation getOperation()
-
setOperation
public void setOperation(FieldUpdateOperation operation)
-
setOperation
protected void setOperation(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getProtected
public boolean getProtected()
-
isProtected
public boolean isProtected()
-
setProtected
public void setProtected(boolean _protected)
-
setProtected
protected void setProtected(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getReevaluateOnChange
public boolean getReevaluateOnChange()
-
isReevaluateOnChange
public boolean isReevaluateOnChange()
-
setReevaluateOnChange
public void setReevaluateOnChange(boolean reevaluateOnChange)
-
setReevaluateOnChange
protected void setReevaluateOnChange(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getTargetObject
public String getTargetObject()
-
setTargetObject
public void setTargetObject(String targetObject)
-
setTargetObject
protected void setTargetObject(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
write
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Specified by:
writein interfaceXMLizable- Overrides:
writein classWorkflowAction- Throws:
IOException
-
writeFields
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Overrides:
writeFieldsin classWorkflowAction- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Specified by:
loadin interfaceXMLizable- Overrides:
loadin classWorkflowAction- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Overrides:
loadFieldsin classWorkflowAction- Throws:
IOExceptionConnectionException
-
toString
public String toString()
- Overrides:
toStringin classWorkflowAction
-
-