public class DescribePathAssistant extends java.lang.Object implements XMLizable, IDescribePathAssistant
| Constructor and Description |
|---|
DescribePathAssistant()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getActive()
element : active of type {http://www.w3.org/2001/XMLSchema}boolean
java type: boolean
|
DescribeAnimationRule[] |
getAnimationRule()
element : animationRule of type {urn:partner.soap.sforce.com}DescribeAnimationRule
java type: com.sforce.soap.partner.DescribeAnimationRule[]
|
java.lang.String |
getApiName()
element : apiName of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
java.lang.String |
getLabel()
element : label of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
java.lang.String |
getPathPicklistField()
element : pathPicklistField of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
PicklistForRecordType[] |
getPicklistsForRecordType()
element : picklistsForRecordType of type {urn:partner.soap.sforce.com}PicklistForRecordType
java type: com.sforce.soap.partner.PicklistForRecordType[]
|
java.lang.String |
getRecordTypeId()
element : recordTypeId of type {urn:partner.soap.sforce.com}ID
java type: java.lang.String
|
DescribePathAssistantStep[] |
getSteps()
element : steps of type {urn:partner.soap.sforce.com}DescribePathAssistantStep
java type: com.sforce.soap.partner.DescribePathAssistantStep[]
|
boolean |
isActive() |
void |
load(XmlInputStream __in,
TypeMapper __typeMapper) |
protected void |
loadFields(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setActive(boolean active) |
protected void |
setActive(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setAnimationRule(IDescribeAnimationRule[] animationRule) |
protected void |
setAnimationRule(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setApiName(java.lang.String apiName) |
protected void |
setApiName(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setLabel(java.lang.String label) |
protected void |
setLabel(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setPathPicklistField(java.lang.String pathPicklistField) |
protected void |
setPathPicklistField(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setPicklistsForRecordType(IPicklistForRecordType[] picklistsForRecordType) |
protected void |
setPicklistsForRecordType(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setRecordTypeId(java.lang.String recordTypeId) |
protected void |
setRecordTypeId(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setSteps(IDescribePathAssistantStep[] steps) |
protected void |
setSteps(XmlInputStream __in,
TypeMapper __typeMapper) |
java.lang.String |
toString() |
void |
write(javax.xml.namespace.QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper) |
protected void |
writeFields(XmlOutputStream __out,
TypeMapper __typeMapper) |
public boolean getActive()
IDescribePathAssistantgetActive in interface IDescribePathAssistantpublic boolean isActive()
isActive in interface IDescribePathAssistantpublic void setActive(boolean active)
setActive in interface IDescribePathAssistantprotected void setActive(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic DescribeAnimationRule[] getAnimationRule()
IDescribePathAssistantgetAnimationRule in interface IDescribePathAssistantpublic void setAnimationRule(IDescribeAnimationRule[] animationRule)
setAnimationRule in interface IDescribePathAssistantprotected void setAnimationRule(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getApiName()
IDescribePathAssistantgetApiName in interface IDescribePathAssistantpublic void setApiName(java.lang.String apiName)
setApiName in interface IDescribePathAssistantprotected void setApiName(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getLabel()
IDescribePathAssistantgetLabel in interface IDescribePathAssistantpublic void setLabel(java.lang.String label)
setLabel in interface IDescribePathAssistantprotected void setLabel(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getPathPicklistField()
IDescribePathAssistantgetPathPicklistField in interface IDescribePathAssistantpublic void setPathPicklistField(java.lang.String pathPicklistField)
setPathPicklistField in interface IDescribePathAssistantprotected void setPathPicklistField(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic PicklistForRecordType[] getPicklistsForRecordType()
IDescribePathAssistantgetPicklistsForRecordType in interface IDescribePathAssistantpublic void setPicklistsForRecordType(IPicklistForRecordType[] picklistsForRecordType)
setPicklistsForRecordType in interface IDescribePathAssistantprotected void setPicklistsForRecordType(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getRecordTypeId()
IDescribePathAssistantgetRecordTypeId in interface IDescribePathAssistantpublic void setRecordTypeId(java.lang.String recordTypeId)
setRecordTypeId in interface IDescribePathAssistantprotected void setRecordTypeId(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic DescribePathAssistantStep[] getSteps()
IDescribePathAssistantgetSteps in interface IDescribePathAssistantpublic void setSteps(IDescribePathAssistantStep[] steps)
setSteps in interface IDescribePathAssistantprotected void setSteps(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic void write(javax.xml.namespace.QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper)
throws java.io.IOException
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws java.io.IOException
java.io.IOExceptionpublic void load(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
load in interface XMLizablejava.io.IOExceptionConnectionExceptionprotected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2020. All Rights Reserved.