package com.sforce.soap.partner; /** * This is a generated class for the SObject Enterprise API. * Do not edit this file, as your changes will be lost. */ public interface IDescribePathAssistant { /** * element : active of type {http://www.w3.org/2001/XMLSchema}boolean * java type: boolean */ public boolean getActive(); public boolean isActive(); public void setActive(boolean active); /** * element : animationRule of type {urn:partner.soap.sforce.com}DescribeAnimationRule * java type: com.sforce.soap.partner.DescribeAnimationRule[] */ public com.sforce.soap.partner.IDescribeAnimationRule[] getAnimationRule(); public void setAnimationRule(com.sforce.soap.partner.IDescribeAnimationRule[] animationRule); /** * element : apiName of type {http://www.w3.org/2001/XMLSchema}string * java type: java.lang.String */ public java.lang.String getApiName(); public void setApiName(java.lang.String apiName); /** * element : label of type {http://www.w3.org/2001/XMLSchema}string * java type: java.lang.String */ public java.lang.String getLabel(); public void setLabel(java.lang.String label); /** * element : pathPicklistField of type {http://www.w3.org/2001/XMLSchema}string * java type: java.lang.String */ public java.lang.String getPathPicklistField(); public void setPathPicklistField(java.lang.String pathPicklistField); /** * element : picklistsForRecordType of type {urn:partner.soap.sforce.com}PicklistForRecordType * java type: com.sforce.soap.partner.PicklistForRecordType[] */ public com.sforce.soap.partner.IPicklistForRecordType[] getPicklistsForRecordType(); public void setPicklistsForRecordType(com.sforce.soap.partner.IPicklistForRecordType[] picklistsForRecordType); /** * element : recordTypeId of type {urn:partner.soap.sforce.com}ID * java type: java.lang.String */ public java.lang.String getRecordTypeId(); public void setRecordTypeId(java.lang.String recordTypeId); /** * element : steps of type {urn:partner.soap.sforce.com}DescribePathAssistantStep * java type: com.sforce.soap.partner.DescribePathAssistantStep[] */ public com.sforce.soap.partner.IDescribePathAssistantStep[] getSteps(); public void setSteps(com.sforce.soap.partner.IDescribePathAssistantStep[] steps); }