Class WorkflowFieldUpdate

  • All Implemented Interfaces:
    com.sforce.ws.bind.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 Detail

      • WorkflowFieldUpdate

        public WorkflowFieldUpdate()
        Constructor
    • Method Detail

      • getDescription

        public java.lang.String getDescription()
      • setDescription

        public void setDescription​(java.lang.String description)
      • setDescription

        protected void setDescription​(com.sforce.ws.parser.XmlInputStream __in,
                                      com.sforce.ws.bind.TypeMapper __typeMapper)
                               throws java.io.IOException,
                                      com.sforce.ws.ConnectionException
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • getField

        public java.lang.String getField()
      • setField

        public void setField​(java.lang.String field)
      • setField

        protected void setField​(com.sforce.ws.parser.XmlInputStream __in,
                                com.sforce.ws.bind.TypeMapper __typeMapper)
                         throws java.io.IOException,
                                com.sforce.ws.ConnectionException
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • getFormula

        public java.lang.String getFormula()
      • setFormula

        public void setFormula​(java.lang.String formula)
      • setFormula

        protected void setFormula​(com.sforce.ws.parser.XmlInputStream __in,
                                  com.sforce.ws.bind.TypeMapper __typeMapper)
                           throws java.io.IOException,
                                  com.sforce.ws.ConnectionException
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • getLiteralValue

        public java.lang.String getLiteralValue()
      • setLiteralValue

        public void setLiteralValue​(java.lang.String literalValue)
      • setLiteralValue

        protected void setLiteralValue​(com.sforce.ws.parser.XmlInputStream __in,
                                       com.sforce.ws.bind.TypeMapper __typeMapper)
                                throws java.io.IOException,
                                       com.sforce.ws.ConnectionException
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • getLookupValue

        public java.lang.String getLookupValue()
      • setLookupValue

        public void setLookupValue​(java.lang.String lookupValue)
      • setLookupValue

        protected void setLookupValue​(com.sforce.ws.parser.XmlInputStream __in,
                                      com.sforce.ws.bind.TypeMapper __typeMapper)
                               throws java.io.IOException,
                                      com.sforce.ws.ConnectionException
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • setLookupValueType

        public void setLookupValueType​(LookupValueType lookupValueType)
      • setLookupValueType

        protected void setLookupValueType​(com.sforce.ws.parser.XmlInputStream __in,
                                          com.sforce.ws.bind.TypeMapper __typeMapper)
                                   throws java.io.IOException,
                                          com.sforce.ws.ConnectionException
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • getName

        public java.lang.String getName()
      • setName

        public void setName​(java.lang.String name)
      • setName

        protected void setName​(com.sforce.ws.parser.XmlInputStream __in,
                               com.sforce.ws.bind.TypeMapper __typeMapper)
                        throws java.io.IOException,
                               com.sforce.ws.ConnectionException
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • getNotifyAssignee

        public boolean getNotifyAssignee()
      • isNotifyAssignee

        public boolean isNotifyAssignee()
      • setNotifyAssignee

        public void setNotifyAssignee​(boolean notifyAssignee)
      • setNotifyAssignee

        protected void setNotifyAssignee​(com.sforce.ws.parser.XmlInputStream __in,
                                         com.sforce.ws.bind.TypeMapper __typeMapper)
                                  throws java.io.IOException,
                                         com.sforce.ws.ConnectionException
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • setOperation

        protected void setOperation​(com.sforce.ws.parser.XmlInputStream __in,
                                    com.sforce.ws.bind.TypeMapper __typeMapper)
                             throws java.io.IOException,
                                    com.sforce.ws.ConnectionException
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • getProtected

        public boolean getProtected()
      • isProtected

        public boolean isProtected()
      • setProtected

        public void setProtected​(boolean _protected)
      • setProtected

        protected void setProtected​(com.sforce.ws.parser.XmlInputStream __in,
                                    com.sforce.ws.bind.TypeMapper __typeMapper)
                             throws java.io.IOException,
                                    com.sforce.ws.ConnectionException
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • getReevaluateOnChange

        public boolean getReevaluateOnChange()
      • isReevaluateOnChange

        public boolean isReevaluateOnChange()
      • setReevaluateOnChange

        public void setReevaluateOnChange​(boolean reevaluateOnChange)
      • setReevaluateOnChange

        protected void setReevaluateOnChange​(com.sforce.ws.parser.XmlInputStream __in,
                                             com.sforce.ws.bind.TypeMapper __typeMapper)
                                      throws java.io.IOException,
                                             com.sforce.ws.ConnectionException
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • getTargetObject

        public java.lang.String getTargetObject()
      • setTargetObject

        public void setTargetObject​(java.lang.String targetObject)
      • setTargetObject

        protected void setTargetObject​(com.sforce.ws.parser.XmlInputStream __in,
                                       com.sforce.ws.bind.TypeMapper __typeMapper)
                                throws java.io.IOException,
                                       com.sforce.ws.ConnectionException
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • write

        public void write​(javax.xml.namespace.QName __element,
                          com.sforce.ws.parser.XmlOutputStream __out,
                          com.sforce.ws.bind.TypeMapper __typeMapper)
                   throws java.io.IOException
        Specified by:
        write in interface com.sforce.ws.bind.XMLizable
        Overrides:
        write in class WorkflowAction
        Throws:
        java.io.IOException
      • writeFields

        protected void writeFields​(com.sforce.ws.parser.XmlOutputStream __out,
                                   com.sforce.ws.bind.TypeMapper __typeMapper)
                            throws java.io.IOException
        Overrides:
        writeFields in class WorkflowAction
        Throws:
        java.io.IOException
      • load

        public void load​(com.sforce.ws.parser.XmlInputStream __in,
                         com.sforce.ws.bind.TypeMapper __typeMapper)
                  throws java.io.IOException,
                         com.sforce.ws.ConnectionException
        Specified by:
        load in interface com.sforce.ws.bind.XMLizable
        Overrides:
        load in class WorkflowAction
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • loadFields

        protected void loadFields​(com.sforce.ws.parser.XmlInputStream __in,
                                  com.sforce.ws.bind.TypeMapper __typeMapper)
                           throws java.io.IOException,
                                  com.sforce.ws.ConnectionException
        Overrides:
        loadFields in class WorkflowAction
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException