606 lines
32 KiB
Java
606 lines
32 KiB
Java
package com.sforce.soap.metadata;
|
|
|
|
/**
|
|
* This is a generated class for the SObject Enterprise API.
|
|
* Do not edit this file, as your changes will be lost.
|
|
*/
|
|
public class FlowActionCall extends com.sforce.soap.metadata.FlowNode {
|
|
|
|
/**
|
|
* Constructor
|
|
*/
|
|
public FlowActionCall() {}
|
|
|
|
/* 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 : actionCallPaths of type {http://soap.sforce.com/2006/04/metadata}FlowActionCallPath
|
|
* java type: com.sforce.soap.metadata.FlowActionCallPath[]
|
|
*/
|
|
private boolean actionCallPaths__is_set = false;
|
|
|
|
private com.sforce.soap.metadata.FlowActionCallPath[] actionCallPaths = new com.sforce.soap.metadata.FlowActionCallPath[0];
|
|
|
|
public com.sforce.soap.metadata.FlowActionCallPath[] getActionCallPaths() {
|
|
return actionCallPaths;
|
|
}
|
|
|
|
public void setActionCallPaths(com.sforce.soap.metadata.FlowActionCallPath[] actionCallPaths) {
|
|
this.actionCallPaths = actionCallPaths;
|
|
actionCallPaths__is_set = true;
|
|
}
|
|
|
|
protected void setActionCallPaths(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("actionCallPaths", "http://soap.sforce.com/2006/04/metadata","actionCallPaths","http://soap.sforce.com/2006/04/metadata","FlowActionCallPath",0,-1,true))) {
|
|
setActionCallPaths((com.sforce.soap.metadata.FlowActionCallPath[])__typeMapper.readObject(__in, _lookupTypeInfo("actionCallPaths", "http://soap.sforce.com/2006/04/metadata","actionCallPaths","http://soap.sforce.com/2006/04/metadata","FlowActionCallPath",0,-1,true), com.sforce.soap.metadata.FlowActionCallPath[].class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldActionCallPaths(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("actionCallPaths", "http://soap.sforce.com/2006/04/metadata","actionCallPaths","http://soap.sforce.com/2006/04/metadata","FlowActionCallPath",0,-1,true), actionCallPaths, actionCallPaths__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : actionName of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean actionName__is_set = false;
|
|
|
|
private java.lang.String actionName;
|
|
|
|
public java.lang.String getActionName() {
|
|
return actionName;
|
|
}
|
|
|
|
public void setActionName(java.lang.String actionName) {
|
|
this.actionName = actionName;
|
|
actionName__is_set = true;
|
|
}
|
|
|
|
protected void setActionName(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("actionName", "http://soap.sforce.com/2006/04/metadata","actionName","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
|
setActionName(__typeMapper.readString(__in, _lookupTypeInfo("actionName", "http://soap.sforce.com/2006/04/metadata","actionName","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldActionName(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("actionName", "http://soap.sforce.com/2006/04/metadata","actionName","http://www.w3.org/2001/XMLSchema","string",0,1,true), actionName, actionName__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : actionType of type {http://soap.sforce.com/2006/04/metadata}InvocableActionType
|
|
* java type: com.sforce.soap.metadata.InvocableActionType
|
|
*/
|
|
private boolean actionType__is_set = false;
|
|
|
|
private com.sforce.soap.metadata.InvocableActionType actionType;
|
|
|
|
public com.sforce.soap.metadata.InvocableActionType getActionType() {
|
|
return actionType;
|
|
}
|
|
|
|
public void setActionType(com.sforce.soap.metadata.InvocableActionType actionType) {
|
|
this.actionType = actionType;
|
|
actionType__is_set = true;
|
|
}
|
|
|
|
protected void setActionType(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("actionType", "http://soap.sforce.com/2006/04/metadata","actionType","http://soap.sforce.com/2006/04/metadata","InvocableActionType",0,1,true))) {
|
|
setActionType((com.sforce.soap.metadata.InvocableActionType)__typeMapper.readObject(__in, _lookupTypeInfo("actionType", "http://soap.sforce.com/2006/04/metadata","actionType","http://soap.sforce.com/2006/04/metadata","InvocableActionType",0,1,true), com.sforce.soap.metadata.InvocableActionType.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldActionType(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("actionType", "http://soap.sforce.com/2006/04/metadata","actionType","http://soap.sforce.com/2006/04/metadata","InvocableActionType",0,1,true), actionType, actionType__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : connector of type {http://soap.sforce.com/2006/04/metadata}FlowConnector
|
|
* java type: com.sforce.soap.metadata.FlowConnector
|
|
*/
|
|
private boolean connector__is_set = false;
|
|
|
|
private com.sforce.soap.metadata.FlowConnector connector;
|
|
|
|
public com.sforce.soap.metadata.FlowConnector getConnector() {
|
|
return connector;
|
|
}
|
|
|
|
public void setConnector(com.sforce.soap.metadata.FlowConnector connector) {
|
|
this.connector = connector;
|
|
connector__is_set = true;
|
|
}
|
|
|
|
protected void setConnector(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("connector", "http://soap.sforce.com/2006/04/metadata","connector","http://soap.sforce.com/2006/04/metadata","FlowConnector",0,1,true))) {
|
|
setConnector((com.sforce.soap.metadata.FlowConnector)__typeMapper.readObject(__in, _lookupTypeInfo("connector", "http://soap.sforce.com/2006/04/metadata","connector","http://soap.sforce.com/2006/04/metadata","FlowConnector",0,1,true), com.sforce.soap.metadata.FlowConnector.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldConnector(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("connector", "http://soap.sforce.com/2006/04/metadata","connector","http://soap.sforce.com/2006/04/metadata","FlowConnector",0,1,true), connector, connector__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : dataTypeMappings of type {http://soap.sforce.com/2006/04/metadata}FlowDataTypeMapping
|
|
* java type: com.sforce.soap.metadata.FlowDataTypeMapping[]
|
|
*/
|
|
private boolean dataTypeMappings__is_set = false;
|
|
|
|
private com.sforce.soap.metadata.FlowDataTypeMapping[] dataTypeMappings = new com.sforce.soap.metadata.FlowDataTypeMapping[0];
|
|
|
|
public com.sforce.soap.metadata.FlowDataTypeMapping[] getDataTypeMappings() {
|
|
return dataTypeMappings;
|
|
}
|
|
|
|
public void setDataTypeMappings(com.sforce.soap.metadata.FlowDataTypeMapping[] dataTypeMappings) {
|
|
this.dataTypeMappings = dataTypeMappings;
|
|
dataTypeMappings__is_set = true;
|
|
}
|
|
|
|
protected void setDataTypeMappings(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("dataTypeMappings", "http://soap.sforce.com/2006/04/metadata","dataTypeMappings","http://soap.sforce.com/2006/04/metadata","FlowDataTypeMapping",0,-1,true))) {
|
|
setDataTypeMappings((com.sforce.soap.metadata.FlowDataTypeMapping[])__typeMapper.readObject(__in, _lookupTypeInfo("dataTypeMappings", "http://soap.sforce.com/2006/04/metadata","dataTypeMappings","http://soap.sforce.com/2006/04/metadata","FlowDataTypeMapping",0,-1,true), com.sforce.soap.metadata.FlowDataTypeMapping[].class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldDataTypeMappings(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("dataTypeMappings", "http://soap.sforce.com/2006/04/metadata","dataTypeMappings","http://soap.sforce.com/2006/04/metadata","FlowDataTypeMapping",0,-1,true), dataTypeMappings, dataTypeMappings__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : faultConnector of type {http://soap.sforce.com/2006/04/metadata}FlowConnector
|
|
* java type: com.sforce.soap.metadata.FlowConnector
|
|
*/
|
|
private boolean faultConnector__is_set = false;
|
|
|
|
private com.sforce.soap.metadata.FlowConnector faultConnector;
|
|
|
|
public com.sforce.soap.metadata.FlowConnector getFaultConnector() {
|
|
return faultConnector;
|
|
}
|
|
|
|
public void setFaultConnector(com.sforce.soap.metadata.FlowConnector faultConnector) {
|
|
this.faultConnector = faultConnector;
|
|
faultConnector__is_set = true;
|
|
}
|
|
|
|
protected void setFaultConnector(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("faultConnector", "http://soap.sforce.com/2006/04/metadata","faultConnector","http://soap.sforce.com/2006/04/metadata","FlowConnector",0,1,true))) {
|
|
setFaultConnector((com.sforce.soap.metadata.FlowConnector)__typeMapper.readObject(__in, _lookupTypeInfo("faultConnector", "http://soap.sforce.com/2006/04/metadata","faultConnector","http://soap.sforce.com/2006/04/metadata","FlowConnector",0,1,true), com.sforce.soap.metadata.FlowConnector.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldFaultConnector(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("faultConnector", "http://soap.sforce.com/2006/04/metadata","faultConnector","http://soap.sforce.com/2006/04/metadata","FlowConnector",0,1,true), faultConnector, faultConnector__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : flowTransactionModel of type {http://soap.sforce.com/2006/04/metadata}FlowTransactionModel
|
|
* java type: com.sforce.soap.metadata.FlowTransactionModel
|
|
*/
|
|
private boolean flowTransactionModel__is_set = false;
|
|
|
|
private com.sforce.soap.metadata.FlowTransactionModel flowTransactionModel;
|
|
|
|
public com.sforce.soap.metadata.FlowTransactionModel getFlowTransactionModel() {
|
|
return flowTransactionModel;
|
|
}
|
|
|
|
public void setFlowTransactionModel(com.sforce.soap.metadata.FlowTransactionModel flowTransactionModel) {
|
|
this.flowTransactionModel = flowTransactionModel;
|
|
flowTransactionModel__is_set = true;
|
|
}
|
|
|
|
protected void setFlowTransactionModel(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("flowTransactionModel", "http://soap.sforce.com/2006/04/metadata","flowTransactionModel","http://soap.sforce.com/2006/04/metadata","FlowTransactionModel",0,1,true))) {
|
|
setFlowTransactionModel((com.sforce.soap.metadata.FlowTransactionModel)__typeMapper.readObject(__in, _lookupTypeInfo("flowTransactionModel", "http://soap.sforce.com/2006/04/metadata","flowTransactionModel","http://soap.sforce.com/2006/04/metadata","FlowTransactionModel",0,1,true), com.sforce.soap.metadata.FlowTransactionModel.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldFlowTransactionModel(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("flowTransactionModel", "http://soap.sforce.com/2006/04/metadata","flowTransactionModel","http://soap.sforce.com/2006/04/metadata","FlowTransactionModel",0,1,true), flowTransactionModel, flowTransactionModel__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : inputParameters of type {http://soap.sforce.com/2006/04/metadata}FlowActionCallInputParameter
|
|
* java type: com.sforce.soap.metadata.FlowActionCallInputParameter[]
|
|
*/
|
|
private boolean inputParameters__is_set = false;
|
|
|
|
private com.sforce.soap.metadata.FlowActionCallInputParameter[] inputParameters = new com.sforce.soap.metadata.FlowActionCallInputParameter[0];
|
|
|
|
public com.sforce.soap.metadata.FlowActionCallInputParameter[] getInputParameters() {
|
|
return inputParameters;
|
|
}
|
|
|
|
public void setInputParameters(com.sforce.soap.metadata.FlowActionCallInputParameter[] inputParameters) {
|
|
this.inputParameters = inputParameters;
|
|
inputParameters__is_set = true;
|
|
}
|
|
|
|
protected void setInputParameters(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("inputParameters", "http://soap.sforce.com/2006/04/metadata","inputParameters","http://soap.sforce.com/2006/04/metadata","FlowActionCallInputParameter",0,-1,true))) {
|
|
setInputParameters((com.sforce.soap.metadata.FlowActionCallInputParameter[])__typeMapper.readObject(__in, _lookupTypeInfo("inputParameters", "http://soap.sforce.com/2006/04/metadata","inputParameters","http://soap.sforce.com/2006/04/metadata","FlowActionCallInputParameter",0,-1,true), com.sforce.soap.metadata.FlowActionCallInputParameter[].class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldInputParameters(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("inputParameters", "http://soap.sforce.com/2006/04/metadata","inputParameters","http://soap.sforce.com/2006/04/metadata","FlowActionCallInputParameter",0,-1,true), inputParameters, inputParameters__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : isWaitUntilCompleted of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: boolean
|
|
*/
|
|
private boolean isWaitUntilCompleted__is_set = false;
|
|
|
|
private boolean isWaitUntilCompleted;
|
|
|
|
public boolean getIsWaitUntilCompleted() {
|
|
return isWaitUntilCompleted;
|
|
}
|
|
|
|
public boolean isIsWaitUntilCompleted() {
|
|
return isWaitUntilCompleted;
|
|
}
|
|
|
|
public void setIsWaitUntilCompleted(boolean isWaitUntilCompleted) {
|
|
this.isWaitUntilCompleted = isWaitUntilCompleted;
|
|
isWaitUntilCompleted__is_set = true;
|
|
}
|
|
|
|
protected void setIsWaitUntilCompleted(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("isWaitUntilCompleted", "http://soap.sforce.com/2006/04/metadata","isWaitUntilCompleted","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setIsWaitUntilCompleted(__typeMapper.readBoolean(__in, _lookupTypeInfo("isWaitUntilCompleted", "http://soap.sforce.com/2006/04/metadata","isWaitUntilCompleted","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldIsWaitUntilCompleted(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("isWaitUntilCompleted", "http://soap.sforce.com/2006/04/metadata","isWaitUntilCompleted","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), isWaitUntilCompleted, isWaitUntilCompleted__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : nameSegment of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean nameSegment__is_set = false;
|
|
|
|
private java.lang.String nameSegment;
|
|
|
|
public java.lang.String getNameSegment() {
|
|
return nameSegment;
|
|
}
|
|
|
|
public void setNameSegment(java.lang.String nameSegment) {
|
|
this.nameSegment = nameSegment;
|
|
nameSegment__is_set = true;
|
|
}
|
|
|
|
protected void setNameSegment(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("nameSegment", "http://soap.sforce.com/2006/04/metadata","nameSegment","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
|
setNameSegment(__typeMapper.readString(__in, _lookupTypeInfo("nameSegment", "http://soap.sforce.com/2006/04/metadata","nameSegment","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldNameSegment(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("nameSegment", "http://soap.sforce.com/2006/04/metadata","nameSegment","http://www.w3.org/2001/XMLSchema","string",0,1,true), nameSegment, nameSegment__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : offset of type {http://www.w3.org/2001/XMLSchema}int
|
|
* java type: int
|
|
*/
|
|
private boolean offset__is_set = false;
|
|
|
|
private int offset;
|
|
|
|
public int getOffset() {
|
|
return offset;
|
|
}
|
|
|
|
public void setOffset(int offset) {
|
|
this.offset = offset;
|
|
offset__is_set = true;
|
|
}
|
|
|
|
protected void setOffset(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("offset", "http://soap.sforce.com/2006/04/metadata","offset","http://www.w3.org/2001/XMLSchema","int",0,1,true))) {
|
|
setOffset((int)__typeMapper.readInt(__in, _lookupTypeInfo("offset", "http://soap.sforce.com/2006/04/metadata","offset","http://www.w3.org/2001/XMLSchema","int",0,1,true), int.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldOffset(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("offset", "http://soap.sforce.com/2006/04/metadata","offset","http://www.w3.org/2001/XMLSchema","int",0,1,true), offset, offset__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : offsetUnit of type {http://soap.sforce.com/2006/04/metadata}FlowScheduledPathOffsetUnit
|
|
* java type: com.sforce.soap.metadata.FlowScheduledPathOffsetUnit
|
|
*/
|
|
private boolean offsetUnit__is_set = false;
|
|
|
|
private com.sforce.soap.metadata.FlowScheduledPathOffsetUnit offsetUnit;
|
|
|
|
public com.sforce.soap.metadata.FlowScheduledPathOffsetUnit getOffsetUnit() {
|
|
return offsetUnit;
|
|
}
|
|
|
|
public void setOffsetUnit(com.sforce.soap.metadata.FlowScheduledPathOffsetUnit offsetUnit) {
|
|
this.offsetUnit = offsetUnit;
|
|
offsetUnit__is_set = true;
|
|
}
|
|
|
|
protected void setOffsetUnit(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("offsetUnit", "http://soap.sforce.com/2006/04/metadata","offsetUnit","http://soap.sforce.com/2006/04/metadata","FlowScheduledPathOffsetUnit",0,1,true))) {
|
|
setOffsetUnit((com.sforce.soap.metadata.FlowScheduledPathOffsetUnit)__typeMapper.readObject(__in, _lookupTypeInfo("offsetUnit", "http://soap.sforce.com/2006/04/metadata","offsetUnit","http://soap.sforce.com/2006/04/metadata","FlowScheduledPathOffsetUnit",0,1,true), com.sforce.soap.metadata.FlowScheduledPathOffsetUnit.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldOffsetUnit(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("offsetUnit", "http://soap.sforce.com/2006/04/metadata","offsetUnit","http://soap.sforce.com/2006/04/metadata","FlowScheduledPathOffsetUnit",0,1,true), offsetUnit, offsetUnit__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : outputParameters of type {http://soap.sforce.com/2006/04/metadata}FlowActionCallOutputParameter
|
|
* java type: com.sforce.soap.metadata.FlowActionCallOutputParameter[]
|
|
*/
|
|
private boolean outputParameters__is_set = false;
|
|
|
|
private com.sforce.soap.metadata.FlowActionCallOutputParameter[] outputParameters = new com.sforce.soap.metadata.FlowActionCallOutputParameter[0];
|
|
|
|
public com.sforce.soap.metadata.FlowActionCallOutputParameter[] getOutputParameters() {
|
|
return outputParameters;
|
|
}
|
|
|
|
public void setOutputParameters(com.sforce.soap.metadata.FlowActionCallOutputParameter[] outputParameters) {
|
|
this.outputParameters = outputParameters;
|
|
outputParameters__is_set = true;
|
|
}
|
|
|
|
protected void setOutputParameters(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("outputParameters", "http://soap.sforce.com/2006/04/metadata","outputParameters","http://soap.sforce.com/2006/04/metadata","FlowActionCallOutputParameter",0,-1,true))) {
|
|
setOutputParameters((com.sforce.soap.metadata.FlowActionCallOutputParameter[])__typeMapper.readObject(__in, _lookupTypeInfo("outputParameters", "http://soap.sforce.com/2006/04/metadata","outputParameters","http://soap.sforce.com/2006/04/metadata","FlowActionCallOutputParameter",0,-1,true), com.sforce.soap.metadata.FlowActionCallOutputParameter[].class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldOutputParameters(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("outputParameters", "http://soap.sforce.com/2006/04/metadata","outputParameters","http://soap.sforce.com/2006/04/metadata","FlowActionCallOutputParameter",0,-1,true), outputParameters, outputParameters__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : storeOutputAutomatically of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: boolean
|
|
*/
|
|
private boolean storeOutputAutomatically__is_set = false;
|
|
|
|
private boolean storeOutputAutomatically;
|
|
|
|
public boolean getStoreOutputAutomatically() {
|
|
return storeOutputAutomatically;
|
|
}
|
|
|
|
public boolean isStoreOutputAutomatically() {
|
|
return storeOutputAutomatically;
|
|
}
|
|
|
|
public void setStoreOutputAutomatically(boolean storeOutputAutomatically) {
|
|
this.storeOutputAutomatically = storeOutputAutomatically;
|
|
storeOutputAutomatically__is_set = true;
|
|
}
|
|
|
|
protected void setStoreOutputAutomatically(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("storeOutputAutomatically", "http://soap.sforce.com/2006/04/metadata","storeOutputAutomatically","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setStoreOutputAutomatically(__typeMapper.readBoolean(__in, _lookupTypeInfo("storeOutputAutomatically", "http://soap.sforce.com/2006/04/metadata","storeOutputAutomatically","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldStoreOutputAutomatically(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("storeOutputAutomatically", "http://soap.sforce.com/2006/04/metadata","storeOutputAutomatically","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), storeOutputAutomatically, storeOutputAutomatically__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : timeoutConnector of type {http://soap.sforce.com/2006/04/metadata}FlowConnector
|
|
* java type: com.sforce.soap.metadata.FlowConnector
|
|
*/
|
|
private boolean timeoutConnector__is_set = false;
|
|
|
|
private com.sforce.soap.metadata.FlowConnector timeoutConnector;
|
|
|
|
public com.sforce.soap.metadata.FlowConnector getTimeoutConnector() {
|
|
return timeoutConnector;
|
|
}
|
|
|
|
public void setTimeoutConnector(com.sforce.soap.metadata.FlowConnector timeoutConnector) {
|
|
this.timeoutConnector = timeoutConnector;
|
|
timeoutConnector__is_set = true;
|
|
}
|
|
|
|
protected void setTimeoutConnector(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("timeoutConnector", "http://soap.sforce.com/2006/04/metadata","timeoutConnector","http://soap.sforce.com/2006/04/metadata","FlowConnector",0,1,true))) {
|
|
setTimeoutConnector((com.sforce.soap.metadata.FlowConnector)__typeMapper.readObject(__in, _lookupTypeInfo("timeoutConnector", "http://soap.sforce.com/2006/04/metadata","timeoutConnector","http://soap.sforce.com/2006/04/metadata","FlowConnector",0,1,true), com.sforce.soap.metadata.FlowConnector.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldTimeoutConnector(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("timeoutConnector", "http://soap.sforce.com/2006/04/metadata","timeoutConnector","http://soap.sforce.com/2006/04/metadata","FlowConnector",0,1,true), timeoutConnector, timeoutConnector__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : versionString of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean versionString__is_set = false;
|
|
|
|
private java.lang.String versionString;
|
|
|
|
public java.lang.String getVersionString() {
|
|
return versionString;
|
|
}
|
|
|
|
public void setVersionString(java.lang.String versionString) {
|
|
this.versionString = versionString;
|
|
versionString__is_set = true;
|
|
}
|
|
|
|
protected void setVersionString(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("versionString", "http://soap.sforce.com/2006/04/metadata","versionString","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
|
setVersionString(__typeMapper.readString(__in, _lookupTypeInfo("versionString", "http://soap.sforce.com/2006/04/metadata","versionString","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldVersionString(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("versionString", "http://soap.sforce.com/2006/04/metadata","versionString","http://www.w3.org/2001/XMLSchema","string",0,1,true), versionString, versionString__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());
|
|
__typeMapper.writeXsiType(__out, "http://soap.sforce.com/2006/04/metadata", "FlowActionCall");
|
|
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 {
|
|
super.writeFields(__out, __typeMapper);
|
|
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 {
|
|
super.loadFields(__in, __typeMapper);
|
|
loadFields1(__in, __typeMapper);
|
|
}
|
|
|
|
@Override
|
|
public String toString() {
|
|
java.lang.StringBuilder sb = new java.lang.StringBuilder();
|
|
sb.append("[FlowActionCall ");
|
|
sb.append(super.toString());
|
|
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 {
|
|
writeFieldActionCallPaths(__out, __typeMapper);
|
|
writeFieldActionName(__out, __typeMapper);
|
|
writeFieldActionType(__out, __typeMapper);
|
|
writeFieldConnector(__out, __typeMapper);
|
|
writeFieldDataTypeMappings(__out, __typeMapper);
|
|
writeFieldFaultConnector(__out, __typeMapper);
|
|
writeFieldFlowTransactionModel(__out, __typeMapper);
|
|
writeFieldInputParameters(__out, __typeMapper);
|
|
writeFieldIsWaitUntilCompleted(__out, __typeMapper);
|
|
writeFieldNameSegment(__out, __typeMapper);
|
|
writeFieldOffset(__out, __typeMapper);
|
|
writeFieldOffsetUnit(__out, __typeMapper);
|
|
writeFieldOutputParameters(__out, __typeMapper);
|
|
writeFieldStoreOutputAutomatically(__out, __typeMapper);
|
|
writeFieldTimeoutConnector(__out, __typeMapper);
|
|
writeFieldVersionString(__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 {
|
|
setActionCallPaths(__in, __typeMapper);
|
|
setActionName(__in, __typeMapper);
|
|
setActionType(__in, __typeMapper);
|
|
setConnector(__in, __typeMapper);
|
|
setDataTypeMappings(__in, __typeMapper);
|
|
setFaultConnector(__in, __typeMapper);
|
|
setFlowTransactionModel(__in, __typeMapper);
|
|
setInputParameters(__in, __typeMapper);
|
|
setIsWaitUntilCompleted(__in, __typeMapper);
|
|
setNameSegment(__in, __typeMapper);
|
|
setOffset(__in, __typeMapper);
|
|
setOffsetUnit(__in, __typeMapper);
|
|
setOutputParameters(__in, __typeMapper);
|
|
setStoreOutputAutomatically(__in, __typeMapper);
|
|
setTimeoutConnector(__in, __typeMapper);
|
|
setVersionString(__in, __typeMapper);
|
|
}
|
|
|
|
private void toString1(StringBuilder sb) {
|
|
toStringHelper(sb, "actionCallPaths", actionCallPaths);
|
|
toStringHelper(sb, "actionName", actionName);
|
|
toStringHelper(sb, "actionType", actionType);
|
|
toStringHelper(sb, "connector", connector);
|
|
toStringHelper(sb, "dataTypeMappings", dataTypeMappings);
|
|
toStringHelper(sb, "faultConnector", faultConnector);
|
|
toStringHelper(sb, "flowTransactionModel", flowTransactionModel);
|
|
toStringHelper(sb, "inputParameters", inputParameters);
|
|
toStringHelper(sb, "isWaitUntilCompleted", isWaitUntilCompleted);
|
|
toStringHelper(sb, "nameSegment", nameSegment);
|
|
toStringHelper(sb, "offset", offset);
|
|
toStringHelper(sb, "offsetUnit", offsetUnit);
|
|
toStringHelper(sb, "outputParameters", outputParameters);
|
|
toStringHelper(sb, "storeOutputAutomatically", storeOutputAutomatically);
|
|
toStringHelper(sb, "timeoutConnector", timeoutConnector);
|
|
toStringHelper(sb, "versionString", versionString);
|
|
}
|
|
|
|
|
|
}
|