Package com.sforce.soap.partner
Class DescribePathAssistantStep
java.lang.Object
com.sforce.soap.partner.DescribePathAssistantStep
- All Implemented Interfaces:
IDescribePathAssistantStep,com.sforce.ws.bind.XMLizable
public class DescribePathAssistantStep
extends Object
implements com.sforce.ws.bind.XMLizable, IDescribePathAssistantStep
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 : closed of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleanelement : converted of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanelement : fields of type {urn:partner.soap.sforce.com}DescribePathAssistantField java type: com.sforce.soap.partner.DescribePathAssistantField[]getInfo()element : info of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : layoutSection of type {urn:partner.soap.sforce.com}DescribeLayoutSection java type: com.sforce.soap.partner.DescribeLayoutSectionelement : picklistLabel of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : picklistValue of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringbooleangetWon()element : won of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleanisClosed()booleanbooleanisWon()voidload(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidloadFields(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetClosed(boolean closed)protected voidsetClosed(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetConverted(boolean converted)protected voidsetConverted(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetFields(IDescribePathAssistantField[] fields)protected voidsetFields(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidsetInfo(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidvoidsetLayoutSection(IDescribeLayoutSection layoutSection)protected voidsetLayoutSection(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidsetPicklistLabel(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetPicklistLabel(String picklistLabel)protected voidsetPicklistValue(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetPicklistValue(String picklistValue)voidsetWon(boolean won)protected voidsetWon(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)toString()voidwrite(QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidwriteFields(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper)
-
Constructor Details
-
DescribePathAssistantStep
public DescribePathAssistantStep()Constructor
-
-
Method Details
-
getClosed
public boolean getClosed()Description copied from interface:IDescribePathAssistantStepelement : closed of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean- Specified by:
getClosedin interfaceIDescribePathAssistantStep
-
isClosed
public boolean isClosed()- Specified by:
isClosedin interfaceIDescribePathAssistantStep
-
setClosed
public void setClosed(boolean closed)- Specified by:
setClosedin interfaceIDescribePathAssistantStep
-
setClosed
protected void setClosed(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
getConverted
public boolean getConverted()Description copied from interface:IDescribePathAssistantStepelement : converted of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean- Specified by:
getConvertedin interfaceIDescribePathAssistantStep
-
isConverted
public boolean isConverted()- Specified by:
isConvertedin interfaceIDescribePathAssistantStep
-
setConverted
public void setConverted(boolean converted)- Specified by:
setConvertedin interfaceIDescribePathAssistantStep
-
setConverted
protected void setConverted(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
getFields
Description copied from interface:IDescribePathAssistantStepelement : fields of type {urn:partner.soap.sforce.com}DescribePathAssistantField java type: com.sforce.soap.partner.DescribePathAssistantField[]- Specified by:
getFieldsin interfaceIDescribePathAssistantStep
-
setFields
- Specified by:
setFieldsin interfaceIDescribePathAssistantStep
-
setFields
protected void setFields(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
getInfo
Description copied from interface:IDescribePathAssistantStepelement : info of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getInfoin interfaceIDescribePathAssistantStep
-
setInfo
- Specified by:
setInfoin interfaceIDescribePathAssistantStep
-
setInfo
protected void setInfo(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
getLayoutSection
Description copied from interface:IDescribePathAssistantStepelement : layoutSection of type {urn:partner.soap.sforce.com}DescribeLayoutSection java type: com.sforce.soap.partner.DescribeLayoutSection- Specified by:
getLayoutSectionin interfaceIDescribePathAssistantStep
-
setLayoutSection
- Specified by:
setLayoutSectionin interfaceIDescribePathAssistantStep
-
setLayoutSection
protected void setLayoutSection(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
getPicklistLabel
Description copied from interface:IDescribePathAssistantStepelement : picklistLabel of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getPicklistLabelin interfaceIDescribePathAssistantStep
-
setPicklistLabel
- Specified by:
setPicklistLabelin interfaceIDescribePathAssistantStep
-
setPicklistLabel
protected void setPicklistLabel(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
getPicklistValue
Description copied from interface:IDescribePathAssistantStepelement : picklistValue of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getPicklistValuein interfaceIDescribePathAssistantStep
-
setPicklistValue
- Specified by:
setPicklistValuein interfaceIDescribePathAssistantStep
-
setPicklistValue
protected void setPicklistValue(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
getWon
public boolean getWon()Description copied from interface:IDescribePathAssistantStepelement : won of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean- Specified by:
getWonin interfaceIDescribePathAssistantStep
-
isWon
public boolean isWon()- Specified by:
isWonin interfaceIDescribePathAssistantStep
-
setWon
public void setWon(boolean won)- Specified by:
setWonin interfaceIDescribePathAssistantStep
-
setWon
protected void setWon(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
write
public void write(QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException- Specified by:
writein interfacecom.sforce.ws.bind.XMLizable- Throws:
IOException
-
writeFields
protected void writeFields(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException- Throws:
IOException
-
load
public void load(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Specified by:
loadin interfacecom.sforce.ws.bind.XMLizable- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
loadFields
protected void loadFields(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
toString
-