Class DescribeAnimationRule

java.lang.Object
com.sforce.soap.partner.DescribeAnimationRule
All Implemented Interfaces:
IDescribeAnimationRule, com.sforce.ws.bind.XMLizable

public class DescribeAnimationRule extends Object implements com.sforce.ws.bind.XMLizable, IDescribeAnimationRule
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
    Constructor
  • Method Summary

    Modifier and Type
    Method
    Description
    element : animationFrequency of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    boolean
    element : isActive of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
    element : recordTypeContext of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    element : recordTypeId of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    element : targetField of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    element : targetFieldChangeToValues of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    boolean
     
    void
    load​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    protected void
    loadFields​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    protected void
    setAnimationFrequency​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setAnimationFrequency​(String animationFrequency)
     
    void
    setIsActive​(boolean isActive)
     
    protected void
    setIsActive​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    protected void
    setRecordTypeContext​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setRecordTypeContext​(String recordTypeContext)
     
    protected void
    setRecordTypeId​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setRecordTypeId​(String recordTypeId)
     
    protected void
    setTargetField​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setTargetField​(String targetField)
     
    protected void
    setTargetFieldChangeToValues​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setTargetFieldChangeToValues​(String targetFieldChangeToValues)
     
     
    void
    write​(QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    protected void
    writeFields​(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • DescribeAnimationRule

      public DescribeAnimationRule()
      Constructor
  • Method Details

    • getAnimationFrequency

      public String getAnimationFrequency()
      Description copied from interface: IDescribeAnimationRule
      element : animationFrequency of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      Specified by:
      getAnimationFrequency in interface IDescribeAnimationRule
    • setAnimationFrequency

      public void setAnimationFrequency(String animationFrequency)
      Specified by:
      setAnimationFrequency in interface IDescribeAnimationRule
    • setAnimationFrequency

      protected void setAnimationFrequency(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException
      Throws:
      IOException
      com.sforce.ws.ConnectionException
    • getIsActive

      public boolean getIsActive()
      Description copied from interface: IDescribeAnimationRule
      element : isActive of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
      Specified by:
      getIsActive in interface IDescribeAnimationRule
    • isIsActive

      public boolean isIsActive()
      Specified by:
      isIsActive in interface IDescribeAnimationRule
    • setIsActive

      public void setIsActive(boolean isActive)
      Specified by:
      setIsActive in interface IDescribeAnimationRule
    • setIsActive

      protected void setIsActive(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException
      Throws:
      IOException
      com.sforce.ws.ConnectionException
    • getRecordTypeContext

      public String getRecordTypeContext()
      Description copied from interface: IDescribeAnimationRule
      element : recordTypeContext of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      Specified by:
      getRecordTypeContext in interface IDescribeAnimationRule
    • setRecordTypeContext

      public void setRecordTypeContext(String recordTypeContext)
      Specified by:
      setRecordTypeContext in interface IDescribeAnimationRule
    • setRecordTypeContext

      protected void setRecordTypeContext(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException
      Throws:
      IOException
      com.sforce.ws.ConnectionException
    • getRecordTypeId

      public String getRecordTypeId()
      Description copied from interface: IDescribeAnimationRule
      element : recordTypeId of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      Specified by:
      getRecordTypeId in interface IDescribeAnimationRule
    • setRecordTypeId

      public void setRecordTypeId(String recordTypeId)
      Specified by:
      setRecordTypeId in interface IDescribeAnimationRule
    • setRecordTypeId

      protected void setRecordTypeId(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException
      Throws:
      IOException
      com.sforce.ws.ConnectionException
    • getTargetField

      public String getTargetField()
      Description copied from interface: IDescribeAnimationRule
      element : targetField of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      Specified by:
      getTargetField in interface IDescribeAnimationRule
    • setTargetField

      public void setTargetField(String targetField)
      Specified by:
      setTargetField in interface IDescribeAnimationRule
    • setTargetField

      protected void setTargetField(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException
      Throws:
      IOException
      com.sforce.ws.ConnectionException
    • getTargetFieldChangeToValues

      public String getTargetFieldChangeToValues()
      Description copied from interface: IDescribeAnimationRule
      element : targetFieldChangeToValues of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      Specified by:
      getTargetFieldChangeToValues in interface IDescribeAnimationRule
    • setTargetFieldChangeToValues

      public void setTargetFieldChangeToValues(String targetFieldChangeToValues)
      Specified by:
      setTargetFieldChangeToValues in interface IDescribeAnimationRule
    • setTargetFieldChangeToValues

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

      public void write(QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException
      Specified by:
      write in interface com.sforce.ws.bind.XMLizable
      Throws:
      IOException
    • writeFields

      protected void writeFields(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException
      Throws:
      IOException
    • load

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

      protected void loadFields(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException
      Throws:
      IOException
      com.sforce.ws.ConnectionException
    • toString

      public String toString()
      Overrides:
      toString in class Object