Package com.sforce.soap.partner
Class DescribePathAssistant
- java.lang.Object
-
- com.sforce.soap.partner.DescribePathAssistant
-
- All Implemented Interfaces:
IDescribePathAssistant,XMLizable
public class DescribePathAssistant extends Object implements 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 DescribePathAssistant()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetActive()element : active of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanDescribeAnimationRule[]getAnimationRule()element : animationRule of type {urn:partner.soap.sforce.com}DescribeAnimationRule java type: com.sforce.soap.partner.DescribeAnimationRule[]StringgetApiName()element : apiName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetLabel()element : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetPathPicklistField()element : pathPicklistField of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringPicklistForRecordType[]getPicklistsForRecordType()element : picklistsForRecordType of type {urn:partner.soap.sforce.com}PicklistForRecordType java type: com.sforce.soap.partner.PicklistForRecordType[]StringgetRecordTypeId()element : recordTypeId of type {urn:partner.soap.sforce.com}ID java type: java.lang.StringDescribePathAssistantStep[]getSteps()element : steps of type {urn:partner.soap.sforce.com}DescribePathAssistantStep java type: com.sforce.soap.partner.DescribePathAssistantStep[]booleanisActive()voidload(XmlInputStream __in, TypeMapper __typeMapper)protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper)voidsetActive(boolean active)protected voidsetActive(XmlInputStream __in, TypeMapper __typeMapper)voidsetAnimationRule(IDescribeAnimationRule[] animationRule)protected voidsetAnimationRule(XmlInputStream __in, TypeMapper __typeMapper)protected voidsetApiName(XmlInputStream __in, TypeMapper __typeMapper)voidsetApiName(String apiName)protected voidsetLabel(XmlInputStream __in, TypeMapper __typeMapper)voidsetLabel(String label)protected voidsetPathPicklistField(XmlInputStream __in, TypeMapper __typeMapper)voidsetPathPicklistField(String pathPicklistField)voidsetPicklistsForRecordType(IPicklistForRecordType[] picklistsForRecordType)protected voidsetPicklistsForRecordType(XmlInputStream __in, TypeMapper __typeMapper)protected voidsetRecordTypeId(XmlInputStream __in, TypeMapper __typeMapper)voidsetRecordTypeId(String recordTypeId)voidsetSteps(IDescribePathAssistantStep[] steps)protected voidsetSteps(XmlInputStream __in, TypeMapper __typeMapper)StringtoString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper)protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
-
-
Method Detail
-
getActive
public boolean getActive()
Description copied from interface:IDescribePathAssistantelement : active of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean- Specified by:
getActivein interfaceIDescribePathAssistant
-
isActive
public boolean isActive()
- Specified by:
isActivein interfaceIDescribePathAssistant
-
setActive
public void setActive(boolean active)
- Specified by:
setActivein interfaceIDescribePathAssistant
-
setActive
protected void setActive(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getAnimationRule
public DescribeAnimationRule[] getAnimationRule()
Description copied from interface:IDescribePathAssistantelement : animationRule of type {urn:partner.soap.sforce.com}DescribeAnimationRule java type: com.sforce.soap.partner.DescribeAnimationRule[]- Specified by:
getAnimationRulein interfaceIDescribePathAssistant
-
setAnimationRule
public void setAnimationRule(IDescribeAnimationRule[] animationRule)
- Specified by:
setAnimationRulein interfaceIDescribePathAssistant
-
setAnimationRule
protected void setAnimationRule(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getApiName
public String getApiName()
Description copied from interface:IDescribePathAssistantelement : apiName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getApiNamein interfaceIDescribePathAssistant
-
setApiName
public void setApiName(String apiName)
- Specified by:
setApiNamein interfaceIDescribePathAssistant
-
setApiName
protected void setApiName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getLabel
public String getLabel()
Description copied from interface:IDescribePathAssistantelement : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getLabelin interfaceIDescribePathAssistant
-
setLabel
public void setLabel(String label)
- Specified by:
setLabelin interfaceIDescribePathAssistant
-
setLabel
protected void setLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getPathPicklistField
public String getPathPicklistField()
Description copied from interface:IDescribePathAssistantelement : pathPicklistField of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getPathPicklistFieldin interfaceIDescribePathAssistant
-
setPathPicklistField
public void setPathPicklistField(String pathPicklistField)
- Specified by:
setPathPicklistFieldin interfaceIDescribePathAssistant
-
setPathPicklistField
protected void setPathPicklistField(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getPicklistsForRecordType
public PicklistForRecordType[] getPicklistsForRecordType()
Description copied from interface:IDescribePathAssistantelement : picklistsForRecordType of type {urn:partner.soap.sforce.com}PicklistForRecordType java type: com.sforce.soap.partner.PicklistForRecordType[]- Specified by:
getPicklistsForRecordTypein interfaceIDescribePathAssistant
-
setPicklistsForRecordType
public void setPicklistsForRecordType(IPicklistForRecordType[] picklistsForRecordType)
- Specified by:
setPicklistsForRecordTypein interfaceIDescribePathAssistant
-
setPicklistsForRecordType
protected void setPicklistsForRecordType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getRecordTypeId
public String getRecordTypeId()
Description copied from interface:IDescribePathAssistantelement : recordTypeId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String- Specified by:
getRecordTypeIdin interfaceIDescribePathAssistant
-
setRecordTypeId
public void setRecordTypeId(String recordTypeId)
- Specified by:
setRecordTypeIdin interfaceIDescribePathAssistant
-
setRecordTypeId
protected void setRecordTypeId(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSteps
public DescribePathAssistantStep[] getSteps()
Description copied from interface:IDescribePathAssistantelement : steps of type {urn:partner.soap.sforce.com}DescribePathAssistantStep java type: com.sforce.soap.partner.DescribePathAssistantStep[]- Specified by:
getStepsin interfaceIDescribePathAssistant
-
setSteps
public void setSteps(IDescribePathAssistantStep[] steps)
- Specified by:
setStepsin interfaceIDescribePathAssistant
-
setSteps
protected void setSteps(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- Throws:
IOException
-
writeFields
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Specified by:
loadin interfaceXMLizable- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
-