530 lines
30 KiB
Java
530 lines
30 KiB
Java
package com.sforce.soap.tooling.metadata;
|
|
|
|
/**
|
|
* This is a generated class for the SObject Enterprise API.
|
|
* Do not edit this file, as your changes will be lost.
|
|
*/
|
|
public class BotStep implements com.sforce.ws.bind.XMLizable {
|
|
|
|
/**
|
|
* Constructor
|
|
*/
|
|
public BotStep() {}
|
|
|
|
/* Cache the typeInfo instead of declaring static fields throughout*/
|
|
private transient java.util.Map<String, com.sforce.ws.bind.TypeInfo> typeInfoCache = new java.util.HashMap<String, com.sforce.ws.bind.TypeInfo>();
|
|
private com.sforce.ws.bind.TypeInfo _lookupTypeInfo(String fieldName, String namespace, String name, String typeNS, String type, int minOcc, int maxOcc, boolean elementForm) {
|
|
com.sforce.ws.bind.TypeInfo typeInfo = typeInfoCache.get(fieldName);
|
|
if (typeInfo == null) {
|
|
typeInfo = new com.sforce.ws.bind.TypeInfo(namespace, name, typeNS, type, minOcc, maxOcc, elementForm);
|
|
typeInfoCache.put(fieldName, typeInfo);
|
|
}
|
|
return typeInfo;
|
|
}
|
|
|
|
/**
|
|
* element : booleanFilter of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean booleanFilter__is_set = false;
|
|
|
|
private java.lang.String booleanFilter;
|
|
|
|
public java.lang.String getBooleanFilter() {
|
|
return booleanFilter;
|
|
}
|
|
|
|
public void setBooleanFilter(java.lang.String booleanFilter) {
|
|
this.booleanFilter = booleanFilter;
|
|
booleanFilter__is_set = true;
|
|
}
|
|
|
|
protected void setBooleanFilter(com.sforce.ws.parser.XmlInputStream __in,
|
|
com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
|
|
__in.peekTag();
|
|
if (__typeMapper.isElement(__in, _lookupTypeInfo("booleanFilter", "urn:metadata.tooling.soap.sforce.com","booleanFilter","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
|
setBooleanFilter(__typeMapper.readString(__in, _lookupTypeInfo("booleanFilter", "urn:metadata.tooling.soap.sforce.com","booleanFilter","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldBooleanFilter(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("booleanFilter", "urn:metadata.tooling.soap.sforce.com","booleanFilter","http://www.w3.org/2001/XMLSchema","string",0,1,true), booleanFilter, booleanFilter__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : botInvocation of type {urn:metadata.tooling.soap.sforce.com}BotInvocation
|
|
* java type: com.sforce.soap.tooling.metadata.BotInvocation
|
|
*/
|
|
private boolean botInvocation__is_set = false;
|
|
|
|
private com.sforce.soap.tooling.metadata.BotInvocation botInvocation;
|
|
|
|
public com.sforce.soap.tooling.metadata.BotInvocation getBotInvocation() {
|
|
return botInvocation;
|
|
}
|
|
|
|
public void setBotInvocation(com.sforce.soap.tooling.metadata.BotInvocation botInvocation) {
|
|
this.botInvocation = botInvocation;
|
|
botInvocation__is_set = true;
|
|
}
|
|
|
|
protected void setBotInvocation(com.sforce.ws.parser.XmlInputStream __in,
|
|
com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
|
|
__in.peekTag();
|
|
if (__typeMapper.isElement(__in, _lookupTypeInfo("botInvocation", "urn:metadata.tooling.soap.sforce.com","botInvocation","urn:metadata.tooling.soap.sforce.com","BotInvocation",0,1,true))) {
|
|
setBotInvocation((com.sforce.soap.tooling.metadata.BotInvocation)__typeMapper.readObject(__in, _lookupTypeInfo("botInvocation", "urn:metadata.tooling.soap.sforce.com","botInvocation","urn:metadata.tooling.soap.sforce.com","BotInvocation",0,1,true), com.sforce.soap.tooling.metadata.BotInvocation.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldBotInvocation(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("botInvocation", "urn:metadata.tooling.soap.sforce.com","botInvocation","urn:metadata.tooling.soap.sforce.com","BotInvocation",0,1,true), botInvocation, botInvocation__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : botMessages of type {urn:metadata.tooling.soap.sforce.com}BotMessage
|
|
* java type: com.sforce.soap.tooling.metadata.BotMessage[]
|
|
*/
|
|
private boolean botMessages__is_set = false;
|
|
|
|
private com.sforce.soap.tooling.metadata.BotMessage[] botMessages = new com.sforce.soap.tooling.metadata.BotMessage[0];
|
|
|
|
public com.sforce.soap.tooling.metadata.BotMessage[] getBotMessages() {
|
|
return botMessages;
|
|
}
|
|
|
|
public void setBotMessages(com.sforce.soap.tooling.metadata.BotMessage[] botMessages) {
|
|
this.botMessages = botMessages;
|
|
botMessages__is_set = true;
|
|
}
|
|
|
|
protected void setBotMessages(com.sforce.ws.parser.XmlInputStream __in,
|
|
com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
|
|
__in.peekTag();
|
|
if (__typeMapper.isElement(__in, _lookupTypeInfo("botMessages", "urn:metadata.tooling.soap.sforce.com","botMessages","urn:metadata.tooling.soap.sforce.com","BotMessage",0,-1,true))) {
|
|
setBotMessages((com.sforce.soap.tooling.metadata.BotMessage[])__typeMapper.readObject(__in, _lookupTypeInfo("botMessages", "urn:metadata.tooling.soap.sforce.com","botMessages","urn:metadata.tooling.soap.sforce.com","BotMessage",0,-1,true), com.sforce.soap.tooling.metadata.BotMessage[].class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldBotMessages(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("botMessages", "urn:metadata.tooling.soap.sforce.com","botMessages","urn:metadata.tooling.soap.sforce.com","BotMessage",0,-1,true), botMessages, botMessages__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : botNavigation of type {urn:metadata.tooling.soap.sforce.com}BotNavigation
|
|
* java type: com.sforce.soap.tooling.metadata.BotNavigation
|
|
*/
|
|
private boolean botNavigation__is_set = false;
|
|
|
|
private com.sforce.soap.tooling.metadata.BotNavigation botNavigation;
|
|
|
|
public com.sforce.soap.tooling.metadata.BotNavigation getBotNavigation() {
|
|
return botNavigation;
|
|
}
|
|
|
|
public void setBotNavigation(com.sforce.soap.tooling.metadata.BotNavigation botNavigation) {
|
|
this.botNavigation = botNavigation;
|
|
botNavigation__is_set = true;
|
|
}
|
|
|
|
protected void setBotNavigation(com.sforce.ws.parser.XmlInputStream __in,
|
|
com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
|
|
__in.peekTag();
|
|
if (__typeMapper.isElement(__in, _lookupTypeInfo("botNavigation", "urn:metadata.tooling.soap.sforce.com","botNavigation","urn:metadata.tooling.soap.sforce.com","BotNavigation",0,1,true))) {
|
|
setBotNavigation((com.sforce.soap.tooling.metadata.BotNavigation)__typeMapper.readObject(__in, _lookupTypeInfo("botNavigation", "urn:metadata.tooling.soap.sforce.com","botNavigation","urn:metadata.tooling.soap.sforce.com","BotNavigation",0,1,true), com.sforce.soap.tooling.metadata.BotNavigation.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldBotNavigation(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("botNavigation", "urn:metadata.tooling.soap.sforce.com","botNavigation","urn:metadata.tooling.soap.sforce.com","BotNavigation",0,1,true), botNavigation, botNavigation__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : botStepConditions of type {urn:metadata.tooling.soap.sforce.com}BotStepCondition
|
|
* java type: com.sforce.soap.tooling.metadata.BotStepCondition[]
|
|
*/
|
|
private boolean botStepConditions__is_set = false;
|
|
|
|
private com.sforce.soap.tooling.metadata.BotStepCondition[] botStepConditions = new com.sforce.soap.tooling.metadata.BotStepCondition[0];
|
|
|
|
public com.sforce.soap.tooling.metadata.BotStepCondition[] getBotStepConditions() {
|
|
return botStepConditions;
|
|
}
|
|
|
|
public void setBotStepConditions(com.sforce.soap.tooling.metadata.BotStepCondition[] botStepConditions) {
|
|
this.botStepConditions = botStepConditions;
|
|
botStepConditions__is_set = true;
|
|
}
|
|
|
|
protected void setBotStepConditions(com.sforce.ws.parser.XmlInputStream __in,
|
|
com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
|
|
__in.peekTag();
|
|
if (__typeMapper.isElement(__in, _lookupTypeInfo("botStepConditions", "urn:metadata.tooling.soap.sforce.com","botStepConditions","urn:metadata.tooling.soap.sforce.com","BotStepCondition",0,-1,true))) {
|
|
setBotStepConditions((com.sforce.soap.tooling.metadata.BotStepCondition[])__typeMapper.readObject(__in, _lookupTypeInfo("botStepConditions", "urn:metadata.tooling.soap.sforce.com","botStepConditions","urn:metadata.tooling.soap.sforce.com","BotStepCondition",0,-1,true), com.sforce.soap.tooling.metadata.BotStepCondition[].class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldBotStepConditions(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("botStepConditions", "urn:metadata.tooling.soap.sforce.com","botStepConditions","urn:metadata.tooling.soap.sforce.com","BotStepCondition",0,-1,true), botStepConditions, botStepConditions__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : botSteps of type {urn:metadata.tooling.soap.sforce.com}BotStep
|
|
* java type: com.sforce.soap.tooling.metadata.BotStep[]
|
|
*/
|
|
private boolean botSteps__is_set = false;
|
|
|
|
private com.sforce.soap.tooling.metadata.BotStep[] botSteps = new com.sforce.soap.tooling.metadata.BotStep[0];
|
|
|
|
public com.sforce.soap.tooling.metadata.BotStep[] getBotSteps() {
|
|
return botSteps;
|
|
}
|
|
|
|
public void setBotSteps(com.sforce.soap.tooling.metadata.BotStep[] botSteps) {
|
|
this.botSteps = botSteps;
|
|
botSteps__is_set = true;
|
|
}
|
|
|
|
protected void setBotSteps(com.sforce.ws.parser.XmlInputStream __in,
|
|
com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
|
|
__in.peekTag();
|
|
if (__typeMapper.isElement(__in, _lookupTypeInfo("botSteps", "urn:metadata.tooling.soap.sforce.com","botSteps","urn:metadata.tooling.soap.sforce.com","BotStep",0,-1,true))) {
|
|
setBotSteps((com.sforce.soap.tooling.metadata.BotStep[])__typeMapper.readObject(__in, _lookupTypeInfo("botSteps", "urn:metadata.tooling.soap.sforce.com","botSteps","urn:metadata.tooling.soap.sforce.com","BotStep",0,-1,true), com.sforce.soap.tooling.metadata.BotStep[].class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldBotSteps(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("botSteps", "urn:metadata.tooling.soap.sforce.com","botSteps","urn:metadata.tooling.soap.sforce.com","BotStep",0,-1,true), botSteps, botSteps__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : botVariableOperation of type {urn:metadata.tooling.soap.sforce.com}BotVariableOperation
|
|
* java type: com.sforce.soap.tooling.metadata.BotVariableOperation
|
|
*/
|
|
private boolean botVariableOperation__is_set = false;
|
|
|
|
private com.sforce.soap.tooling.metadata.BotVariableOperation botVariableOperation;
|
|
|
|
public com.sforce.soap.tooling.metadata.BotVariableOperation getBotVariableOperation() {
|
|
return botVariableOperation;
|
|
}
|
|
|
|
public void setBotVariableOperation(com.sforce.soap.tooling.metadata.BotVariableOperation botVariableOperation) {
|
|
this.botVariableOperation = botVariableOperation;
|
|
botVariableOperation__is_set = true;
|
|
}
|
|
|
|
protected void setBotVariableOperation(com.sforce.ws.parser.XmlInputStream __in,
|
|
com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
|
|
__in.peekTag();
|
|
if (__typeMapper.isElement(__in, _lookupTypeInfo("botVariableOperation", "urn:metadata.tooling.soap.sforce.com","botVariableOperation","urn:metadata.tooling.soap.sforce.com","BotVariableOperation",0,1,true))) {
|
|
setBotVariableOperation((com.sforce.soap.tooling.metadata.BotVariableOperation)__typeMapper.readObject(__in, _lookupTypeInfo("botVariableOperation", "urn:metadata.tooling.soap.sforce.com","botVariableOperation","urn:metadata.tooling.soap.sforce.com","BotVariableOperation",0,1,true), com.sforce.soap.tooling.metadata.BotVariableOperation.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldBotVariableOperation(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("botVariableOperation", "urn:metadata.tooling.soap.sforce.com","botVariableOperation","urn:metadata.tooling.soap.sforce.com","BotVariableOperation",0,1,true), botVariableOperation, botVariableOperation__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : conditionLogicType of type {urn:tooling.soap.sforce.com}ConversationDefinitionLogicalOperatorType
|
|
* java type: com.sforce.soap.tooling.ConversationDefinitionLogicalOperatorType
|
|
*/
|
|
private boolean conditionLogicType__is_set = false;
|
|
|
|
private com.sforce.soap.tooling.ConversationDefinitionLogicalOperatorType conditionLogicType;
|
|
|
|
public com.sforce.soap.tooling.ConversationDefinitionLogicalOperatorType getConditionLogicType() {
|
|
return conditionLogicType;
|
|
}
|
|
|
|
public void setConditionLogicType(com.sforce.soap.tooling.ConversationDefinitionLogicalOperatorType conditionLogicType) {
|
|
this.conditionLogicType = conditionLogicType;
|
|
conditionLogicType__is_set = true;
|
|
}
|
|
|
|
protected void setConditionLogicType(com.sforce.ws.parser.XmlInputStream __in,
|
|
com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
|
|
__in.peekTag();
|
|
if (__typeMapper.isElement(__in, _lookupTypeInfo("conditionLogicType", "urn:metadata.tooling.soap.sforce.com","conditionLogicType","urn:tooling.soap.sforce.com","ConversationDefinitionLogicalOperatorType",0,1,true))) {
|
|
setConditionLogicType((com.sforce.soap.tooling.ConversationDefinitionLogicalOperatorType)__typeMapper.readObject(__in, _lookupTypeInfo("conditionLogicType", "urn:metadata.tooling.soap.sforce.com","conditionLogicType","urn:tooling.soap.sforce.com","ConversationDefinitionLogicalOperatorType",0,1,true), com.sforce.soap.tooling.ConversationDefinitionLogicalOperatorType.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldConditionLogicType(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("conditionLogicType", "urn:metadata.tooling.soap.sforce.com","conditionLogicType","urn:tooling.soap.sforce.com","ConversationDefinitionLogicalOperatorType",0,1,true), conditionLogicType, conditionLogicType__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : conversationRecordLookup of type {urn:metadata.tooling.soap.sforce.com}ConversationRecordLookup
|
|
* java type: com.sforce.soap.tooling.metadata.ConversationRecordLookup
|
|
*/
|
|
private boolean conversationRecordLookup__is_set = false;
|
|
|
|
private com.sforce.soap.tooling.metadata.ConversationRecordLookup conversationRecordLookup;
|
|
|
|
public com.sforce.soap.tooling.metadata.ConversationRecordLookup getConversationRecordLookup() {
|
|
return conversationRecordLookup;
|
|
}
|
|
|
|
public void setConversationRecordLookup(com.sforce.soap.tooling.metadata.ConversationRecordLookup conversationRecordLookup) {
|
|
this.conversationRecordLookup = conversationRecordLookup;
|
|
conversationRecordLookup__is_set = true;
|
|
}
|
|
|
|
protected void setConversationRecordLookup(com.sforce.ws.parser.XmlInputStream __in,
|
|
com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
|
|
__in.peekTag();
|
|
if (__typeMapper.isElement(__in, _lookupTypeInfo("conversationRecordLookup", "urn:metadata.tooling.soap.sforce.com","conversationRecordLookup","urn:metadata.tooling.soap.sforce.com","ConversationRecordLookup",0,1,true))) {
|
|
setConversationRecordLookup((com.sforce.soap.tooling.metadata.ConversationRecordLookup)__typeMapper.readObject(__in, _lookupTypeInfo("conversationRecordLookup", "urn:metadata.tooling.soap.sforce.com","conversationRecordLookup","urn:metadata.tooling.soap.sforce.com","ConversationRecordLookup",0,1,true), com.sforce.soap.tooling.metadata.ConversationRecordLookup.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldConversationRecordLookup(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("conversationRecordLookup", "urn:metadata.tooling.soap.sforce.com","conversationRecordLookup","urn:metadata.tooling.soap.sforce.com","ConversationRecordLookup",0,1,true), conversationRecordLookup, conversationRecordLookup__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : conversationStepGoalMappings of type {urn:metadata.tooling.soap.sforce.com}ConversationDefinitionStepGoalMapping
|
|
* java type: com.sforce.soap.tooling.metadata.ConversationDefinitionStepGoalMapping[]
|
|
*/
|
|
private boolean conversationStepGoalMappings__is_set = false;
|
|
|
|
private com.sforce.soap.tooling.metadata.ConversationDefinitionStepGoalMapping[] conversationStepGoalMappings = new com.sforce.soap.tooling.metadata.ConversationDefinitionStepGoalMapping[0];
|
|
|
|
public com.sforce.soap.tooling.metadata.ConversationDefinitionStepGoalMapping[] getConversationStepGoalMappings() {
|
|
return conversationStepGoalMappings;
|
|
}
|
|
|
|
public void setConversationStepGoalMappings(com.sforce.soap.tooling.metadata.ConversationDefinitionStepGoalMapping[] conversationStepGoalMappings) {
|
|
this.conversationStepGoalMappings = conversationStepGoalMappings;
|
|
conversationStepGoalMappings__is_set = true;
|
|
}
|
|
|
|
protected void setConversationStepGoalMappings(com.sforce.ws.parser.XmlInputStream __in,
|
|
com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
|
|
__in.peekTag();
|
|
if (__typeMapper.isElement(__in, _lookupTypeInfo("conversationStepGoalMappings", "urn:metadata.tooling.soap.sforce.com","conversationStepGoalMappings","urn:metadata.tooling.soap.sforce.com","ConversationDefinitionStepGoalMapping",0,-1,true))) {
|
|
setConversationStepGoalMappings((com.sforce.soap.tooling.metadata.ConversationDefinitionStepGoalMapping[])__typeMapper.readObject(__in, _lookupTypeInfo("conversationStepGoalMappings", "urn:metadata.tooling.soap.sforce.com","conversationStepGoalMappings","urn:metadata.tooling.soap.sforce.com","ConversationDefinitionStepGoalMapping",0,-1,true), com.sforce.soap.tooling.metadata.ConversationDefinitionStepGoalMapping[].class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldConversationStepGoalMappings(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("conversationStepGoalMappings", "urn:metadata.tooling.soap.sforce.com","conversationStepGoalMappings","urn:metadata.tooling.soap.sforce.com","ConversationDefinitionStepGoalMapping",0,-1,true), conversationStepGoalMappings, conversationStepGoalMappings__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : conversationSystemMessage of type {urn:metadata.tooling.soap.sforce.com}ConversationSystemMessage
|
|
* java type: com.sforce.soap.tooling.metadata.ConversationSystemMessage
|
|
*/
|
|
private boolean conversationSystemMessage__is_set = false;
|
|
|
|
private com.sforce.soap.tooling.metadata.ConversationSystemMessage conversationSystemMessage;
|
|
|
|
public com.sforce.soap.tooling.metadata.ConversationSystemMessage getConversationSystemMessage() {
|
|
return conversationSystemMessage;
|
|
}
|
|
|
|
public void setConversationSystemMessage(com.sforce.soap.tooling.metadata.ConversationSystemMessage conversationSystemMessage) {
|
|
this.conversationSystemMessage = conversationSystemMessage;
|
|
conversationSystemMessage__is_set = true;
|
|
}
|
|
|
|
protected void setConversationSystemMessage(com.sforce.ws.parser.XmlInputStream __in,
|
|
com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
|
|
__in.peekTag();
|
|
if (__typeMapper.isElement(__in, _lookupTypeInfo("conversationSystemMessage", "urn:metadata.tooling.soap.sforce.com","conversationSystemMessage","urn:metadata.tooling.soap.sforce.com","ConversationSystemMessage",0,1,true))) {
|
|
setConversationSystemMessage((com.sforce.soap.tooling.metadata.ConversationSystemMessage)__typeMapper.readObject(__in, _lookupTypeInfo("conversationSystemMessage", "urn:metadata.tooling.soap.sforce.com","conversationSystemMessage","urn:metadata.tooling.soap.sforce.com","ConversationSystemMessage",0,1,true), com.sforce.soap.tooling.metadata.ConversationSystemMessage.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldConversationSystemMessage(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("conversationSystemMessage", "urn:metadata.tooling.soap.sforce.com","conversationSystemMessage","urn:metadata.tooling.soap.sforce.com","ConversationSystemMessage",0,1,true), conversationSystemMessage, conversationSystemMessage__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : messageDefinition of type {urn:metadata.tooling.soap.sforce.com}ConversationDefinitionRichMessage
|
|
* java type: com.sforce.soap.tooling.metadata.ConversationDefinitionRichMessage
|
|
*/
|
|
private boolean messageDefinition__is_set = false;
|
|
|
|
private com.sforce.soap.tooling.metadata.ConversationDefinitionRichMessage messageDefinition;
|
|
|
|
public com.sforce.soap.tooling.metadata.ConversationDefinitionRichMessage getMessageDefinition() {
|
|
return messageDefinition;
|
|
}
|
|
|
|
public void setMessageDefinition(com.sforce.soap.tooling.metadata.ConversationDefinitionRichMessage messageDefinition) {
|
|
this.messageDefinition = messageDefinition;
|
|
messageDefinition__is_set = true;
|
|
}
|
|
|
|
protected void setMessageDefinition(com.sforce.ws.parser.XmlInputStream __in,
|
|
com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
|
|
__in.peekTag();
|
|
if (__typeMapper.isElement(__in, _lookupTypeInfo("messageDefinition", "urn:metadata.tooling.soap.sforce.com","messageDefinition","urn:metadata.tooling.soap.sforce.com","ConversationDefinitionRichMessage",0,1,true))) {
|
|
setMessageDefinition((com.sforce.soap.tooling.metadata.ConversationDefinitionRichMessage)__typeMapper.readObject(__in, _lookupTypeInfo("messageDefinition", "urn:metadata.tooling.soap.sforce.com","messageDefinition","urn:metadata.tooling.soap.sforce.com","ConversationDefinitionRichMessage",0,1,true), com.sforce.soap.tooling.metadata.ConversationDefinitionRichMessage.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldMessageDefinition(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("messageDefinition", "urn:metadata.tooling.soap.sforce.com","messageDefinition","urn:metadata.tooling.soap.sforce.com","ConversationDefinitionRichMessage",0,1,true), messageDefinition, messageDefinition__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : stepIdentifier of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean stepIdentifier__is_set = false;
|
|
|
|
private java.lang.String stepIdentifier;
|
|
|
|
public java.lang.String getStepIdentifier() {
|
|
return stepIdentifier;
|
|
}
|
|
|
|
public void setStepIdentifier(java.lang.String stepIdentifier) {
|
|
this.stepIdentifier = stepIdentifier;
|
|
stepIdentifier__is_set = true;
|
|
}
|
|
|
|
protected void setStepIdentifier(com.sforce.ws.parser.XmlInputStream __in,
|
|
com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
|
|
__in.peekTag();
|
|
if (__typeMapper.isElement(__in, _lookupTypeInfo("stepIdentifier", "urn:metadata.tooling.soap.sforce.com","stepIdentifier","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
|
setStepIdentifier(__typeMapper.readString(__in, _lookupTypeInfo("stepIdentifier", "urn:metadata.tooling.soap.sforce.com","stepIdentifier","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldStepIdentifier(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("stepIdentifier", "urn:metadata.tooling.soap.sforce.com","stepIdentifier","http://www.w3.org/2001/XMLSchema","string",0,1,true), stepIdentifier, stepIdentifier__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : type of type {urn:tooling.soap.sforce.com}BotStepType
|
|
* java type: com.sforce.soap.tooling.BotStepType
|
|
*/
|
|
private boolean type__is_set = false;
|
|
|
|
private com.sforce.soap.tooling.BotStepType type;
|
|
|
|
public com.sforce.soap.tooling.BotStepType getType() {
|
|
return type;
|
|
}
|
|
|
|
public void setType(com.sforce.soap.tooling.BotStepType type) {
|
|
this.type = type;
|
|
type__is_set = true;
|
|
}
|
|
|
|
protected void setType(com.sforce.ws.parser.XmlInputStream __in,
|
|
com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
|
|
__in.peekTag();
|
|
if (__typeMapper.verifyElement(__in, _lookupTypeInfo("type", "urn:metadata.tooling.soap.sforce.com","type","urn:tooling.soap.sforce.com","BotStepType",1,1,true))) {
|
|
setType((com.sforce.soap.tooling.BotStepType)__typeMapper.readObject(__in, _lookupTypeInfo("type", "urn:metadata.tooling.soap.sforce.com","type","urn:tooling.soap.sforce.com","BotStepType",1,1,true), com.sforce.soap.tooling.BotStepType.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldType(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("type", "urn:metadata.tooling.soap.sforce.com","type","urn:tooling.soap.sforce.com","BotStepType",1,1,true), type, type__is_set);
|
|
}
|
|
|
|
/**
|
|
*/
|
|
@Override
|
|
public void write(javax.xml.namespace.QName __element,
|
|
com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper)
|
|
throws java.io.IOException {
|
|
__out.writeStartTag(__element.getNamespaceURI(), __element.getLocalPart());
|
|
writeFields(__out, __typeMapper);
|
|
__out.writeEndTag(__element.getNamespaceURI(), __element.getLocalPart());
|
|
}
|
|
|
|
protected void writeFields(com.sforce.ws.parser.XmlOutputStream __out,
|
|
com.sforce.ws.bind.TypeMapper __typeMapper)
|
|
throws java.io.IOException {
|
|
writeFields1(__out, __typeMapper);
|
|
}
|
|
|
|
@Override
|
|
public void load(com.sforce.ws.parser.XmlInputStream __in,
|
|
com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
|
|
__typeMapper.consumeStartTag(__in);
|
|
loadFields(__in, __typeMapper);
|
|
__typeMapper.consumeEndTag(__in);
|
|
}
|
|
|
|
protected void loadFields(com.sforce.ws.parser.XmlInputStream __in,
|
|
com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
|
|
loadFields1(__in, __typeMapper);
|
|
}
|
|
|
|
@Override
|
|
public String toString() {
|
|
java.lang.StringBuilder sb = new java.lang.StringBuilder();
|
|
sb.append("[BotStep ");
|
|
toString1(sb);
|
|
|
|
sb.append("]\n");
|
|
return sb.toString();
|
|
}
|
|
|
|
private void toStringHelper(StringBuilder sb, String name, Object value) {
|
|
sb.append(' ').append(name).append("='").append(com.sforce.ws.util.Verbose.toString(value)).append("'\n");
|
|
}
|
|
|
|
private void writeFields1(com.sforce.ws.parser.XmlOutputStream __out,
|
|
com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
writeFieldBooleanFilter(__out, __typeMapper);
|
|
writeFieldBotInvocation(__out, __typeMapper);
|
|
writeFieldBotMessages(__out, __typeMapper);
|
|
writeFieldBotNavigation(__out, __typeMapper);
|
|
writeFieldBotStepConditions(__out, __typeMapper);
|
|
writeFieldBotSteps(__out, __typeMapper);
|
|
writeFieldBotVariableOperation(__out, __typeMapper);
|
|
writeFieldConditionLogicType(__out, __typeMapper);
|
|
writeFieldConversationRecordLookup(__out, __typeMapper);
|
|
writeFieldConversationStepGoalMappings(__out, __typeMapper);
|
|
writeFieldConversationSystemMessage(__out, __typeMapper);
|
|
writeFieldMessageDefinition(__out, __typeMapper);
|
|
writeFieldStepIdentifier(__out, __typeMapper);
|
|
writeFieldType(__out, __typeMapper);
|
|
}
|
|
|
|
private void loadFields1(com.sforce.ws.parser.XmlInputStream __in,
|
|
com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
|
|
setBooleanFilter(__in, __typeMapper);
|
|
setBotInvocation(__in, __typeMapper);
|
|
setBotMessages(__in, __typeMapper);
|
|
setBotNavigation(__in, __typeMapper);
|
|
setBotStepConditions(__in, __typeMapper);
|
|
setBotSteps(__in, __typeMapper);
|
|
setBotVariableOperation(__in, __typeMapper);
|
|
setConditionLogicType(__in, __typeMapper);
|
|
setConversationRecordLookup(__in, __typeMapper);
|
|
setConversationStepGoalMappings(__in, __typeMapper);
|
|
setConversationSystemMessage(__in, __typeMapper);
|
|
setMessageDefinition(__in, __typeMapper);
|
|
setStepIdentifier(__in, __typeMapper);
|
|
setType(__in, __typeMapper);
|
|
}
|
|
|
|
private void toString1(StringBuilder sb) {
|
|
toStringHelper(sb, "booleanFilter", booleanFilter);
|
|
toStringHelper(sb, "botInvocation", botInvocation);
|
|
toStringHelper(sb, "botMessages", botMessages);
|
|
toStringHelper(sb, "botNavigation", botNavigation);
|
|
toStringHelper(sb, "botStepConditions", botStepConditions);
|
|
toStringHelper(sb, "botSteps", botSteps);
|
|
toStringHelper(sb, "botVariableOperation", botVariableOperation);
|
|
toStringHelper(sb, "conditionLogicType", conditionLogicType);
|
|
toStringHelper(sb, "conversationRecordLookup", conversationRecordLookup);
|
|
toStringHelper(sb, "conversationStepGoalMappings", conversationStepGoalMappings);
|
|
toStringHelper(sb, "conversationSystemMessage", conversationSystemMessage);
|
|
toStringHelper(sb, "messageDefinition", messageDefinition);
|
|
toStringHelper(sb, "stepIdentifier", stepIdentifier);
|
|
toStringHelper(sb, "type", type);
|
|
}
|
|
|
|
|
|
}
|