datai/docs/reference-code/com/sforce/soap/tooling/sobject/PresenceUserConfig.java

1142 lines
64 KiB
Java

package com.sforce.soap.tooling.sobject;
/**
* This is a generated class for the SObject Enterprise API.
* Do not edit this file, as your changes will be lost.
*/
public class PresenceUserConfig extends com.sforce.soap.tooling.sobject.SObject {
/**
* Constructor
*/
public PresenceUserConfig() {}
/* 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 : AcwExtensionDuration of type {http://www.w3.org/2001/XMLSchema}int
* java type: java.lang.Integer
*/
private boolean AcwExtensionDuration__is_set = false;
private java.lang.Integer AcwExtensionDuration;
public java.lang.Integer getAcwExtensionDuration() {
return AcwExtensionDuration;
}
public void setAcwExtensionDuration(java.lang.Integer AcwExtensionDuration) {
this.AcwExtensionDuration = AcwExtensionDuration;
AcwExtensionDuration__is_set = true;
}
protected void setAcwExtensionDuration(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("AcwExtensionDuration", "urn:sobject.tooling.soap.sforce.com","AcwExtensionDuration","http://www.w3.org/2001/XMLSchema","int",0,1,true))) {
setAcwExtensionDuration((java.lang.Integer)__typeMapper.readObject(__in, _lookupTypeInfo("AcwExtensionDuration", "urn:sobject.tooling.soap.sforce.com","AcwExtensionDuration","http://www.w3.org/2001/XMLSchema","int",0,1,true), java.lang.Integer.class));
}
}
private void writeFieldAcwExtensionDuration(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
__typeMapper.writeObject(__out, _lookupTypeInfo("AcwExtensionDuration", "urn:sobject.tooling.soap.sforce.com","AcwExtensionDuration","http://www.w3.org/2001/XMLSchema","int",0,1,true), AcwExtensionDuration, AcwExtensionDuration__is_set);
}
/**
* element : AfterConvoWorkMaxTime of type {http://www.w3.org/2001/XMLSchema}int
* java type: java.lang.Integer
*/
private boolean AfterConvoWorkMaxTime__is_set = false;
private java.lang.Integer AfterConvoWorkMaxTime;
public java.lang.Integer getAfterConvoWorkMaxTime() {
return AfterConvoWorkMaxTime;
}
public void setAfterConvoWorkMaxTime(java.lang.Integer AfterConvoWorkMaxTime) {
this.AfterConvoWorkMaxTime = AfterConvoWorkMaxTime;
AfterConvoWorkMaxTime__is_set = true;
}
protected void setAfterConvoWorkMaxTime(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("AfterConvoWorkMaxTime", "urn:sobject.tooling.soap.sforce.com","AfterConvoWorkMaxTime","http://www.w3.org/2001/XMLSchema","int",0,1,true))) {
setAfterConvoWorkMaxTime((java.lang.Integer)__typeMapper.readObject(__in, _lookupTypeInfo("AfterConvoWorkMaxTime", "urn:sobject.tooling.soap.sforce.com","AfterConvoWorkMaxTime","http://www.w3.org/2001/XMLSchema","int",0,1,true), java.lang.Integer.class));
}
}
private void writeFieldAfterConvoWorkMaxTime(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
__typeMapper.writeObject(__out, _lookupTypeInfo("AfterConvoWorkMaxTime", "urn:sobject.tooling.soap.sforce.com","AfterConvoWorkMaxTime","http://www.w3.org/2001/XMLSchema","int",0,1,true), AfterConvoWorkMaxTime, AfterConvoWorkMaxTime__is_set);
}
/**
* element : Capacity of type {http://www.w3.org/2001/XMLSchema}int
* java type: java.lang.Integer
*/
private boolean Capacity__is_set = false;
private java.lang.Integer Capacity;
public java.lang.Integer getCapacity() {
return Capacity;
}
public void setCapacity(java.lang.Integer Capacity) {
this.Capacity = Capacity;
Capacity__is_set = true;
}
protected void setCapacity(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("Capacity", "urn:sobject.tooling.soap.sforce.com","Capacity","http://www.w3.org/2001/XMLSchema","int",0,1,true))) {
setCapacity((java.lang.Integer)__typeMapper.readObject(__in, _lookupTypeInfo("Capacity", "urn:sobject.tooling.soap.sforce.com","Capacity","http://www.w3.org/2001/XMLSchema","int",0,1,true), java.lang.Integer.class));
}
}
private void writeFieldCapacity(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
__typeMapper.writeObject(__out, _lookupTypeInfo("Capacity", "urn:sobject.tooling.soap.sforce.com","Capacity","http://www.w3.org/2001/XMLSchema","int",0,1,true), Capacity, Capacity__is_set);
}
/**
* element : CreatedBy of type {urn:sobject.tooling.soap.sforce.com}User
* java type: com.sforce.soap.tooling.sobject.User
*/
private boolean CreatedBy__is_set = false;
private com.sforce.soap.tooling.sobject.User CreatedBy;
public com.sforce.soap.tooling.sobject.User getCreatedBy() {
return CreatedBy;
}
public void setCreatedBy(com.sforce.soap.tooling.sobject.User CreatedBy) {
this.CreatedBy = CreatedBy;
CreatedBy__is_set = true;
}
protected void setCreatedBy(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("CreatedBy", "urn:sobject.tooling.soap.sforce.com","CreatedBy","urn:sobject.tooling.soap.sforce.com","User",0,1,true))) {
setCreatedBy((com.sforce.soap.tooling.sobject.User)__typeMapper.readObject(__in, _lookupTypeInfo("CreatedBy", "urn:sobject.tooling.soap.sforce.com","CreatedBy","urn:sobject.tooling.soap.sforce.com","User",0,1,true), com.sforce.soap.tooling.sobject.User.class));
}
}
private void writeFieldCreatedBy(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
__typeMapper.writeObject(__out, _lookupTypeInfo("CreatedBy", "urn:sobject.tooling.soap.sforce.com","CreatedBy","urn:sobject.tooling.soap.sforce.com","User",0,1,true), CreatedBy, CreatedBy__is_set);
}
/**
* element : CreatedById of type {urn:tooling.soap.sforce.com}ID
* java type: java.lang.String
*/
private boolean CreatedById__is_set = false;
private java.lang.String CreatedById;
public java.lang.String getCreatedById() {
return CreatedById;
}
public void setCreatedById(java.lang.String CreatedById) {
this.CreatedById = CreatedById;
CreatedById__is_set = true;
}
protected void setCreatedById(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("CreatedById", "urn:sobject.tooling.soap.sforce.com","CreatedById","urn:tooling.soap.sforce.com","ID",0,1,true))) {
setCreatedById(__typeMapper.readString(__in, _lookupTypeInfo("CreatedById", "urn:sobject.tooling.soap.sforce.com","CreatedById","urn:tooling.soap.sforce.com","ID",0,1,true), java.lang.String.class));
}
}
private void writeFieldCreatedById(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
__typeMapper.writeObject(__out, _lookupTypeInfo("CreatedById", "urn:sobject.tooling.soap.sforce.com","CreatedById","urn:tooling.soap.sforce.com","ID",0,1,true), CreatedById, CreatedById__is_set);
}
/**
* element : CreatedDate of type {http://www.w3.org/2001/XMLSchema}dateTime
* java type: java.util.Calendar
*/
private boolean CreatedDate__is_set = false;
private java.util.Calendar CreatedDate;
public java.util.Calendar getCreatedDate() {
return CreatedDate;
}
public void setCreatedDate(java.util.Calendar CreatedDate) {
this.CreatedDate = CreatedDate;
CreatedDate__is_set = true;
}
protected void setCreatedDate(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("CreatedDate", "urn:sobject.tooling.soap.sforce.com","CreatedDate","http://www.w3.org/2001/XMLSchema","dateTime",0,1,true))) {
setCreatedDate((java.util.Calendar)__typeMapper.readObject(__in, _lookupTypeInfo("CreatedDate", "urn:sobject.tooling.soap.sforce.com","CreatedDate","http://www.w3.org/2001/XMLSchema","dateTime",0,1,true), java.util.Calendar.class));
}
}
private void writeFieldCreatedDate(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
__typeMapper.writeObject(__out, _lookupTypeInfo("CreatedDate", "urn:sobject.tooling.soap.sforce.com","CreatedDate","http://www.w3.org/2001/XMLSchema","dateTime",0,1,true), CreatedDate, CreatedDate__is_set);
}
/**
* element : CustomSound of type {urn:sobject.tooling.soap.sforce.com}StaticResource
* java type: com.sforce.soap.tooling.sobject.StaticResource
*/
private boolean CustomSound__is_set = false;
private com.sforce.soap.tooling.sobject.StaticResource CustomSound;
public com.sforce.soap.tooling.sobject.StaticResource getCustomSound() {
return CustomSound;
}
public void setCustomSound(com.sforce.soap.tooling.sobject.StaticResource CustomSound) {
this.CustomSound = CustomSound;
CustomSound__is_set = true;
}
protected void setCustomSound(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("CustomSound", "urn:sobject.tooling.soap.sforce.com","CustomSound","urn:sobject.tooling.soap.sforce.com","StaticResource",0,1,true))) {
setCustomSound((com.sforce.soap.tooling.sobject.StaticResource)__typeMapper.readObject(__in, _lookupTypeInfo("CustomSound", "urn:sobject.tooling.soap.sforce.com","CustomSound","urn:sobject.tooling.soap.sforce.com","StaticResource",0,1,true), com.sforce.soap.tooling.sobject.StaticResource.class));
}
}
private void writeFieldCustomSound(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
__typeMapper.writeObject(__out, _lookupTypeInfo("CustomSound", "urn:sobject.tooling.soap.sforce.com","CustomSound","urn:sobject.tooling.soap.sforce.com","StaticResource",0,1,true), CustomSound, CustomSound__is_set);
}
/**
* element : CustomSoundId of type {urn:tooling.soap.sforce.com}ID
* java type: java.lang.String
*/
private boolean CustomSoundId__is_set = false;
private java.lang.String CustomSoundId;
public java.lang.String getCustomSoundId() {
return CustomSoundId;
}
public void setCustomSoundId(java.lang.String CustomSoundId) {
this.CustomSoundId = CustomSoundId;
CustomSoundId__is_set = true;
}
protected void setCustomSoundId(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("CustomSoundId", "urn:sobject.tooling.soap.sforce.com","CustomSoundId","urn:tooling.soap.sforce.com","ID",0,1,true))) {
setCustomSoundId(__typeMapper.readString(__in, _lookupTypeInfo("CustomSoundId", "urn:sobject.tooling.soap.sforce.com","CustomSoundId","urn:tooling.soap.sforce.com","ID",0,1,true), java.lang.String.class));
}
}
private void writeFieldCustomSoundId(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
__typeMapper.writeObject(__out, _lookupTypeInfo("CustomSoundId", "urn:sobject.tooling.soap.sforce.com","CustomSoundId","urn:tooling.soap.sforce.com","ID",0,1,true), CustomSoundId, CustomSoundId__is_set);
}
/**
* 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:sobject.tooling.soap.sforce.com","DeveloperName","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
setDeveloperName(__typeMapper.readString(__in, _lookupTypeInfo("DeveloperName", "urn:sobject.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:sobject.tooling.soap.sforce.com","DeveloperName","http://www.w3.org/2001/XMLSchema","string",0,1,true), DeveloperName, DeveloperName__is_set);
}
/**
* element : HasAcwExtensionEnabled of type {http://www.w3.org/2001/XMLSchema}boolean
* java type: java.lang.Boolean
*/
private boolean HasAcwExtensionEnabled__is_set = false;
private java.lang.Boolean HasAcwExtensionEnabled;
public java.lang.Boolean getHasAcwExtensionEnabled() {
return HasAcwExtensionEnabled;
}
public void setHasAcwExtensionEnabled(java.lang.Boolean HasAcwExtensionEnabled) {
this.HasAcwExtensionEnabled = HasAcwExtensionEnabled;
HasAcwExtensionEnabled__is_set = true;
}
protected void setHasAcwExtensionEnabled(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("HasAcwExtensionEnabled", "urn:sobject.tooling.soap.sforce.com","HasAcwExtensionEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
setHasAcwExtensionEnabled((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("HasAcwExtensionEnabled", "urn:sobject.tooling.soap.sforce.com","HasAcwExtensionEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
}
}
private void writeFieldHasAcwExtensionEnabled(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
__typeMapper.writeObject(__out, _lookupTypeInfo("HasAcwExtensionEnabled", "urn:sobject.tooling.soap.sforce.com","HasAcwExtensionEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), HasAcwExtensionEnabled, HasAcwExtensionEnabled__is_set);
}
/**
* element : HasAfterConvoWorkTimer of type {http://www.w3.org/2001/XMLSchema}boolean
* java type: java.lang.Boolean
*/
private boolean HasAfterConvoWorkTimer__is_set = false;
private java.lang.Boolean HasAfterConvoWorkTimer;
public java.lang.Boolean getHasAfterConvoWorkTimer() {
return HasAfterConvoWorkTimer;
}
public void setHasAfterConvoWorkTimer(java.lang.Boolean HasAfterConvoWorkTimer) {
this.HasAfterConvoWorkTimer = HasAfterConvoWorkTimer;
HasAfterConvoWorkTimer__is_set = true;
}
protected void setHasAfterConvoWorkTimer(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("HasAfterConvoWorkTimer", "urn:sobject.tooling.soap.sforce.com","HasAfterConvoWorkTimer","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
setHasAfterConvoWorkTimer((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("HasAfterConvoWorkTimer", "urn:sobject.tooling.soap.sforce.com","HasAfterConvoWorkTimer","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
}
}
private void writeFieldHasAfterConvoWorkTimer(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
__typeMapper.writeObject(__out, _lookupTypeInfo("HasAfterConvoWorkTimer", "urn:sobject.tooling.soap.sforce.com","HasAfterConvoWorkTimer","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), HasAfterConvoWorkTimer, HasAfterConvoWorkTimer__is_set);
}
/**
* element : InterruptibleCapacity of type {http://www.w3.org/2001/XMLSchema}int
* java type: java.lang.Integer
*/
private boolean InterruptibleCapacity__is_set = false;
private java.lang.Integer InterruptibleCapacity;
public java.lang.Integer getInterruptibleCapacity() {
return InterruptibleCapacity;
}
public void setInterruptibleCapacity(java.lang.Integer InterruptibleCapacity) {
this.InterruptibleCapacity = InterruptibleCapacity;
InterruptibleCapacity__is_set = true;
}
protected void setInterruptibleCapacity(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("InterruptibleCapacity", "urn:sobject.tooling.soap.sforce.com","InterruptibleCapacity","http://www.w3.org/2001/XMLSchema","int",0,1,true))) {
setInterruptibleCapacity((java.lang.Integer)__typeMapper.readObject(__in, _lookupTypeInfo("InterruptibleCapacity", "urn:sobject.tooling.soap.sforce.com","InterruptibleCapacity","http://www.w3.org/2001/XMLSchema","int",0,1,true), java.lang.Integer.class));
}
}
private void writeFieldInterruptibleCapacity(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
__typeMapper.writeObject(__out, _lookupTypeInfo("InterruptibleCapacity", "urn:sobject.tooling.soap.sforce.com","InterruptibleCapacity","http://www.w3.org/2001/XMLSchema","int",0,1,true), InterruptibleCapacity, InterruptibleCapacity__is_set);
}
/**
* element : IsDeleted of type {http://www.w3.org/2001/XMLSchema}boolean
* java type: java.lang.Boolean
*/
private boolean IsDeleted__is_set = false;
private java.lang.Boolean IsDeleted;
public java.lang.Boolean getIsDeleted() {
return IsDeleted;
}
public void setIsDeleted(java.lang.Boolean IsDeleted) {
this.IsDeleted = IsDeleted;
IsDeleted__is_set = true;
}
protected void setIsDeleted(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("IsDeleted", "urn:sobject.tooling.soap.sforce.com","IsDeleted","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
setIsDeleted((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsDeleted", "urn:sobject.tooling.soap.sforce.com","IsDeleted","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
}
}
private void writeFieldIsDeleted(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
__typeMapper.writeObject(__out, _lookupTypeInfo("IsDeleted", "urn:sobject.tooling.soap.sforce.com","IsDeleted","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsDeleted, IsDeleted__is_set);
}
/**
* element : Language of type {http://www.w3.org/2001/XMLSchema}string
* java type: java.lang.String
*/
private boolean Language__is_set = false;
private java.lang.String Language;
public java.lang.String getLanguage() {
return Language;
}
public void setLanguage(java.lang.String Language) {
this.Language = Language;
Language__is_set = true;
}
protected void setLanguage(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("Language", "urn:sobject.tooling.soap.sforce.com","Language","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
setLanguage(__typeMapper.readString(__in, _lookupTypeInfo("Language", "urn:sobject.tooling.soap.sforce.com","Language","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
}
}
private void writeFieldLanguage(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
__typeMapper.writeObject(__out, _lookupTypeInfo("Language", "urn:sobject.tooling.soap.sforce.com","Language","http://www.w3.org/2001/XMLSchema","string",0,1,true), Language, Language__is_set);
}
/**
* element : LastModifiedBy of type {urn:sobject.tooling.soap.sforce.com}User
* java type: com.sforce.soap.tooling.sobject.User
*/
private boolean LastModifiedBy__is_set = false;
private com.sforce.soap.tooling.sobject.User LastModifiedBy;
public com.sforce.soap.tooling.sobject.User getLastModifiedBy() {
return LastModifiedBy;
}
public void setLastModifiedBy(com.sforce.soap.tooling.sobject.User LastModifiedBy) {
this.LastModifiedBy = LastModifiedBy;
LastModifiedBy__is_set = true;
}
protected void setLastModifiedBy(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("LastModifiedBy", "urn:sobject.tooling.soap.sforce.com","LastModifiedBy","urn:sobject.tooling.soap.sforce.com","User",0,1,true))) {
setLastModifiedBy((com.sforce.soap.tooling.sobject.User)__typeMapper.readObject(__in, _lookupTypeInfo("LastModifiedBy", "urn:sobject.tooling.soap.sforce.com","LastModifiedBy","urn:sobject.tooling.soap.sforce.com","User",0,1,true), com.sforce.soap.tooling.sobject.User.class));
}
}
private void writeFieldLastModifiedBy(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
__typeMapper.writeObject(__out, _lookupTypeInfo("LastModifiedBy", "urn:sobject.tooling.soap.sforce.com","LastModifiedBy","urn:sobject.tooling.soap.sforce.com","User",0,1,true), LastModifiedBy, LastModifiedBy__is_set);
}
/**
* element : LastModifiedById of type {urn:tooling.soap.sforce.com}ID
* java type: java.lang.String
*/
private boolean LastModifiedById__is_set = false;
private java.lang.String LastModifiedById;
public java.lang.String getLastModifiedById() {
return LastModifiedById;
}
public void setLastModifiedById(java.lang.String LastModifiedById) {
this.LastModifiedById = LastModifiedById;
LastModifiedById__is_set = true;
}
protected void setLastModifiedById(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("LastModifiedById", "urn:sobject.tooling.soap.sforce.com","LastModifiedById","urn:tooling.soap.sforce.com","ID",0,1,true))) {
setLastModifiedById(__typeMapper.readString(__in, _lookupTypeInfo("LastModifiedById", "urn:sobject.tooling.soap.sforce.com","LastModifiedById","urn:tooling.soap.sforce.com","ID",0,1,true), java.lang.String.class));
}
}
private void writeFieldLastModifiedById(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
__typeMapper.writeObject(__out, _lookupTypeInfo("LastModifiedById", "urn:sobject.tooling.soap.sforce.com","LastModifiedById","urn:tooling.soap.sforce.com","ID",0,1,true), LastModifiedById, LastModifiedById__is_set);
}
/**
* element : LastModifiedDate of type {http://www.w3.org/2001/XMLSchema}dateTime
* java type: java.util.Calendar
*/
private boolean LastModifiedDate__is_set = false;
private java.util.Calendar LastModifiedDate;
public java.util.Calendar getLastModifiedDate() {
return LastModifiedDate;
}
public void setLastModifiedDate(java.util.Calendar LastModifiedDate) {
this.LastModifiedDate = LastModifiedDate;
LastModifiedDate__is_set = true;
}
protected void setLastModifiedDate(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("LastModifiedDate", "urn:sobject.tooling.soap.sforce.com","LastModifiedDate","http://www.w3.org/2001/XMLSchema","dateTime",0,1,true))) {
setLastModifiedDate((java.util.Calendar)__typeMapper.readObject(__in, _lookupTypeInfo("LastModifiedDate", "urn:sobject.tooling.soap.sforce.com","LastModifiedDate","http://www.w3.org/2001/XMLSchema","dateTime",0,1,true), java.util.Calendar.class));
}
}
private void writeFieldLastModifiedDate(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
__typeMapper.writeObject(__out, _lookupTypeInfo("LastModifiedDate", "urn:sobject.tooling.soap.sforce.com","LastModifiedDate","http://www.w3.org/2001/XMLSchema","dateTime",0,1,true), LastModifiedDate, LastModifiedDate__is_set);
}
/**
* element : MasterLabel of type {http://www.w3.org/2001/XMLSchema}string
* java type: java.lang.String
*/
private boolean MasterLabel__is_set = false;
private java.lang.String MasterLabel;
public java.lang.String getMasterLabel() {
return MasterLabel;
}
public void setMasterLabel(java.lang.String MasterLabel) {
this.MasterLabel = MasterLabel;
MasterLabel__is_set = true;
}
protected void setMasterLabel(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("MasterLabel", "urn:sobject.tooling.soap.sforce.com","MasterLabel","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
setMasterLabel(__typeMapper.readString(__in, _lookupTypeInfo("MasterLabel", "urn:sobject.tooling.soap.sforce.com","MasterLabel","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
}
}
private void writeFieldMasterLabel(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
__typeMapper.writeObject(__out, _lookupTypeInfo("MasterLabel", "urn:sobject.tooling.soap.sforce.com","MasterLabel","http://www.w3.org/2001/XMLSchema","string",0,1,true), MasterLabel, MasterLabel__is_set);
}
/**
* element : MaxExtensions of type {http://www.w3.org/2001/XMLSchema}string
* java type: java.lang.String
*/
private boolean MaxExtensions__is_set = false;
private java.lang.String MaxExtensions;
public java.lang.String getMaxExtensions() {
return MaxExtensions;
}
public void setMaxExtensions(java.lang.String MaxExtensions) {
this.MaxExtensions = MaxExtensions;
MaxExtensions__is_set = true;
}
protected void setMaxExtensions(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("MaxExtensions", "urn:sobject.tooling.soap.sforce.com","MaxExtensions","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
setMaxExtensions(__typeMapper.readString(__in, _lookupTypeInfo("MaxExtensions", "urn:sobject.tooling.soap.sforce.com","MaxExtensions","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
}
}
private void writeFieldMaxExtensions(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
__typeMapper.writeObject(__out, _lookupTypeInfo("MaxExtensions", "urn:sobject.tooling.soap.sforce.com","MaxExtensions","http://www.w3.org/2001/XMLSchema","string",0,1,true), MaxExtensions, MaxExtensions__is_set);
}
/**
* element : OptionsIsAllowAnyDestinationFlowForTransferEnabled of type {http://www.w3.org/2001/XMLSchema}boolean
* java type: java.lang.Boolean
*/
private boolean OptionsIsAllowAnyDestinationFlowForTransferEnabled__is_set = false;
private java.lang.Boolean OptionsIsAllowAnyDestinationFlowForTransferEnabled;
public java.lang.Boolean getOptionsIsAllowAnyDestinationFlowForTransferEnabled() {
return OptionsIsAllowAnyDestinationFlowForTransferEnabled;
}
public void setOptionsIsAllowAnyDestinationFlowForTransferEnabled(java.lang.Boolean OptionsIsAllowAnyDestinationFlowForTransferEnabled) {
this.OptionsIsAllowAnyDestinationFlowForTransferEnabled = OptionsIsAllowAnyDestinationFlowForTransferEnabled;
OptionsIsAllowAnyDestinationFlowForTransferEnabled__is_set = true;
}
protected void setOptionsIsAllowAnyDestinationFlowForTransferEnabled(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("OptionsIsAllowAnyDestinationFlowForTransferEnabled", "urn:sobject.tooling.soap.sforce.com","OptionsIsAllowAnyDestinationFlowForTransferEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
setOptionsIsAllowAnyDestinationFlowForTransferEnabled((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("OptionsIsAllowAnyDestinationFlowForTransferEnabled", "urn:sobject.tooling.soap.sforce.com","OptionsIsAllowAnyDestinationFlowForTransferEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
}
}
private void writeFieldOptionsIsAllowAnyDestinationFlowForTransferEnabled(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
__typeMapper.writeObject(__out, _lookupTypeInfo("OptionsIsAllowAnyDestinationFlowForTransferEnabled", "urn:sobject.tooling.soap.sforce.com","OptionsIsAllowAnyDestinationFlowForTransferEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), OptionsIsAllowAnyDestinationFlowForTransferEnabled, OptionsIsAllowAnyDestinationFlowForTransferEnabled__is_set);
}
/**
* element : OptionsIsAllowAnyDestinationProfileForTransferEnabled of type {http://www.w3.org/2001/XMLSchema}boolean
* java type: java.lang.Boolean
*/
private boolean OptionsIsAllowAnyDestinationProfileForTransferEnabled__is_set = false;
private java.lang.Boolean OptionsIsAllowAnyDestinationProfileForTransferEnabled;
public java.lang.Boolean getOptionsIsAllowAnyDestinationProfileForTransferEnabled() {
return OptionsIsAllowAnyDestinationProfileForTransferEnabled;
}
public void setOptionsIsAllowAnyDestinationProfileForTransferEnabled(java.lang.Boolean OptionsIsAllowAnyDestinationProfileForTransferEnabled) {
this.OptionsIsAllowAnyDestinationProfileForTransferEnabled = OptionsIsAllowAnyDestinationProfileForTransferEnabled;
OptionsIsAllowAnyDestinationProfileForTransferEnabled__is_set = true;
}
protected void setOptionsIsAllowAnyDestinationProfileForTransferEnabled(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("OptionsIsAllowAnyDestinationProfileForTransferEnabled", "urn:sobject.tooling.soap.sforce.com","OptionsIsAllowAnyDestinationProfileForTransferEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
setOptionsIsAllowAnyDestinationProfileForTransferEnabled((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("OptionsIsAllowAnyDestinationProfileForTransferEnabled", "urn:sobject.tooling.soap.sforce.com","OptionsIsAllowAnyDestinationProfileForTransferEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
}
}
private void writeFieldOptionsIsAllowAnyDestinationProfileForTransferEnabled(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
__typeMapper.writeObject(__out, _lookupTypeInfo("OptionsIsAllowAnyDestinationProfileForTransferEnabled", "urn:sobject.tooling.soap.sforce.com","OptionsIsAllowAnyDestinationProfileForTransferEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), OptionsIsAllowAnyDestinationProfileForTransferEnabled, OptionsIsAllowAnyDestinationProfileForTransferEnabled__is_set);
}
/**
* element : OptionsIsAllowAnyDestinationQueueForTransferEnabled of type {http://www.w3.org/2001/XMLSchema}boolean
* java type: java.lang.Boolean
*/
private boolean OptionsIsAllowAnyDestinationQueueForTransferEnabled__is_set = false;
private java.lang.Boolean OptionsIsAllowAnyDestinationQueueForTransferEnabled;
public java.lang.Boolean getOptionsIsAllowAnyDestinationQueueForTransferEnabled() {
return OptionsIsAllowAnyDestinationQueueForTransferEnabled;
}
public void setOptionsIsAllowAnyDestinationQueueForTransferEnabled(java.lang.Boolean OptionsIsAllowAnyDestinationQueueForTransferEnabled) {
this.OptionsIsAllowAnyDestinationQueueForTransferEnabled = OptionsIsAllowAnyDestinationQueueForTransferEnabled;
OptionsIsAllowAnyDestinationQueueForTransferEnabled__is_set = true;
}
protected void setOptionsIsAllowAnyDestinationQueueForTransferEnabled(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("OptionsIsAllowAnyDestinationQueueForTransferEnabled", "urn:sobject.tooling.soap.sforce.com","OptionsIsAllowAnyDestinationQueueForTransferEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
setOptionsIsAllowAnyDestinationQueueForTransferEnabled((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("OptionsIsAllowAnyDestinationQueueForTransferEnabled", "urn:sobject.tooling.soap.sforce.com","OptionsIsAllowAnyDestinationQueueForTransferEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
}
}
private void writeFieldOptionsIsAllowAnyDestinationQueueForTransferEnabled(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
__typeMapper.writeObject(__out, _lookupTypeInfo("OptionsIsAllowAnyDestinationQueueForTransferEnabled", "urn:sobject.tooling.soap.sforce.com","OptionsIsAllowAnyDestinationQueueForTransferEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), OptionsIsAllowAnyDestinationQueueForTransferEnabled, OptionsIsAllowAnyDestinationQueueForTransferEnabled__is_set);
}
/**
* element : OptionsIsAutoAcceptEnabled of type {http://www.w3.org/2001/XMLSchema}boolean
* java type: java.lang.Boolean
*/
private boolean OptionsIsAutoAcceptEnabled__is_set = false;
private java.lang.Boolean OptionsIsAutoAcceptEnabled;
public java.lang.Boolean getOptionsIsAutoAcceptEnabled() {
return OptionsIsAutoAcceptEnabled;
}
public void setOptionsIsAutoAcceptEnabled(java.lang.Boolean OptionsIsAutoAcceptEnabled) {
this.OptionsIsAutoAcceptEnabled = OptionsIsAutoAcceptEnabled;
OptionsIsAutoAcceptEnabled__is_set = true;
}
protected void setOptionsIsAutoAcceptEnabled(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("OptionsIsAutoAcceptEnabled", "urn:sobject.tooling.soap.sforce.com","OptionsIsAutoAcceptEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
setOptionsIsAutoAcceptEnabled((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("OptionsIsAutoAcceptEnabled", "urn:sobject.tooling.soap.sforce.com","OptionsIsAutoAcceptEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
}
}
private void writeFieldOptionsIsAutoAcceptEnabled(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
__typeMapper.writeObject(__out, _lookupTypeInfo("OptionsIsAutoAcceptEnabled", "urn:sobject.tooling.soap.sforce.com","OptionsIsAutoAcceptEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), OptionsIsAutoAcceptEnabled, OptionsIsAutoAcceptEnabled__is_set);
}
/**
* element : OptionsIsDeclineEnabled of type {http://www.w3.org/2001/XMLSchema}boolean
* java type: java.lang.Boolean
*/
private boolean OptionsIsDeclineEnabled__is_set = false;
private java.lang.Boolean OptionsIsDeclineEnabled;
public java.lang.Boolean getOptionsIsDeclineEnabled() {
return OptionsIsDeclineEnabled;
}
public void setOptionsIsDeclineEnabled(java.lang.Boolean OptionsIsDeclineEnabled) {
this.OptionsIsDeclineEnabled = OptionsIsDeclineEnabled;
OptionsIsDeclineEnabled__is_set = true;
}
protected void setOptionsIsDeclineEnabled(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("OptionsIsDeclineEnabled", "urn:sobject.tooling.soap.sforce.com","OptionsIsDeclineEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
setOptionsIsDeclineEnabled((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("OptionsIsDeclineEnabled", "urn:sobject.tooling.soap.sforce.com","OptionsIsDeclineEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
}
}
private void writeFieldOptionsIsDeclineEnabled(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
__typeMapper.writeObject(__out, _lookupTypeInfo("OptionsIsDeclineEnabled", "urn:sobject.tooling.soap.sforce.com","OptionsIsDeclineEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), OptionsIsDeclineEnabled, OptionsIsDeclineEnabled__is_set);
}
/**
* element : OptionsIsDeclineReasonEnabled of type {http://www.w3.org/2001/XMLSchema}boolean
* java type: java.lang.Boolean
*/
private boolean OptionsIsDeclineReasonEnabled__is_set = false;
private java.lang.Boolean OptionsIsDeclineReasonEnabled;
public java.lang.Boolean getOptionsIsDeclineReasonEnabled() {
return OptionsIsDeclineReasonEnabled;
}
public void setOptionsIsDeclineReasonEnabled(java.lang.Boolean OptionsIsDeclineReasonEnabled) {
this.OptionsIsDeclineReasonEnabled = OptionsIsDeclineReasonEnabled;
OptionsIsDeclineReasonEnabled__is_set = true;
}
protected void setOptionsIsDeclineReasonEnabled(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("OptionsIsDeclineReasonEnabled", "urn:sobject.tooling.soap.sforce.com","OptionsIsDeclineReasonEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
setOptionsIsDeclineReasonEnabled((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("OptionsIsDeclineReasonEnabled", "urn:sobject.tooling.soap.sforce.com","OptionsIsDeclineReasonEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
}
}
private void writeFieldOptionsIsDeclineReasonEnabled(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
__typeMapper.writeObject(__out, _lookupTypeInfo("OptionsIsDeclineReasonEnabled", "urn:sobject.tooling.soap.sforce.com","OptionsIsDeclineReasonEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), OptionsIsDeclineReasonEnabled, OptionsIsDeclineReasonEnabled__is_set);
}
/**
* element : OptionsIsDisconnectSoundEnabled of type {http://www.w3.org/2001/XMLSchema}boolean
* java type: java.lang.Boolean
*/
private boolean OptionsIsDisconnectSoundEnabled__is_set = false;
private java.lang.Boolean OptionsIsDisconnectSoundEnabled;
public java.lang.Boolean getOptionsIsDisconnectSoundEnabled() {
return OptionsIsDisconnectSoundEnabled;
}
public void setOptionsIsDisconnectSoundEnabled(java.lang.Boolean OptionsIsDisconnectSoundEnabled) {
this.OptionsIsDisconnectSoundEnabled = OptionsIsDisconnectSoundEnabled;
OptionsIsDisconnectSoundEnabled__is_set = true;
}
protected void setOptionsIsDisconnectSoundEnabled(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("OptionsIsDisconnectSoundEnabled", "urn:sobject.tooling.soap.sforce.com","OptionsIsDisconnectSoundEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
setOptionsIsDisconnectSoundEnabled((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("OptionsIsDisconnectSoundEnabled", "urn:sobject.tooling.soap.sforce.com","OptionsIsDisconnectSoundEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
}
}
private void writeFieldOptionsIsDisconnectSoundEnabled(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
__typeMapper.writeObject(__out, _lookupTypeInfo("OptionsIsDisconnectSoundEnabled", "urn:sobject.tooling.soap.sforce.com","OptionsIsDisconnectSoundEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), OptionsIsDisconnectSoundEnabled, OptionsIsDisconnectSoundEnabled__is_set);
}
/**
* element : OptionsIsRequestSoundEnabled of type {http://www.w3.org/2001/XMLSchema}boolean
* java type: java.lang.Boolean
*/
private boolean OptionsIsRequestSoundEnabled__is_set = false;
private java.lang.Boolean OptionsIsRequestSoundEnabled;
public java.lang.Boolean getOptionsIsRequestSoundEnabled() {
return OptionsIsRequestSoundEnabled;
}
public void setOptionsIsRequestSoundEnabled(java.lang.Boolean OptionsIsRequestSoundEnabled) {
this.OptionsIsRequestSoundEnabled = OptionsIsRequestSoundEnabled;
OptionsIsRequestSoundEnabled__is_set = true;
}
protected void setOptionsIsRequestSoundEnabled(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("OptionsIsRequestSoundEnabled", "urn:sobject.tooling.soap.sforce.com","OptionsIsRequestSoundEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
setOptionsIsRequestSoundEnabled((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("OptionsIsRequestSoundEnabled", "urn:sobject.tooling.soap.sforce.com","OptionsIsRequestSoundEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
}
}
private void writeFieldOptionsIsRequestSoundEnabled(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
__typeMapper.writeObject(__out, _lookupTypeInfo("OptionsIsRequestSoundEnabled", "urn:sobject.tooling.soap.sforce.com","OptionsIsRequestSoundEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), OptionsIsRequestSoundEnabled, OptionsIsRequestSoundEnabled__is_set);
}
/**
* element : PresenceStatusOnDecline of type {urn:sobject.tooling.soap.sforce.com}ServicePresenceStatus
* java type: com.sforce.soap.tooling.sobject.ServicePresenceStatus
*/
private boolean PresenceStatusOnDecline__is_set = false;
private com.sforce.soap.tooling.sobject.ServicePresenceStatus PresenceStatusOnDecline;
public com.sforce.soap.tooling.sobject.ServicePresenceStatus getPresenceStatusOnDecline() {
return PresenceStatusOnDecline;
}
public void setPresenceStatusOnDecline(com.sforce.soap.tooling.sobject.ServicePresenceStatus PresenceStatusOnDecline) {
this.PresenceStatusOnDecline = PresenceStatusOnDecline;
PresenceStatusOnDecline__is_set = true;
}
protected void setPresenceStatusOnDecline(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("PresenceStatusOnDecline", "urn:sobject.tooling.soap.sforce.com","PresenceStatusOnDecline","urn:sobject.tooling.soap.sforce.com","ServicePresenceStatus",0,1,true))) {
setPresenceStatusOnDecline((com.sforce.soap.tooling.sobject.ServicePresenceStatus)__typeMapper.readObject(__in, _lookupTypeInfo("PresenceStatusOnDecline", "urn:sobject.tooling.soap.sforce.com","PresenceStatusOnDecline","urn:sobject.tooling.soap.sforce.com","ServicePresenceStatus",0,1,true), com.sforce.soap.tooling.sobject.ServicePresenceStatus.class));
}
}
private void writeFieldPresenceStatusOnDecline(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
__typeMapper.writeObject(__out, _lookupTypeInfo("PresenceStatusOnDecline", "urn:sobject.tooling.soap.sforce.com","PresenceStatusOnDecline","urn:sobject.tooling.soap.sforce.com","ServicePresenceStatus",0,1,true), PresenceStatusOnDecline, PresenceStatusOnDecline__is_set);
}
/**
* element : PresenceStatusOnDeclineId of type {urn:tooling.soap.sforce.com}ID
* java type: java.lang.String
*/
private boolean PresenceStatusOnDeclineId__is_set = false;
private java.lang.String PresenceStatusOnDeclineId;
public java.lang.String getPresenceStatusOnDeclineId() {
return PresenceStatusOnDeclineId;
}
public void setPresenceStatusOnDeclineId(java.lang.String PresenceStatusOnDeclineId) {
this.PresenceStatusOnDeclineId = PresenceStatusOnDeclineId;
PresenceStatusOnDeclineId__is_set = true;
}
protected void setPresenceStatusOnDeclineId(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("PresenceStatusOnDeclineId", "urn:sobject.tooling.soap.sforce.com","PresenceStatusOnDeclineId","urn:tooling.soap.sforce.com","ID",0,1,true))) {
setPresenceStatusOnDeclineId(__typeMapper.readString(__in, _lookupTypeInfo("PresenceStatusOnDeclineId", "urn:sobject.tooling.soap.sforce.com","PresenceStatusOnDeclineId","urn:tooling.soap.sforce.com","ID",0,1,true), java.lang.String.class));
}
}
private void writeFieldPresenceStatusOnDeclineId(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
__typeMapper.writeObject(__out, _lookupTypeInfo("PresenceStatusOnDeclineId", "urn:sobject.tooling.soap.sforce.com","PresenceStatusOnDeclineId","urn:tooling.soap.sforce.com","ID",0,1,true), PresenceStatusOnDeclineId, PresenceStatusOnDeclineId__is_set);
}
/**
* element : PresenceStatusOnPushTimeout of type {urn:sobject.tooling.soap.sforce.com}ServicePresenceStatus
* java type: com.sforce.soap.tooling.sobject.ServicePresenceStatus
*/
private boolean PresenceStatusOnPushTimeout__is_set = false;
private com.sforce.soap.tooling.sobject.ServicePresenceStatus PresenceStatusOnPushTimeout;
public com.sforce.soap.tooling.sobject.ServicePresenceStatus getPresenceStatusOnPushTimeout() {
return PresenceStatusOnPushTimeout;
}
public void setPresenceStatusOnPushTimeout(com.sforce.soap.tooling.sobject.ServicePresenceStatus PresenceStatusOnPushTimeout) {
this.PresenceStatusOnPushTimeout = PresenceStatusOnPushTimeout;
PresenceStatusOnPushTimeout__is_set = true;
}
protected void setPresenceStatusOnPushTimeout(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("PresenceStatusOnPushTimeout", "urn:sobject.tooling.soap.sforce.com","PresenceStatusOnPushTimeout","urn:sobject.tooling.soap.sforce.com","ServicePresenceStatus",0,1,true))) {
setPresenceStatusOnPushTimeout((com.sforce.soap.tooling.sobject.ServicePresenceStatus)__typeMapper.readObject(__in, _lookupTypeInfo("PresenceStatusOnPushTimeout", "urn:sobject.tooling.soap.sforce.com","PresenceStatusOnPushTimeout","urn:sobject.tooling.soap.sforce.com","ServicePresenceStatus",0,1,true), com.sforce.soap.tooling.sobject.ServicePresenceStatus.class));
}
}
private void writeFieldPresenceStatusOnPushTimeout(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
__typeMapper.writeObject(__out, _lookupTypeInfo("PresenceStatusOnPushTimeout", "urn:sobject.tooling.soap.sforce.com","PresenceStatusOnPushTimeout","urn:sobject.tooling.soap.sforce.com","ServicePresenceStatus",0,1,true), PresenceStatusOnPushTimeout, PresenceStatusOnPushTimeout__is_set);
}
/**
* element : PresenceStatusOnPushTimeoutId of type {urn:tooling.soap.sforce.com}ID
* java type: java.lang.String
*/
private boolean PresenceStatusOnPushTimeoutId__is_set = false;
private java.lang.String PresenceStatusOnPushTimeoutId;
public java.lang.String getPresenceStatusOnPushTimeoutId() {
return PresenceStatusOnPushTimeoutId;
}
public void setPresenceStatusOnPushTimeoutId(java.lang.String PresenceStatusOnPushTimeoutId) {
this.PresenceStatusOnPushTimeoutId = PresenceStatusOnPushTimeoutId;
PresenceStatusOnPushTimeoutId__is_set = true;
}
protected void setPresenceStatusOnPushTimeoutId(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("PresenceStatusOnPushTimeoutId", "urn:sobject.tooling.soap.sforce.com","PresenceStatusOnPushTimeoutId","urn:tooling.soap.sforce.com","ID",0,1,true))) {
setPresenceStatusOnPushTimeoutId(__typeMapper.readString(__in, _lookupTypeInfo("PresenceStatusOnPushTimeoutId", "urn:sobject.tooling.soap.sforce.com","PresenceStatusOnPushTimeoutId","urn:tooling.soap.sforce.com","ID",0,1,true), java.lang.String.class));
}
}
private void writeFieldPresenceStatusOnPushTimeoutId(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
__typeMapper.writeObject(__out, _lookupTypeInfo("PresenceStatusOnPushTimeoutId", "urn:sobject.tooling.soap.sforce.com","PresenceStatusOnPushTimeoutId","urn:tooling.soap.sforce.com","ID",0,1,true), PresenceStatusOnPushTimeoutId, PresenceStatusOnPushTimeoutId__is_set);
}
/**
* element : SoundLength of type {http://www.w3.org/2001/XMLSchema}int
* java type: java.lang.Integer
*/
private boolean SoundLength__is_set = false;
private java.lang.Integer SoundLength;
public java.lang.Integer getSoundLength() {
return SoundLength;
}
public void setSoundLength(java.lang.Integer SoundLength) {
this.SoundLength = SoundLength;
SoundLength__is_set = true;
}
protected void setSoundLength(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("SoundLength", "urn:sobject.tooling.soap.sforce.com","SoundLength","http://www.w3.org/2001/XMLSchema","int",0,1,true))) {
setSoundLength((java.lang.Integer)__typeMapper.readObject(__in, _lookupTypeInfo("SoundLength", "urn:sobject.tooling.soap.sforce.com","SoundLength","http://www.w3.org/2001/XMLSchema","int",0,1,true), java.lang.Integer.class));
}
}
private void writeFieldSoundLength(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
__typeMapper.writeObject(__out, _lookupTypeInfo("SoundLength", "urn:sobject.tooling.soap.sforce.com","SoundLength","http://www.w3.org/2001/XMLSchema","int",0,1,true), SoundLength, SoundLength__is_set);
}
/**
* element : SystemModstamp of type {http://www.w3.org/2001/XMLSchema}dateTime
* java type: java.util.Calendar
*/
private boolean SystemModstamp__is_set = false;
private java.util.Calendar SystemModstamp;
public java.util.Calendar getSystemModstamp() {
return SystemModstamp;
}
public void setSystemModstamp(java.util.Calendar SystemModstamp) {
this.SystemModstamp = SystemModstamp;
SystemModstamp__is_set = true;
}
protected void setSystemModstamp(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("SystemModstamp", "urn:sobject.tooling.soap.sforce.com","SystemModstamp","http://www.w3.org/2001/XMLSchema","dateTime",0,1,true))) {
setSystemModstamp((java.util.Calendar)__typeMapper.readObject(__in, _lookupTypeInfo("SystemModstamp", "urn:sobject.tooling.soap.sforce.com","SystemModstamp","http://www.w3.org/2001/XMLSchema","dateTime",0,1,true), java.util.Calendar.class));
}
}
private void writeFieldSystemModstamp(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
__typeMapper.writeObject(__out, _lookupTypeInfo("SystemModstamp", "urn:sobject.tooling.soap.sforce.com","SystemModstamp","http://www.w3.org/2001/XMLSchema","dateTime",0,1,true), SystemModstamp, SystemModstamp__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:sobject.tooling.soap.sforce.com", "PresenceUserConfig");
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("[PresenceUserConfig ");
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 {
writeFieldAcwExtensionDuration(__out, __typeMapper);
writeFieldAfterConvoWorkMaxTime(__out, __typeMapper);
writeFieldCapacity(__out, __typeMapper);
writeFieldCreatedBy(__out, __typeMapper);
writeFieldCreatedById(__out, __typeMapper);
writeFieldCreatedDate(__out, __typeMapper);
writeFieldCustomSound(__out, __typeMapper);
writeFieldCustomSoundId(__out, __typeMapper);
writeFieldDeveloperName(__out, __typeMapper);
writeFieldHasAcwExtensionEnabled(__out, __typeMapper);
writeFieldHasAfterConvoWorkTimer(__out, __typeMapper);
writeFieldInterruptibleCapacity(__out, __typeMapper);
writeFieldIsDeleted(__out, __typeMapper);
writeFieldLanguage(__out, __typeMapper);
writeFieldLastModifiedBy(__out, __typeMapper);
writeFieldLastModifiedById(__out, __typeMapper);
writeFieldLastModifiedDate(__out, __typeMapper);
writeFieldMasterLabel(__out, __typeMapper);
writeFieldMaxExtensions(__out, __typeMapper);
writeFieldOptionsIsAllowAnyDestinationFlowForTransferEnabled(__out, __typeMapper);
writeFieldOptionsIsAllowAnyDestinationProfileForTransferEnabled(__out, __typeMapper);
writeFieldOptionsIsAllowAnyDestinationQueueForTransferEnabled(__out, __typeMapper);
writeFieldOptionsIsAutoAcceptEnabled(__out, __typeMapper);
writeFieldOptionsIsDeclineEnabled(__out, __typeMapper);
writeFieldOptionsIsDeclineReasonEnabled(__out, __typeMapper);
writeFieldOptionsIsDisconnectSoundEnabled(__out, __typeMapper);
writeFieldOptionsIsRequestSoundEnabled(__out, __typeMapper);
writeFieldPresenceStatusOnDecline(__out, __typeMapper);
writeFieldPresenceStatusOnDeclineId(__out, __typeMapper);
writeFieldPresenceStatusOnPushTimeout(__out, __typeMapper);
writeFieldPresenceStatusOnPushTimeoutId(__out, __typeMapper);
writeFieldSoundLength(__out, __typeMapper);
writeFieldSystemModstamp(__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 {
setAcwExtensionDuration(__in, __typeMapper);
setAfterConvoWorkMaxTime(__in, __typeMapper);
setCapacity(__in, __typeMapper);
setCreatedBy(__in, __typeMapper);
setCreatedById(__in, __typeMapper);
setCreatedDate(__in, __typeMapper);
setCustomSound(__in, __typeMapper);
setCustomSoundId(__in, __typeMapper);
setDeveloperName(__in, __typeMapper);
setHasAcwExtensionEnabled(__in, __typeMapper);
setHasAfterConvoWorkTimer(__in, __typeMapper);
setInterruptibleCapacity(__in, __typeMapper);
setIsDeleted(__in, __typeMapper);
setLanguage(__in, __typeMapper);
setLastModifiedBy(__in, __typeMapper);
setLastModifiedById(__in, __typeMapper);
setLastModifiedDate(__in, __typeMapper);
setMasterLabel(__in, __typeMapper);
setMaxExtensions(__in, __typeMapper);
setOptionsIsAllowAnyDestinationFlowForTransferEnabled(__in, __typeMapper);
setOptionsIsAllowAnyDestinationProfileForTransferEnabled(__in, __typeMapper);
setOptionsIsAllowAnyDestinationQueueForTransferEnabled(__in, __typeMapper);
setOptionsIsAutoAcceptEnabled(__in, __typeMapper);
setOptionsIsDeclineEnabled(__in, __typeMapper);
setOptionsIsDeclineReasonEnabled(__in, __typeMapper);
setOptionsIsDisconnectSoundEnabled(__in, __typeMapper);
setOptionsIsRequestSoundEnabled(__in, __typeMapper);
setPresenceStatusOnDecline(__in, __typeMapper);
setPresenceStatusOnDeclineId(__in, __typeMapper);
setPresenceStatusOnPushTimeout(__in, __typeMapper);
setPresenceStatusOnPushTimeoutId(__in, __typeMapper);
setSoundLength(__in, __typeMapper);
setSystemModstamp(__in, __typeMapper);
}
private void toString1(StringBuilder sb) {
toStringHelper(sb, "AcwExtensionDuration", AcwExtensionDuration);
toStringHelper(sb, "AfterConvoWorkMaxTime", AfterConvoWorkMaxTime);
toStringHelper(sb, "Capacity", Capacity);
toStringHelper(sb, "CreatedBy", CreatedBy);
toStringHelper(sb, "CreatedById", CreatedById);
toStringHelper(sb, "CreatedDate", CreatedDate);
toStringHelper(sb, "CustomSound", CustomSound);
toStringHelper(sb, "CustomSoundId", CustomSoundId);
toStringHelper(sb, "DeveloperName", DeveloperName);
toStringHelper(sb, "HasAcwExtensionEnabled", HasAcwExtensionEnabled);
toStringHelper(sb, "HasAfterConvoWorkTimer", HasAfterConvoWorkTimer);
toStringHelper(sb, "InterruptibleCapacity", InterruptibleCapacity);
toStringHelper(sb, "IsDeleted", IsDeleted);
toStringHelper(sb, "Language", Language);
toStringHelper(sb, "LastModifiedBy", LastModifiedBy);
toStringHelper(sb, "LastModifiedById", LastModifiedById);
toStringHelper(sb, "LastModifiedDate", LastModifiedDate);
toStringHelper(sb, "MasterLabel", MasterLabel);
toStringHelper(sb, "MaxExtensions", MaxExtensions);
toStringHelper(sb, "OptionsIsAllowAnyDestinationFlowForTransferEnabled", OptionsIsAllowAnyDestinationFlowForTransferEnabled);
toStringHelper(sb, "OptionsIsAllowAnyDestinationProfileForTransferEnabled", OptionsIsAllowAnyDestinationProfileForTransferEnabled);
toStringHelper(sb, "OptionsIsAllowAnyDestinationQueueForTransferEnabled", OptionsIsAllowAnyDestinationQueueForTransferEnabled);
toStringHelper(sb, "OptionsIsAutoAcceptEnabled", OptionsIsAutoAcceptEnabled);
toStringHelper(sb, "OptionsIsDeclineEnabled", OptionsIsDeclineEnabled);
toStringHelper(sb, "OptionsIsDeclineReasonEnabled", OptionsIsDeclineReasonEnabled);
toStringHelper(sb, "OptionsIsDisconnectSoundEnabled", OptionsIsDisconnectSoundEnabled);
toStringHelper(sb, "OptionsIsRequestSoundEnabled", OptionsIsRequestSoundEnabled);
toStringHelper(sb, "PresenceStatusOnDecline", PresenceStatusOnDecline);
toStringHelper(sb, "PresenceStatusOnDeclineId", PresenceStatusOnDeclineId);
toStringHelper(sb, "PresenceStatusOnPushTimeout", PresenceStatusOnPushTimeout);
toStringHelper(sb, "PresenceStatusOnPushTimeoutId", PresenceStatusOnPushTimeoutId);
toStringHelper(sb, "SoundLength", SoundLength);
toStringHelper(sb, "SystemModstamp", SystemModstamp);
}
}