public class DescribePathAssistantStep extends java.lang.Object implements XMLizable, IDescribePathAssistantStep
| Constructor and Description |
|---|
DescribePathAssistantStep()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getClosed()
element : closed of type {http://www.w3.org/2001/XMLSchema}boolean
java type: boolean
|
boolean |
getConverted()
element : converted of type {http://www.w3.org/2001/XMLSchema}boolean
java type: boolean
|
DescribePathAssistantField[] |
getFields()
element : fields of type {urn:partner.soap.sforce.com}DescribePathAssistantField
java type: com.sforce.soap.partner.DescribePathAssistantField[]
|
java.lang.String |
getInfo()
element : info of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
DescribeLayoutSection |
getLayoutSection()
element : layoutSection of type {urn:partner.soap.sforce.com}DescribeLayoutSection
java type: com.sforce.soap.partner.DescribeLayoutSection
|
java.lang.String |
getPicklistLabel()
element : picklistLabel of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
java.lang.String |
getPicklistValue()
element : picklistValue of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
boolean |
getWon()
element : won of type {http://www.w3.org/2001/XMLSchema}boolean
java type: boolean
|
boolean |
isClosed() |
boolean |
isConverted() |
boolean |
isWon() |
void |
load(XmlInputStream __in,
TypeMapper __typeMapper) |
protected void |
loadFields(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setClosed(boolean closed) |
protected void |
setClosed(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setConverted(boolean converted) |
protected void |
setConverted(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setFields(IDescribePathAssistantField[] fields) |
protected void |
setFields(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setInfo(java.lang.String info) |
protected void |
setInfo(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setLayoutSection(IDescribeLayoutSection layoutSection) |
protected void |
setLayoutSection(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setPicklistLabel(java.lang.String picklistLabel) |
protected void |
setPicklistLabel(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setPicklistValue(java.lang.String picklistValue) |
protected void |
setPicklistValue(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setWon(boolean won) |
protected void |
setWon(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 getClosed()
IDescribePathAssistantStepgetClosed in interface IDescribePathAssistantSteppublic boolean isClosed()
isClosed in interface IDescribePathAssistantSteppublic void setClosed(boolean closed)
setClosed in interface IDescribePathAssistantStepprotected void setClosed(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic boolean getConverted()
IDescribePathAssistantStepgetConverted in interface IDescribePathAssistantSteppublic boolean isConverted()
isConverted in interface IDescribePathAssistantSteppublic void setConverted(boolean converted)
setConverted in interface IDescribePathAssistantStepprotected void setConverted(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic DescribePathAssistantField[] getFields()
IDescribePathAssistantStepgetFields in interface IDescribePathAssistantSteppublic void setFields(IDescribePathAssistantField[] fields)
setFields in interface IDescribePathAssistantStepprotected void setFields(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getInfo()
IDescribePathAssistantStepgetInfo in interface IDescribePathAssistantSteppublic void setInfo(java.lang.String info)
setInfo in interface IDescribePathAssistantStepprotected void setInfo(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic DescribeLayoutSection getLayoutSection()
IDescribePathAssistantStepgetLayoutSection in interface IDescribePathAssistantSteppublic void setLayoutSection(IDescribeLayoutSection layoutSection)
setLayoutSection in interface IDescribePathAssistantStepprotected void setLayoutSection(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getPicklistLabel()
IDescribePathAssistantStepgetPicklistLabel in interface IDescribePathAssistantSteppublic void setPicklistLabel(java.lang.String picklistLabel)
setPicklistLabel in interface IDescribePathAssistantStepprotected void setPicklistLabel(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getPicklistValue()
IDescribePathAssistantStepgetPicklistValue in interface IDescribePathAssistantSteppublic void setPicklistValue(java.lang.String picklistValue)
setPicklistValue in interface IDescribePathAssistantStepprotected void setPicklistValue(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic boolean getWon()
IDescribePathAssistantStepgetWon in interface IDescribePathAssistantSteppublic boolean isWon()
isWon in interface IDescribePathAssistantSteppublic void setWon(boolean won)
setWon in interface IDescribePathAssistantStepprotected void setWon(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.