Class DescribePathAssistant

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

public class DescribePathAssistant extends Object implements com.sforce.ws.bind.XMLizable, IDescribePathAssistant
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
    boolean
    element : active of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
    element : animationRule of type {urn:partner.soap.sforce.com}DescribeAnimationRule java type: com.sforce.soap.partner.DescribeAnimationRule[]
    element : apiName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    element : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    element : pathPicklistField of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    element : picklistsForRecordType of type {urn:partner.soap.sforce.com}PicklistForRecordType java type: com.sforce.soap.partner.PicklistForRecordType[]
    element : recordTypeId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String
    element : steps of type {urn:partner.soap.sforce.com}DescribePathAssistantStep java type: com.sforce.soap.partner.DescribePathAssistantStep[]
    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)
     
    void
    setActive​(boolean active)
     
    protected void
    setActive​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
     
    protected void
    setAnimationRule​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    protected void
    setApiName​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setApiName​(String apiName)
     
    protected void
    setLabel​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setLabel​(String label)
     
    protected void
    setPathPicklistField​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setPathPicklistField​(String pathPicklistField)
     
    void
     
    protected void
    setPicklistsForRecordType​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    protected void
    setRecordTypeId​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setRecordTypeId​(String recordTypeId)
     
    void
     
    protected void
    setSteps​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
     
    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

    • DescribePathAssistant

      public DescribePathAssistant()
      Constructor
  • Method Details

    • getActive

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

      public boolean isActive()
      Specified by:
      isActive in interface IDescribePathAssistant
    • setActive

      public void setActive(boolean active)
      Specified by:
      setActive in interface IDescribePathAssistant
    • setActive

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

      public DescribeAnimationRule[] getAnimationRule()
      Description copied from interface: IDescribePathAssistant
      element : animationRule of type {urn:partner.soap.sforce.com}DescribeAnimationRule java type: com.sforce.soap.partner.DescribeAnimationRule[]
      Specified by:
      getAnimationRule in interface IDescribePathAssistant
    • setAnimationRule

      public void setAnimationRule(IDescribeAnimationRule[] animationRule)
      Specified by:
      setAnimationRule in interface IDescribePathAssistant
    • setAnimationRule

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

      public String getApiName()
      Description copied from interface: IDescribePathAssistant
      element : apiName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      Specified by:
      getApiName in interface IDescribePathAssistant
    • setApiName

      public void setApiName(String apiName)
      Specified by:
      setApiName in interface IDescribePathAssistant
    • setApiName

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

      public String getLabel()
      Description copied from interface: IDescribePathAssistant
      element : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      Specified by:
      getLabel in interface IDescribePathAssistant
    • setLabel

      public void setLabel(String label)
      Specified by:
      setLabel in interface IDescribePathAssistant
    • setLabel

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

      public String getPathPicklistField()
      Description copied from interface: IDescribePathAssistant
      element : pathPicklistField of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      Specified by:
      getPathPicklistField in interface IDescribePathAssistant
    • setPathPicklistField

      public void setPathPicklistField(String pathPicklistField)
      Specified by:
      setPathPicklistField in interface IDescribePathAssistant
    • setPathPicklistField

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

      public PicklistForRecordType[] getPicklistsForRecordType()
      Description copied from interface: IDescribePathAssistant
      element : picklistsForRecordType of type {urn:partner.soap.sforce.com}PicklistForRecordType java type: com.sforce.soap.partner.PicklistForRecordType[]
      Specified by:
      getPicklistsForRecordType in interface IDescribePathAssistant
    • setPicklistsForRecordType

      public void setPicklistsForRecordType(IPicklistForRecordType[] picklistsForRecordType)
      Specified by:
      setPicklistsForRecordType in interface IDescribePathAssistant
    • setPicklistsForRecordType

      protected void setPicklistsForRecordType(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: IDescribePathAssistant
      element : recordTypeId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String
      Specified by:
      getRecordTypeId in interface IDescribePathAssistant
    • setRecordTypeId

      public void setRecordTypeId(String recordTypeId)
      Specified by:
      setRecordTypeId in interface IDescribePathAssistant
    • 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
    • getSteps

      public DescribePathAssistantStep[] getSteps()
      Description copied from interface: IDescribePathAssistant
      element : steps of type {urn:partner.soap.sforce.com}DescribePathAssistantStep java type: com.sforce.soap.partner.DescribePathAssistantStep[]
      Specified by:
      getSteps in interface IDescribePathAssistant
    • setSteps

      public void setSteps(IDescribePathAssistantStep[] steps)
      Specified by:
      setSteps in interface IDescribePathAssistant
    • setSteps

      protected void setSteps(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