Package com.sforce.soap.partner
Class DescribePathAssistant
java.lang.Object
com.sforce.soap.partner.DescribePathAssistant
- All Implemented Interfaces:
IDescribePathAssistant,XMLizable
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanelement : active of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanelement : 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.StringgetLabel()element : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : pathPicklistField of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : 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.StringgetSteps()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) voidprotected 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) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
Constructor Details
-
DescribePathAssistant
public DescribePathAssistant()Constructor
-
-
Method Details
-
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
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
- Specified by:
setAnimationRulein interfaceIDescribePathAssistant
-
setAnimationRule
protected void setAnimationRule(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
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
- Specified by:
setApiNamein interfaceIDescribePathAssistant
-
setApiName
protected void setApiName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
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
- Specified by:
setLabelin interfaceIDescribePathAssistant
-
setLabel
protected void setLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
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
- Specified by:
setPathPicklistFieldin interfaceIDescribePathAssistant
-
setPathPicklistField
protected void setPathPicklistField(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
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
- Specified by:
setPicklistsForRecordTypein interfaceIDescribePathAssistant
-
setPicklistsForRecordType
protected void setPicklistsForRecordType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
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
- Specified by:
setRecordTypeIdin interfaceIDescribePathAssistant
-
setRecordTypeId
protected void setRecordTypeId(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
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
- 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
- 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
-
toString
-