Package com.sforce.soap.metadata
Class BotStepCondition
- java.lang.Object
-
- com.sforce.soap.metadata.BotStepCondition
-
-
Constructor Summary
Constructors Constructor Description BotStepCondition()Constructor
-
Method Summary
-
-
-
Method Detail
-
getLeftOperandName
public String getLeftOperandName()
-
setLeftOperandName
public void setLeftOperandName(String leftOperandName)
-
setLeftOperandName
protected void setLeftOperandName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getLeftOperandType
public ConversationVariableType getLeftOperandType()
-
setLeftOperandType
public void setLeftOperandType(ConversationVariableType leftOperandType)
-
setLeftOperandType
protected void setLeftOperandType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getOperatorType
public BotStepConditionOperatorType getOperatorType()
-
setOperatorType
public void setOperatorType(BotStepConditionOperatorType operatorType)
-
setOperatorType
protected void setOperatorType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getRightOperandValue
public String getRightOperandValue()
-
setRightOperandValue
public void setRightOperandValue(String rightOperandValue)
-
setRightOperandValue
protected void setRightOperandValue(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
-
-