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 QueueRoutingConfig extends com.sforce.soap.metadata.Metadata { /** * Constructor */ public QueueRoutingConfig() {} /* Cache the typeInfo instead of declaring static fields throughout*/ private transient java.util.Map typeInfoCache = new java.util.HashMap(); 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 : capacityPercentage of type {http://www.w3.org/2001/XMLSchema}double * java type: double */ private boolean capacityPercentage__is_set = false; private double capacityPercentage; public double getCapacityPercentage() { return capacityPercentage; } public void setCapacityPercentage(double capacityPercentage) { this.capacityPercentage = capacityPercentage; capacityPercentage__is_set = true; } protected void setCapacityPercentage(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("capacityPercentage", "http://soap.sforce.com/2006/04/metadata","capacityPercentage","http://www.w3.org/2001/XMLSchema","double",0,1,true))) { setCapacityPercentage((double)__typeMapper.readDouble(__in, _lookupTypeInfo("capacityPercentage", "http://soap.sforce.com/2006/04/metadata","capacityPercentage","http://www.w3.org/2001/XMLSchema","double",0,1,true), double.class)); } } private void writeFieldCapacityPercentage(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException { __typeMapper.writeObject(__out, _lookupTypeInfo("capacityPercentage", "http://soap.sforce.com/2006/04/metadata","capacityPercentage","http://www.w3.org/2001/XMLSchema","double",0,1,true), capacityPercentage, capacityPercentage__is_set); } /** * element : capacityType of type {http://soap.sforce.com/2006/04/metadata}CapacityType * java type: com.sforce.soap.metadata.CapacityType */ private boolean capacityType__is_set = false; private com.sforce.soap.metadata.CapacityType capacityType; public com.sforce.soap.metadata.CapacityType getCapacityType() { return capacityType; } public void setCapacityType(com.sforce.soap.metadata.CapacityType capacityType) { this.capacityType = capacityType; capacityType__is_set = true; } protected void setCapacityType(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("capacityType", "http://soap.sforce.com/2006/04/metadata","capacityType","http://soap.sforce.com/2006/04/metadata","CapacityType",0,1,true))) { setCapacityType((com.sforce.soap.metadata.CapacityType)__typeMapper.readObject(__in, _lookupTypeInfo("capacityType", "http://soap.sforce.com/2006/04/metadata","capacityType","http://soap.sforce.com/2006/04/metadata","CapacityType",0,1,true), com.sforce.soap.metadata.CapacityType.class)); } } private void writeFieldCapacityType(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException { __typeMapper.writeObject(__out, _lookupTypeInfo("capacityType", "http://soap.sforce.com/2006/04/metadata","capacityType","http://soap.sforce.com/2006/04/metadata","CapacityType",0,1,true), capacityType, capacityType__is_set); } /** * element : capacityWeight of type {http://www.w3.org/2001/XMLSchema}double * java type: double */ private boolean capacityWeight__is_set = false; private double capacityWeight; public double getCapacityWeight() { return capacityWeight; } public void setCapacityWeight(double capacityWeight) { this.capacityWeight = capacityWeight; capacityWeight__is_set = true; } protected void setCapacityWeight(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("capacityWeight", "http://soap.sforce.com/2006/04/metadata","capacityWeight","http://www.w3.org/2001/XMLSchema","double",0,1,true))) { setCapacityWeight((double)__typeMapper.readDouble(__in, _lookupTypeInfo("capacityWeight", "http://soap.sforce.com/2006/04/metadata","capacityWeight","http://www.w3.org/2001/XMLSchema","double",0,1,true), double.class)); } } private void writeFieldCapacityWeight(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException { __typeMapper.writeObject(__out, _lookupTypeInfo("capacityWeight", "http://soap.sforce.com/2006/04/metadata","capacityWeight","http://www.w3.org/2001/XMLSchema","double",0,1,true), capacityWeight, capacityWeight__is_set); } /** * element : dropAdditionalSkillsTimeout of type {http://www.w3.org/2001/XMLSchema}int * java type: int */ private boolean dropAdditionalSkillsTimeout__is_set = false; private int dropAdditionalSkillsTimeout; public int getDropAdditionalSkillsTimeout() { return dropAdditionalSkillsTimeout; } public void setDropAdditionalSkillsTimeout(int dropAdditionalSkillsTimeout) { this.dropAdditionalSkillsTimeout = dropAdditionalSkillsTimeout; dropAdditionalSkillsTimeout__is_set = true; } protected void setDropAdditionalSkillsTimeout(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("dropAdditionalSkillsTimeout", "http://soap.sforce.com/2006/04/metadata","dropAdditionalSkillsTimeout","http://www.w3.org/2001/XMLSchema","int",0,1,true))) { setDropAdditionalSkillsTimeout((int)__typeMapper.readInt(__in, _lookupTypeInfo("dropAdditionalSkillsTimeout", "http://soap.sforce.com/2006/04/metadata","dropAdditionalSkillsTimeout","http://www.w3.org/2001/XMLSchema","int",0,1,true), int.class)); } } private void writeFieldDropAdditionalSkillsTimeout(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException { __typeMapper.writeObject(__out, _lookupTypeInfo("dropAdditionalSkillsTimeout", "http://soap.sforce.com/2006/04/metadata","dropAdditionalSkillsTimeout","http://www.w3.org/2001/XMLSchema","int",0,1,true), dropAdditionalSkillsTimeout, dropAdditionalSkillsTimeout__is_set); } /** * element : isAttributeBased of type {http://www.w3.org/2001/XMLSchema}boolean * java type: boolean */ private boolean isAttributeBased__is_set = false; private boolean isAttributeBased; public boolean getIsAttributeBased() { return isAttributeBased; } public boolean isIsAttributeBased() { return isAttributeBased; } public void setIsAttributeBased(boolean isAttributeBased) { this.isAttributeBased = isAttributeBased; isAttributeBased__is_set = true; } protected void setIsAttributeBased(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("isAttributeBased", "http://soap.sforce.com/2006/04/metadata","isAttributeBased","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) { setIsAttributeBased(__typeMapper.readBoolean(__in, _lookupTypeInfo("isAttributeBased", "http://soap.sforce.com/2006/04/metadata","isAttributeBased","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), boolean.class)); } } private void writeFieldIsAttributeBased(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException { __typeMapper.writeObject(__out, _lookupTypeInfo("isAttributeBased", "http://soap.sforce.com/2006/04/metadata","isAttributeBased","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), isAttributeBased, isAttributeBased__is_set); } /** * element : label of type {http://www.w3.org/2001/XMLSchema}string * java type: java.lang.String */ private boolean label__is_set = false; private java.lang.String label; public java.lang.String getLabel() { return label; } public void setLabel(java.lang.String label) { this.label = label; label__is_set = true; } protected void setLabel(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("label", "http://soap.sforce.com/2006/04/metadata","label","http://www.w3.org/2001/XMLSchema","string",1,1,true))) { setLabel(__typeMapper.readString(__in, _lookupTypeInfo("label", "http://soap.sforce.com/2006/04/metadata","label","http://www.w3.org/2001/XMLSchema","string",1,1,true), java.lang.String.class)); } } private void writeFieldLabel(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException { __typeMapper.writeObject(__out, _lookupTypeInfo("label", "http://soap.sforce.com/2006/04/metadata","label","http://www.w3.org/2001/XMLSchema","string",1,1,true), label, label__is_set); } /** * element : pausedCapacityPercentage of type {http://www.w3.org/2001/XMLSchema}double * java type: double */ private boolean pausedCapacityPercentage__is_set = false; private double pausedCapacityPercentage; public double getPausedCapacityPercentage() { return pausedCapacityPercentage; } public void setPausedCapacityPercentage(double pausedCapacityPercentage) { this.pausedCapacityPercentage = pausedCapacityPercentage; pausedCapacityPercentage__is_set = true; } protected void setPausedCapacityPercentage(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("pausedCapacityPercentage", "http://soap.sforce.com/2006/04/metadata","pausedCapacityPercentage","http://www.w3.org/2001/XMLSchema","double",0,1,true))) { setPausedCapacityPercentage((double)__typeMapper.readDouble(__in, _lookupTypeInfo("pausedCapacityPercentage", "http://soap.sforce.com/2006/04/metadata","pausedCapacityPercentage","http://www.w3.org/2001/XMLSchema","double",0,1,true), double.class)); } } private void writeFieldPausedCapacityPercentage(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException { __typeMapper.writeObject(__out, _lookupTypeInfo("pausedCapacityPercentage", "http://soap.sforce.com/2006/04/metadata","pausedCapacityPercentage","http://www.w3.org/2001/XMLSchema","double",0,1,true), pausedCapacityPercentage, pausedCapacityPercentage__is_set); } /** * element : pausedCapacityWeight of type {http://www.w3.org/2001/XMLSchema}double * java type: double */ private boolean pausedCapacityWeight__is_set = false; private double pausedCapacityWeight; public double getPausedCapacityWeight() { return pausedCapacityWeight; } public void setPausedCapacityWeight(double pausedCapacityWeight) { this.pausedCapacityWeight = pausedCapacityWeight; pausedCapacityWeight__is_set = true; } protected void setPausedCapacityWeight(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("pausedCapacityWeight", "http://soap.sforce.com/2006/04/metadata","pausedCapacityWeight","http://www.w3.org/2001/XMLSchema","double",0,1,true))) { setPausedCapacityWeight((double)__typeMapper.readDouble(__in, _lookupTypeInfo("pausedCapacityWeight", "http://soap.sforce.com/2006/04/metadata","pausedCapacityWeight","http://www.w3.org/2001/XMLSchema","double",0,1,true), double.class)); } } private void writeFieldPausedCapacityWeight(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException { __typeMapper.writeObject(__out, _lookupTypeInfo("pausedCapacityWeight", "http://soap.sforce.com/2006/04/metadata","pausedCapacityWeight","http://www.w3.org/2001/XMLSchema","double",0,1,true), pausedCapacityWeight, pausedCapacityWeight__is_set); } /** * element : pushTimeout of type {http://www.w3.org/2001/XMLSchema}int * java type: int */ private boolean pushTimeout__is_set = false; private int pushTimeout; public int getPushTimeout() { return pushTimeout; } public void setPushTimeout(int pushTimeout) { this.pushTimeout = pushTimeout; pushTimeout__is_set = true; } protected void setPushTimeout(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("pushTimeout", "http://soap.sforce.com/2006/04/metadata","pushTimeout","http://www.w3.org/2001/XMLSchema","int",0,1,true))) { setPushTimeout((int)__typeMapper.readInt(__in, _lookupTypeInfo("pushTimeout", "http://soap.sforce.com/2006/04/metadata","pushTimeout","http://www.w3.org/2001/XMLSchema","int",0,1,true), int.class)); } } private void writeFieldPushTimeout(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException { __typeMapper.writeObject(__out, _lookupTypeInfo("pushTimeout", "http://soap.sforce.com/2006/04/metadata","pushTimeout","http://www.w3.org/2001/XMLSchema","int",0,1,true), pushTimeout, pushTimeout__is_set); } /** * element : queueOverflowAssignee of type {http://www.w3.org/2001/XMLSchema}string * java type: java.lang.String */ private boolean queueOverflowAssignee__is_set = false; private java.lang.String queueOverflowAssignee; public java.lang.String getQueueOverflowAssignee() { return queueOverflowAssignee; } public void setQueueOverflowAssignee(java.lang.String queueOverflowAssignee) { this.queueOverflowAssignee = queueOverflowAssignee; queueOverflowAssignee__is_set = true; } protected void setQueueOverflowAssignee(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("queueOverflowAssignee", "http://soap.sforce.com/2006/04/metadata","queueOverflowAssignee","http://www.w3.org/2001/XMLSchema","string",0,1,true))) { setQueueOverflowAssignee(__typeMapper.readString(__in, _lookupTypeInfo("queueOverflowAssignee", "http://soap.sforce.com/2006/04/metadata","queueOverflowAssignee","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class)); } } private void writeFieldQueueOverflowAssignee(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException { __typeMapper.writeObject(__out, _lookupTypeInfo("queueOverflowAssignee", "http://soap.sforce.com/2006/04/metadata","queueOverflowAssignee","http://www.w3.org/2001/XMLSchema","string",0,1,true), queueOverflowAssignee, queueOverflowAssignee__is_set); } /** * element : routingModel of type {http://soap.sforce.com/2006/04/metadata}RoutingModel * java type: com.sforce.soap.metadata.RoutingModel */ private boolean routingModel__is_set = false; private com.sforce.soap.metadata.RoutingModel routingModel; public com.sforce.soap.metadata.RoutingModel getRoutingModel() { return routingModel; } public void setRoutingModel(com.sforce.soap.metadata.RoutingModel routingModel) { this.routingModel = routingModel; routingModel__is_set = true; } protected void setRoutingModel(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("routingModel", "http://soap.sforce.com/2006/04/metadata","routingModel","http://soap.sforce.com/2006/04/metadata","RoutingModel",1,1,true))) { setRoutingModel((com.sforce.soap.metadata.RoutingModel)__typeMapper.readObject(__in, _lookupTypeInfo("routingModel", "http://soap.sforce.com/2006/04/metadata","routingModel","http://soap.sforce.com/2006/04/metadata","RoutingModel",1,1,true), com.sforce.soap.metadata.RoutingModel.class)); } } private void writeFieldRoutingModel(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException { __typeMapper.writeObject(__out, _lookupTypeInfo("routingModel", "http://soap.sforce.com/2006/04/metadata","routingModel","http://soap.sforce.com/2006/04/metadata","RoutingModel",1,1,true), routingModel, routingModel__is_set); } /** * element : routingPriority of type {http://www.w3.org/2001/XMLSchema}int * java type: int */ private boolean routingPriority__is_set = false; private int routingPriority; public int getRoutingPriority() { return routingPriority; } public void setRoutingPriority(int routingPriority) { this.routingPriority = routingPriority; routingPriority__is_set = true; } protected void setRoutingPriority(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("routingPriority", "http://soap.sforce.com/2006/04/metadata","routingPriority","http://www.w3.org/2001/XMLSchema","int",1,1,true))) { setRoutingPriority((int)__typeMapper.readInt(__in, _lookupTypeInfo("routingPriority", "http://soap.sforce.com/2006/04/metadata","routingPriority","http://www.w3.org/2001/XMLSchema","int",1,1,true), int.class)); } } private void writeFieldRoutingPriority(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException { __typeMapper.writeObject(__out, _lookupTypeInfo("routingPriority", "http://soap.sforce.com/2006/04/metadata","routingPriority","http://www.w3.org/2001/XMLSchema","int",1,1,true), routingPriority, routingPriority__is_set); } /** * element : skills of type {http://soap.sforce.com/2006/04/metadata}QueueRoutingConfigSkill * java type: com.sforce.soap.metadata.QueueRoutingConfigSkill[] */ private boolean skills__is_set = false; private com.sforce.soap.metadata.QueueRoutingConfigSkill[] skills = new com.sforce.soap.metadata.QueueRoutingConfigSkill[0]; public com.sforce.soap.metadata.QueueRoutingConfigSkill[] getSkills() { return skills; } public void setSkills(com.sforce.soap.metadata.QueueRoutingConfigSkill[] skills) { this.skills = skills; skills__is_set = true; } protected void setSkills(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("skills", "http://soap.sforce.com/2006/04/metadata","skills","http://soap.sforce.com/2006/04/metadata","QueueRoutingConfigSkill",0,-1,true))) { setSkills((com.sforce.soap.metadata.QueueRoutingConfigSkill[])__typeMapper.readObject(__in, _lookupTypeInfo("skills", "http://soap.sforce.com/2006/04/metadata","skills","http://soap.sforce.com/2006/04/metadata","QueueRoutingConfigSkill",0,-1,true), com.sforce.soap.metadata.QueueRoutingConfigSkill[].class)); } } private void writeFieldSkills(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException { __typeMapper.writeObject(__out, _lookupTypeInfo("skills", "http://soap.sforce.com/2006/04/metadata","skills","http://soap.sforce.com/2006/04/metadata","QueueRoutingConfigSkill",0,-1,true), skills, skills__is_set); } /** * element : userOverflowAssignee of type {http://www.w3.org/2001/XMLSchema}string * java type: java.lang.String */ private boolean userOverflowAssignee__is_set = false; private java.lang.String userOverflowAssignee; public java.lang.String getUserOverflowAssignee() { return userOverflowAssignee; } public void setUserOverflowAssignee(java.lang.String userOverflowAssignee) { this.userOverflowAssignee = userOverflowAssignee; userOverflowAssignee__is_set = true; } protected void setUserOverflowAssignee(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("userOverflowAssignee", "http://soap.sforce.com/2006/04/metadata","userOverflowAssignee","http://www.w3.org/2001/XMLSchema","string",0,1,true))) { setUserOverflowAssignee(__typeMapper.readString(__in, _lookupTypeInfo("userOverflowAssignee", "http://soap.sforce.com/2006/04/metadata","userOverflowAssignee","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class)); } } private void writeFieldUserOverflowAssignee(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException { __typeMapper.writeObject(__out, _lookupTypeInfo("userOverflowAssignee", "http://soap.sforce.com/2006/04/metadata","userOverflowAssignee","http://www.w3.org/2001/XMLSchema","string",0,1,true), userOverflowAssignee, userOverflowAssignee__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", "QueueRoutingConfig"); 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("[QueueRoutingConfig "); 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 { writeFieldCapacityPercentage(__out, __typeMapper); writeFieldCapacityType(__out, __typeMapper); writeFieldCapacityWeight(__out, __typeMapper); writeFieldDropAdditionalSkillsTimeout(__out, __typeMapper); writeFieldIsAttributeBased(__out, __typeMapper); writeFieldLabel(__out, __typeMapper); writeFieldPausedCapacityPercentage(__out, __typeMapper); writeFieldPausedCapacityWeight(__out, __typeMapper); writeFieldPushTimeout(__out, __typeMapper); writeFieldQueueOverflowAssignee(__out, __typeMapper); writeFieldRoutingModel(__out, __typeMapper); writeFieldRoutingPriority(__out, __typeMapper); writeFieldSkills(__out, __typeMapper); writeFieldUserOverflowAssignee(__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 { setCapacityPercentage(__in, __typeMapper); setCapacityType(__in, __typeMapper); setCapacityWeight(__in, __typeMapper); setDropAdditionalSkillsTimeout(__in, __typeMapper); setIsAttributeBased(__in, __typeMapper); setLabel(__in, __typeMapper); setPausedCapacityPercentage(__in, __typeMapper); setPausedCapacityWeight(__in, __typeMapper); setPushTimeout(__in, __typeMapper); setQueueOverflowAssignee(__in, __typeMapper); setRoutingModel(__in, __typeMapper); setRoutingPriority(__in, __typeMapper); setSkills(__in, __typeMapper); setUserOverflowAssignee(__in, __typeMapper); } private void toString1(StringBuilder sb) { toStringHelper(sb, "capacityPercentage", capacityPercentage); toStringHelper(sb, "capacityType", capacityType); toStringHelper(sb, "capacityWeight", capacityWeight); toStringHelper(sb, "dropAdditionalSkillsTimeout", dropAdditionalSkillsTimeout); toStringHelper(sb, "isAttributeBased", isAttributeBased); toStringHelper(sb, "label", label); toStringHelper(sb, "pausedCapacityPercentage", pausedCapacityPercentage); toStringHelper(sb, "pausedCapacityWeight", pausedCapacityWeight); toStringHelper(sb, "pushTimeout", pushTimeout); toStringHelper(sb, "queueOverflowAssignee", queueOverflowAssignee); toStringHelper(sb, "routingModel", routingModel); toStringHelper(sb, "routingPriority", routingPriority); toStringHelper(sb, "skills", skills); toStringHelper(sb, "userOverflowAssignee", userOverflowAssignee); } }