506 lines
25 KiB
Java
506 lines
25 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 AiPlannerVoiceDef extends com.sforce.soap.tooling.metadata.Metadata {
|
|
|
|
/**
|
|
* Constructor
|
|
*/
|
|
public AiPlannerVoiceDef() {}
|
|
|
|
/* 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 : developerName of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean developerName__is_set = false;
|
|
|
|
private java.lang.String developerName;
|
|
|
|
public java.lang.String getDeveloperName() {
|
|
return developerName;
|
|
}
|
|
|
|
public void setDeveloperName(java.lang.String developerName) {
|
|
this.developerName = developerName;
|
|
developerName__is_set = true;
|
|
}
|
|
|
|
protected void setDeveloperName(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("developerName", "urn:metadata.tooling.soap.sforce.com","developerName","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
|
setDeveloperName(__typeMapper.readString(__in, _lookupTypeInfo("developerName", "urn:metadata.tooling.soap.sforce.com","developerName","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldDeveloperName(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("developerName", "urn:metadata.tooling.soap.sforce.com","developerName","http://www.w3.org/2001/XMLSchema","string",0,1,true), developerName, developerName__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : inboundFillerWordsBool of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: boolean
|
|
*/
|
|
private boolean inboundFillerWordsBool__is_set = false;
|
|
|
|
private boolean inboundFillerWordsBool;
|
|
|
|
public boolean getInboundFillerWordsBool() {
|
|
return inboundFillerWordsBool;
|
|
}
|
|
|
|
public boolean isInboundFillerWordsBool() {
|
|
return inboundFillerWordsBool;
|
|
}
|
|
|
|
public void setInboundFillerWordsBool(boolean inboundFillerWordsBool) {
|
|
this.inboundFillerWordsBool = inboundFillerWordsBool;
|
|
inboundFillerWordsBool__is_set = true;
|
|
}
|
|
|
|
protected void setInboundFillerWordsBool(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("inboundFillerWordsBool", "urn:metadata.tooling.soap.sforce.com","inboundFillerWordsBool","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setInboundFillerWordsBool(__typeMapper.readBoolean(__in, _lookupTypeInfo("inboundFillerWordsBool", "urn:metadata.tooling.soap.sforce.com","inboundFillerWordsBool","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldInboundFillerWordsBool(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("inboundFillerWordsBool", "urn:metadata.tooling.soap.sforce.com","inboundFillerWordsBool","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), inboundFillerWordsBool, inboundFillerWordsBool__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : inboundKeywords of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean inboundKeywords__is_set = false;
|
|
|
|
private java.lang.String inboundKeywords;
|
|
|
|
public java.lang.String getInboundKeywords() {
|
|
return inboundKeywords;
|
|
}
|
|
|
|
public void setInboundKeywords(java.lang.String inboundKeywords) {
|
|
this.inboundKeywords = inboundKeywords;
|
|
inboundKeywords__is_set = true;
|
|
}
|
|
|
|
protected void setInboundKeywords(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("inboundKeywords", "urn:metadata.tooling.soap.sforce.com","inboundKeywords","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
|
setInboundKeywords(__typeMapper.readString(__in, _lookupTypeInfo("inboundKeywords", "urn:metadata.tooling.soap.sforce.com","inboundKeywords","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldInboundKeywords(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("inboundKeywords", "urn:metadata.tooling.soap.sforce.com","inboundKeywords","http://www.w3.org/2001/XMLSchema","string",0,1,true), inboundKeywords, inboundKeywords__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : inboundModel of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean inboundModel__is_set = false;
|
|
|
|
private java.lang.String inboundModel;
|
|
|
|
public java.lang.String getInboundModel() {
|
|
return inboundModel;
|
|
}
|
|
|
|
public void setInboundModel(java.lang.String inboundModel) {
|
|
this.inboundModel = inboundModel;
|
|
inboundModel__is_set = true;
|
|
}
|
|
|
|
protected void setInboundModel(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("inboundModel", "urn:metadata.tooling.soap.sforce.com","inboundModel","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
|
setInboundModel(__typeMapper.readString(__in, _lookupTypeInfo("inboundModel", "urn:metadata.tooling.soap.sforce.com","inboundModel","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldInboundModel(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("inboundModel", "urn:metadata.tooling.soap.sforce.com","inboundModel","http://www.w3.org/2001/XMLSchema","string",0,1,true), inboundModel, inboundModel__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.isElement(__in, _lookupTypeInfo("label", "urn:metadata.tooling.soap.sforce.com","label","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
|
setLabel(__typeMapper.readString(__in, _lookupTypeInfo("label", "urn:metadata.tooling.soap.sforce.com","label","http://www.w3.org/2001/XMLSchema","string",0,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", "urn:metadata.tooling.soap.sforce.com","label","http://www.w3.org/2001/XMLSchema","string",0,1,true), label, label__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : outboundFillerSentences of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean outboundFillerSentences__is_set = false;
|
|
|
|
private java.lang.String outboundFillerSentences;
|
|
|
|
public java.lang.String getOutboundFillerSentences() {
|
|
return outboundFillerSentences;
|
|
}
|
|
|
|
public void setOutboundFillerSentences(java.lang.String outboundFillerSentences) {
|
|
this.outboundFillerSentences = outboundFillerSentences;
|
|
outboundFillerSentences__is_set = true;
|
|
}
|
|
|
|
protected void setOutboundFillerSentences(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("outboundFillerSentences", "urn:metadata.tooling.soap.sforce.com","outboundFillerSentences","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
|
setOutboundFillerSentences(__typeMapper.readString(__in, _lookupTypeInfo("outboundFillerSentences", "urn:metadata.tooling.soap.sforce.com","outboundFillerSentences","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldOutboundFillerSentences(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("outboundFillerSentences", "urn:metadata.tooling.soap.sforce.com","outboundFillerSentences","http://www.w3.org/2001/XMLSchema","string",0,1,true), outboundFillerSentences, outboundFillerSentences__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : outboundModel of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean outboundModel__is_set = false;
|
|
|
|
private java.lang.String outboundModel;
|
|
|
|
public java.lang.String getOutboundModel() {
|
|
return outboundModel;
|
|
}
|
|
|
|
public void setOutboundModel(java.lang.String outboundModel) {
|
|
this.outboundModel = outboundModel;
|
|
outboundModel__is_set = true;
|
|
}
|
|
|
|
protected void setOutboundModel(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("outboundModel", "urn:metadata.tooling.soap.sforce.com","outboundModel","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
|
setOutboundModel(__typeMapper.readString(__in, _lookupTypeInfo("outboundModel", "urn:metadata.tooling.soap.sforce.com","outboundModel","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldOutboundModel(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("outboundModel", "urn:metadata.tooling.soap.sforce.com","outboundModel","http://www.w3.org/2001/XMLSchema","string",0,1,true), outboundModel, outboundModel__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : outboundSimilarity of type {http://www.w3.org/2001/XMLSchema}double
|
|
* java type: double
|
|
*/
|
|
private boolean outboundSimilarity__is_set = false;
|
|
|
|
private double outboundSimilarity;
|
|
|
|
public double getOutboundSimilarity() {
|
|
return outboundSimilarity;
|
|
}
|
|
|
|
public void setOutboundSimilarity(double outboundSimilarity) {
|
|
this.outboundSimilarity = outboundSimilarity;
|
|
outboundSimilarity__is_set = true;
|
|
}
|
|
|
|
protected void setOutboundSimilarity(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("outboundSimilarity", "urn:metadata.tooling.soap.sforce.com","outboundSimilarity","http://www.w3.org/2001/XMLSchema","double",0,1,true))) {
|
|
setOutboundSimilarity((double)__typeMapper.readDouble(__in, _lookupTypeInfo("outboundSimilarity", "urn:metadata.tooling.soap.sforce.com","outboundSimilarity","http://www.w3.org/2001/XMLSchema","double",0,1,true), double.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldOutboundSimilarity(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("outboundSimilarity", "urn:metadata.tooling.soap.sforce.com","outboundSimilarity","http://www.w3.org/2001/XMLSchema","double",0,1,true), outboundSimilarity, outboundSimilarity__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : outboundSpeedNum of type {http://www.w3.org/2001/XMLSchema}double
|
|
* java type: double
|
|
*/
|
|
private boolean outboundSpeedNum__is_set = false;
|
|
|
|
private double outboundSpeedNum;
|
|
|
|
public double getOutboundSpeedNum() {
|
|
return outboundSpeedNum;
|
|
}
|
|
|
|
public void setOutboundSpeedNum(double outboundSpeedNum) {
|
|
this.outboundSpeedNum = outboundSpeedNum;
|
|
outboundSpeedNum__is_set = true;
|
|
}
|
|
|
|
protected void setOutboundSpeedNum(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("outboundSpeedNum", "urn:metadata.tooling.soap.sforce.com","outboundSpeedNum","http://www.w3.org/2001/XMLSchema","double",0,1,true))) {
|
|
setOutboundSpeedNum((double)__typeMapper.readDouble(__in, _lookupTypeInfo("outboundSpeedNum", "urn:metadata.tooling.soap.sforce.com","outboundSpeedNum","http://www.w3.org/2001/XMLSchema","double",0,1,true), double.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldOutboundSpeedNum(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("outboundSpeedNum", "urn:metadata.tooling.soap.sforce.com","outboundSpeedNum","http://www.w3.org/2001/XMLSchema","double",0,1,true), outboundSpeedNum, outboundSpeedNum__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : outboundStability of type {http://www.w3.org/2001/XMLSchema}double
|
|
* java type: double
|
|
*/
|
|
private boolean outboundStability__is_set = false;
|
|
|
|
private double outboundStability;
|
|
|
|
public double getOutboundStability() {
|
|
return outboundStability;
|
|
}
|
|
|
|
public void setOutboundStability(double outboundStability) {
|
|
this.outboundStability = outboundStability;
|
|
outboundStability__is_set = true;
|
|
}
|
|
|
|
protected void setOutboundStability(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("outboundStability", "urn:metadata.tooling.soap.sforce.com","outboundStability","http://www.w3.org/2001/XMLSchema","double",0,1,true))) {
|
|
setOutboundStability((double)__typeMapper.readDouble(__in, _lookupTypeInfo("outboundStability", "urn:metadata.tooling.soap.sforce.com","outboundStability","http://www.w3.org/2001/XMLSchema","double",0,1,true), double.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldOutboundStability(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("outboundStability", "urn:metadata.tooling.soap.sforce.com","outboundStability","http://www.w3.org/2001/XMLSchema","double",0,1,true), outboundStability, outboundStability__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : outboundStyleExaggeration of type {http://www.w3.org/2001/XMLSchema}double
|
|
* java type: double
|
|
*/
|
|
private boolean outboundStyleExaggeration__is_set = false;
|
|
|
|
private double outboundStyleExaggeration;
|
|
|
|
public double getOutboundStyleExaggeration() {
|
|
return outboundStyleExaggeration;
|
|
}
|
|
|
|
public void setOutboundStyleExaggeration(double outboundStyleExaggeration) {
|
|
this.outboundStyleExaggeration = outboundStyleExaggeration;
|
|
outboundStyleExaggeration__is_set = true;
|
|
}
|
|
|
|
protected void setOutboundStyleExaggeration(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("outboundStyleExaggeration", "urn:metadata.tooling.soap.sforce.com","outboundStyleExaggeration","http://www.w3.org/2001/XMLSchema","double",0,1,true))) {
|
|
setOutboundStyleExaggeration((double)__typeMapper.readDouble(__in, _lookupTypeInfo("outboundStyleExaggeration", "urn:metadata.tooling.soap.sforce.com","outboundStyleExaggeration","http://www.w3.org/2001/XMLSchema","double",0,1,true), double.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldOutboundStyleExaggeration(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("outboundStyleExaggeration", "urn:metadata.tooling.soap.sforce.com","outboundStyleExaggeration","http://www.w3.org/2001/XMLSchema","double",0,1,true), outboundStyleExaggeration, outboundStyleExaggeration__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : outboundVoice of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean outboundVoice__is_set = false;
|
|
|
|
private java.lang.String outboundVoice;
|
|
|
|
public java.lang.String getOutboundVoice() {
|
|
return outboundVoice;
|
|
}
|
|
|
|
public void setOutboundVoice(java.lang.String outboundVoice) {
|
|
this.outboundVoice = outboundVoice;
|
|
outboundVoice__is_set = true;
|
|
}
|
|
|
|
protected void setOutboundVoice(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("outboundVoice", "urn:metadata.tooling.soap.sforce.com","outboundVoice","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
|
setOutboundVoice(__typeMapper.readString(__in, _lookupTypeInfo("outboundVoice", "urn:metadata.tooling.soap.sforce.com","outboundVoice","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldOutboundVoice(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("outboundVoice", "urn:metadata.tooling.soap.sforce.com","outboundVoice","http://www.w3.org/2001/XMLSchema","string",0,1,true), outboundVoice, outboundVoice__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : pronunciationDict of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean pronunciationDict__is_set = false;
|
|
|
|
private java.lang.String pronunciationDict;
|
|
|
|
public java.lang.String getPronunciationDict() {
|
|
return pronunciationDict;
|
|
}
|
|
|
|
public void setPronunciationDict(java.lang.String pronunciationDict) {
|
|
this.pronunciationDict = pronunciationDict;
|
|
pronunciationDict__is_set = true;
|
|
}
|
|
|
|
protected void setPronunciationDict(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("pronunciationDict", "urn:metadata.tooling.soap.sforce.com","pronunciationDict","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
|
setPronunciationDict(__typeMapper.readString(__in, _lookupTypeInfo("pronunciationDict", "urn:metadata.tooling.soap.sforce.com","pronunciationDict","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldPronunciationDict(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("pronunciationDict", "urn:metadata.tooling.soap.sforce.com","pronunciationDict","http://www.w3.org/2001/XMLSchema","string",0,1,true), pronunciationDict, pronunciationDict__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, "urn:metadata.tooling.soap.sforce.com", "AiPlannerVoiceDef");
|
|
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("[AiPlannerVoiceDef ");
|
|
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 {
|
|
writeFieldDeveloperName(__out, __typeMapper);
|
|
writeFieldInboundFillerWordsBool(__out, __typeMapper);
|
|
writeFieldInboundKeywords(__out, __typeMapper);
|
|
writeFieldInboundModel(__out, __typeMapper);
|
|
writeFieldLabel(__out, __typeMapper);
|
|
writeFieldOutboundFillerSentences(__out, __typeMapper);
|
|
writeFieldOutboundModel(__out, __typeMapper);
|
|
writeFieldOutboundSimilarity(__out, __typeMapper);
|
|
writeFieldOutboundSpeedNum(__out, __typeMapper);
|
|
writeFieldOutboundStability(__out, __typeMapper);
|
|
writeFieldOutboundStyleExaggeration(__out, __typeMapper);
|
|
writeFieldOutboundVoice(__out, __typeMapper);
|
|
writeFieldPronunciationDict(__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 {
|
|
setDeveloperName(__in, __typeMapper);
|
|
setInboundFillerWordsBool(__in, __typeMapper);
|
|
setInboundKeywords(__in, __typeMapper);
|
|
setInboundModel(__in, __typeMapper);
|
|
setLabel(__in, __typeMapper);
|
|
setOutboundFillerSentences(__in, __typeMapper);
|
|
setOutboundModel(__in, __typeMapper);
|
|
setOutboundSimilarity(__in, __typeMapper);
|
|
setOutboundSpeedNum(__in, __typeMapper);
|
|
setOutboundStability(__in, __typeMapper);
|
|
setOutboundStyleExaggeration(__in, __typeMapper);
|
|
setOutboundVoice(__in, __typeMapper);
|
|
setPronunciationDict(__in, __typeMapper);
|
|
}
|
|
|
|
private void toString1(StringBuilder sb) {
|
|
toStringHelper(sb, "developerName", developerName);
|
|
toStringHelper(sb, "inboundFillerWordsBool", inboundFillerWordsBool);
|
|
toStringHelper(sb, "inboundKeywords", inboundKeywords);
|
|
toStringHelper(sb, "inboundModel", inboundModel);
|
|
toStringHelper(sb, "label", label);
|
|
toStringHelper(sb, "outboundFillerSentences", outboundFillerSentences);
|
|
toStringHelper(sb, "outboundModel", outboundModel);
|
|
toStringHelper(sb, "outboundSimilarity", outboundSimilarity);
|
|
toStringHelper(sb, "outboundSpeedNum", outboundSpeedNum);
|
|
toStringHelper(sb, "outboundStability", outboundStability);
|
|
toStringHelper(sb, "outboundStyleExaggeration", outboundStyleExaggeration);
|
|
toStringHelper(sb, "outboundVoice", outboundVoice);
|
|
toStringHelper(sb, "pronunciationDict", pronunciationDict);
|
|
}
|
|
|
|
|
|
}
|