Package com.sforce.soap.metadata
Class BotVariableOperand
- java.lang.Object
-
- com.sforce.soap.metadata.BotVariableOperand
-
-
Constructor Summary
Constructors Constructor Description BotVariableOperand()Constructor
-
Method Summary
-
-
-
Method Detail
-
getDisableAutoFill
public boolean getDisableAutoFill()
-
isDisableAutoFill
public boolean isDisableAutoFill()
-
setDisableAutoFill
public void setDisableAutoFill(boolean disableAutoFill)
-
setDisableAutoFill
protected void setDisableAutoFill(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSourceName
public String getSourceName()
-
setSourceName
public void setSourceName(String sourceName)
-
setSourceName
protected void setSourceName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSourceType
public ConversationVariableOperandSourceType getSourceType()
-
setSourceType
public void setSourceType(ConversationVariableOperandSourceType sourceType)
-
setSourceType
protected void setSourceType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSourceValue
public String getSourceValue()
-
setSourceValue
public void setSourceValue(String sourceValue)
-
setSourceValue
protected void setSourceValue(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getTargetName
public String getTargetName()
-
setTargetName
public void setTargetName(String targetName)
-
setTargetName
protected void setTargetName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getTargetType
public ConversationVariableType getTargetType()
-
setTargetType
public void setTargetType(ConversationVariableType targetType)
-
setTargetType
protected void setTargetType(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
-
-