950 lines
54 KiB
Java
950 lines
54 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 EACSettings extends com.sforce.soap.tooling.sobject.SObject {
|
|
|
|
/**
|
|
* Constructor
|
|
*/
|
|
public EACSettings() {}
|
|
|
|
/* 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 : AddRcCompToFlexiPages of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: java.lang.Boolean
|
|
*/
|
|
private boolean AddRcCompToFlexiPages__is_set = false;
|
|
|
|
private java.lang.Boolean AddRcCompToFlexiPages;
|
|
|
|
public java.lang.Boolean getAddRcCompToFlexiPages() {
|
|
return AddRcCompToFlexiPages;
|
|
}
|
|
|
|
public void setAddRcCompToFlexiPages(java.lang.Boolean AddRcCompToFlexiPages) {
|
|
this.AddRcCompToFlexiPages = AddRcCompToFlexiPages;
|
|
AddRcCompToFlexiPages__is_set = true;
|
|
}
|
|
|
|
protected void setAddRcCompToFlexiPages(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("AddRcCompToFlexiPages", "urn:sobject.tooling.soap.sforce.com","AddRcCompToFlexiPages","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setAddRcCompToFlexiPages((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("AddRcCompToFlexiPages", "urn:sobject.tooling.soap.sforce.com","AddRcCompToFlexiPages","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldAddRcCompToFlexiPages(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("AddRcCompToFlexiPages", "urn:sobject.tooling.soap.sforce.com","AddRcCompToFlexiPages","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), AddRcCompToFlexiPages, AddRcCompToFlexiPages__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : AutoContactCreationPref of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: java.lang.Boolean
|
|
*/
|
|
private boolean AutoContactCreationPref__is_set = false;
|
|
|
|
private java.lang.Boolean AutoContactCreationPref;
|
|
|
|
public java.lang.Boolean getAutoContactCreationPref() {
|
|
return AutoContactCreationPref;
|
|
}
|
|
|
|
public void setAutoContactCreationPref(java.lang.Boolean AutoContactCreationPref) {
|
|
this.AutoContactCreationPref = AutoContactCreationPref;
|
|
AutoContactCreationPref__is_set = true;
|
|
}
|
|
|
|
protected void setAutoContactCreationPref(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("AutoContactCreationPref", "urn:sobject.tooling.soap.sforce.com","AutoContactCreationPref","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setAutoContactCreationPref((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("AutoContactCreationPref", "urn:sobject.tooling.soap.sforce.com","AutoContactCreationPref","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldAutoContactCreationPref(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("AutoContactCreationPref", "urn:sobject.tooling.soap.sforce.com","AutoContactCreationPref","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), AutoContactCreationPref, AutoContactCreationPref__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : AutoContactEnrichmentPref of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: java.lang.Boolean
|
|
*/
|
|
private boolean AutoContactEnrichmentPref__is_set = false;
|
|
|
|
private java.lang.Boolean AutoContactEnrichmentPref;
|
|
|
|
public java.lang.Boolean getAutoContactEnrichmentPref() {
|
|
return AutoContactEnrichmentPref;
|
|
}
|
|
|
|
public void setAutoContactEnrichmentPref(java.lang.Boolean AutoContactEnrichmentPref) {
|
|
this.AutoContactEnrichmentPref = AutoContactEnrichmentPref;
|
|
AutoContactEnrichmentPref__is_set = true;
|
|
}
|
|
|
|
protected void setAutoContactEnrichmentPref(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("AutoContactEnrichmentPref", "urn:sobject.tooling.soap.sforce.com","AutoContactEnrichmentPref","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setAutoContactEnrichmentPref((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("AutoContactEnrichmentPref", "urn:sobject.tooling.soap.sforce.com","AutoContactEnrichmentPref","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldAutoContactEnrichmentPref(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("AutoContactEnrichmentPref", "urn:sobject.tooling.soap.sforce.com","AutoContactEnrichmentPref","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), AutoContactEnrichmentPref, AutoContactEnrichmentPref__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : AutoPopulateGoogleMeetLinks of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: java.lang.Boolean
|
|
*/
|
|
private boolean AutoPopulateGoogleMeetLinks__is_set = false;
|
|
|
|
private java.lang.Boolean AutoPopulateGoogleMeetLinks;
|
|
|
|
public java.lang.Boolean getAutoPopulateGoogleMeetLinks() {
|
|
return AutoPopulateGoogleMeetLinks;
|
|
}
|
|
|
|
public void setAutoPopulateGoogleMeetLinks(java.lang.Boolean AutoPopulateGoogleMeetLinks) {
|
|
this.AutoPopulateGoogleMeetLinks = AutoPopulateGoogleMeetLinks;
|
|
AutoPopulateGoogleMeetLinks__is_set = true;
|
|
}
|
|
|
|
protected void setAutoPopulateGoogleMeetLinks(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("AutoPopulateGoogleMeetLinks", "urn:sobject.tooling.soap.sforce.com","AutoPopulateGoogleMeetLinks","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setAutoPopulateGoogleMeetLinks((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("AutoPopulateGoogleMeetLinks", "urn:sobject.tooling.soap.sforce.com","AutoPopulateGoogleMeetLinks","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldAutoPopulateGoogleMeetLinks(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("AutoPopulateGoogleMeetLinks", "urn:sobject.tooling.soap.sforce.com","AutoPopulateGoogleMeetLinks","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), AutoPopulateGoogleMeetLinks, AutoPopulateGoogleMeetLinks__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : AutomatedEmailFilter of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: java.lang.Boolean
|
|
*/
|
|
private boolean AutomatedEmailFilter__is_set = false;
|
|
|
|
private java.lang.Boolean AutomatedEmailFilter;
|
|
|
|
public java.lang.Boolean getAutomatedEmailFilter() {
|
|
return AutomatedEmailFilter;
|
|
}
|
|
|
|
public void setAutomatedEmailFilter(java.lang.Boolean AutomatedEmailFilter) {
|
|
this.AutomatedEmailFilter = AutomatedEmailFilter;
|
|
AutomatedEmailFilter__is_set = true;
|
|
}
|
|
|
|
protected void setAutomatedEmailFilter(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("AutomatedEmailFilter", "urn:sobject.tooling.soap.sforce.com","AutomatedEmailFilter","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setAutomatedEmailFilter((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("AutomatedEmailFilter", "urn:sobject.tooling.soap.sforce.com","AutomatedEmailFilter","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldAutomatedEmailFilter(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("AutomatedEmailFilter", "urn:sobject.tooling.soap.sforce.com","AutomatedEmailFilter","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), AutomatedEmailFilter, AutomatedEmailFilter__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : DsThresholdNotification of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: java.lang.Boolean
|
|
*/
|
|
private boolean DsThresholdNotification__is_set = false;
|
|
|
|
private java.lang.Boolean DsThresholdNotification;
|
|
|
|
public java.lang.Boolean getDsThresholdNotification() {
|
|
return DsThresholdNotification;
|
|
}
|
|
|
|
public void setDsThresholdNotification(java.lang.Boolean DsThresholdNotification) {
|
|
this.DsThresholdNotification = DsThresholdNotification;
|
|
DsThresholdNotification__is_set = true;
|
|
}
|
|
|
|
protected void setDsThresholdNotification(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("DsThresholdNotification", "urn:sobject.tooling.soap.sforce.com","DsThresholdNotification","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setDsThresholdNotification((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("DsThresholdNotification", "urn:sobject.tooling.soap.sforce.com","DsThresholdNotification","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldDsThresholdNotification(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("DsThresholdNotification", "urn:sobject.tooling.soap.sforce.com","DsThresholdNotification","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), DsThresholdNotification, DsThresholdNotification__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : DurableId of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean DurableId__is_set = false;
|
|
|
|
private java.lang.String DurableId;
|
|
|
|
public java.lang.String getDurableId() {
|
|
return DurableId;
|
|
}
|
|
|
|
public void setDurableId(java.lang.String DurableId) {
|
|
this.DurableId = DurableId;
|
|
DurableId__is_set = true;
|
|
}
|
|
|
|
protected void setDurableId(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("DurableId", "urn:sobject.tooling.soap.sforce.com","DurableId","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
|
setDurableId(__typeMapper.readString(__in, _lookupTypeInfo("DurableId", "urn:sobject.tooling.soap.sforce.com","DurableId","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldDurableId(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("DurableId", "urn:sobject.tooling.soap.sforce.com","DurableId","http://www.w3.org/2001/XMLSchema","string",0,1,true), DurableId, DurableId__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : FullName of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean FullName__is_set = false;
|
|
|
|
private java.lang.String FullName;
|
|
|
|
public java.lang.String getFullName() {
|
|
return FullName;
|
|
}
|
|
|
|
public void setFullName(java.lang.String FullName) {
|
|
this.FullName = FullName;
|
|
FullName__is_set = true;
|
|
}
|
|
|
|
protected void setFullName(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("FullName", "urn:sobject.tooling.soap.sforce.com","FullName","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
|
setFullName(__typeMapper.readString(__in, _lookupTypeInfo("FullName", "urn:sobject.tooling.soap.sforce.com","FullName","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldFullName(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("FullName", "urn:sobject.tooling.soap.sforce.com","FullName","http://www.w3.org/2001/XMLSchema","string",0,1,true), FullName, FullName__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : IsActivityAnalyticsPrefEnabled of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: java.lang.Boolean
|
|
*/
|
|
private boolean IsActivityAnalyticsPrefEnabled__is_set = false;
|
|
|
|
private java.lang.Boolean IsActivityAnalyticsPrefEnabled;
|
|
|
|
public java.lang.Boolean getIsActivityAnalyticsPrefEnabled() {
|
|
return IsActivityAnalyticsPrefEnabled;
|
|
}
|
|
|
|
public void setIsActivityAnalyticsPrefEnabled(java.lang.Boolean IsActivityAnalyticsPrefEnabled) {
|
|
this.IsActivityAnalyticsPrefEnabled = IsActivityAnalyticsPrefEnabled;
|
|
IsActivityAnalyticsPrefEnabled__is_set = true;
|
|
}
|
|
|
|
protected void setIsActivityAnalyticsPrefEnabled(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("IsActivityAnalyticsPrefEnabled", "urn:sobject.tooling.soap.sforce.com","IsActivityAnalyticsPrefEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setIsActivityAnalyticsPrefEnabled((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsActivityAnalyticsPrefEnabled", "urn:sobject.tooling.soap.sforce.com","IsActivityAnalyticsPrefEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldIsActivityAnalyticsPrefEnabled(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("IsActivityAnalyticsPrefEnabled", "urn:sobject.tooling.soap.sforce.com","IsActivityAnalyticsPrefEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsActivityAnalyticsPrefEnabled, IsActivityAnalyticsPrefEnabled__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : IsActivityCaptureEnabled of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: java.lang.Boolean
|
|
*/
|
|
private boolean IsActivityCaptureEnabled__is_set = false;
|
|
|
|
private java.lang.Boolean IsActivityCaptureEnabled;
|
|
|
|
public java.lang.Boolean getIsActivityCaptureEnabled() {
|
|
return IsActivityCaptureEnabled;
|
|
}
|
|
|
|
public void setIsActivityCaptureEnabled(java.lang.Boolean IsActivityCaptureEnabled) {
|
|
this.IsActivityCaptureEnabled = IsActivityCaptureEnabled;
|
|
IsActivityCaptureEnabled__is_set = true;
|
|
}
|
|
|
|
protected void setIsActivityCaptureEnabled(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("IsActivityCaptureEnabled", "urn:sobject.tooling.soap.sforce.com","IsActivityCaptureEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setIsActivityCaptureEnabled((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsActivityCaptureEnabled", "urn:sobject.tooling.soap.sforce.com","IsActivityCaptureEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldIsActivityCaptureEnabled(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("IsActivityCaptureEnabled", "urn:sobject.tooling.soap.sforce.com","IsActivityCaptureEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsActivityCaptureEnabled, IsActivityCaptureEnabled__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : IsActivityMetricsEnabled of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: java.lang.Boolean
|
|
*/
|
|
private boolean IsActivityMetricsEnabled__is_set = false;
|
|
|
|
private java.lang.Boolean IsActivityMetricsEnabled;
|
|
|
|
public java.lang.Boolean getIsActivityMetricsEnabled() {
|
|
return IsActivityMetricsEnabled;
|
|
}
|
|
|
|
public void setIsActivityMetricsEnabled(java.lang.Boolean IsActivityMetricsEnabled) {
|
|
this.IsActivityMetricsEnabled = IsActivityMetricsEnabled;
|
|
IsActivityMetricsEnabled__is_set = true;
|
|
}
|
|
|
|
protected void setIsActivityMetricsEnabled(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("IsActivityMetricsEnabled", "urn:sobject.tooling.soap.sforce.com","IsActivityMetricsEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setIsActivityMetricsEnabled((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsActivityMetricsEnabled", "urn:sobject.tooling.soap.sforce.com","IsActivityMetricsEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldIsActivityMetricsEnabled(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("IsActivityMetricsEnabled", "urn:sobject.tooling.soap.sforce.com","IsActivityMetricsEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsActivityMetricsEnabled, IsActivityMetricsEnabled__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : IsActivitySyncEngineEnabled of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: java.lang.Boolean
|
|
*/
|
|
private boolean IsActivitySyncEngineEnabled__is_set = false;
|
|
|
|
private java.lang.Boolean IsActivitySyncEngineEnabled;
|
|
|
|
public java.lang.Boolean getIsActivitySyncEngineEnabled() {
|
|
return IsActivitySyncEngineEnabled;
|
|
}
|
|
|
|
public void setIsActivitySyncEngineEnabled(java.lang.Boolean IsActivitySyncEngineEnabled) {
|
|
this.IsActivitySyncEngineEnabled = IsActivitySyncEngineEnabled;
|
|
IsActivitySyncEngineEnabled__is_set = true;
|
|
}
|
|
|
|
protected void setIsActivitySyncEngineEnabled(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("IsActivitySyncEngineEnabled", "urn:sobject.tooling.soap.sforce.com","IsActivitySyncEngineEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setIsActivitySyncEngineEnabled((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsActivitySyncEngineEnabled", "urn:sobject.tooling.soap.sforce.com","IsActivitySyncEngineEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldIsActivitySyncEngineEnabled(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("IsActivitySyncEngineEnabled", "urn:sobject.tooling.soap.sforce.com","IsActivitySyncEngineEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsActivitySyncEngineEnabled, IsActivitySyncEngineEnabled__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : IsEacForEveryonePrefEnabled of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: java.lang.Boolean
|
|
*/
|
|
private boolean IsEacForEveryonePrefEnabled__is_set = false;
|
|
|
|
private java.lang.Boolean IsEacForEveryonePrefEnabled;
|
|
|
|
public java.lang.Boolean getIsEacForEveryonePrefEnabled() {
|
|
return IsEacForEveryonePrefEnabled;
|
|
}
|
|
|
|
public void setIsEacForEveryonePrefEnabled(java.lang.Boolean IsEacForEveryonePrefEnabled) {
|
|
this.IsEacForEveryonePrefEnabled = IsEacForEveryonePrefEnabled;
|
|
IsEacForEveryonePrefEnabled__is_set = true;
|
|
}
|
|
|
|
protected void setIsEacForEveryonePrefEnabled(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("IsEacForEveryonePrefEnabled", "urn:sobject.tooling.soap.sforce.com","IsEacForEveryonePrefEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setIsEacForEveryonePrefEnabled((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsEacForEveryonePrefEnabled", "urn:sobject.tooling.soap.sforce.com","IsEacForEveryonePrefEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldIsEacForEveryonePrefEnabled(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("IsEacForEveryonePrefEnabled", "urn:sobject.tooling.soap.sforce.com","IsEacForEveryonePrefEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsEacForEveryonePrefEnabled, IsEacForEveryonePrefEnabled__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : IsEnforceEacSharingPrefEnabled of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: java.lang.Boolean
|
|
*/
|
|
private boolean IsEnforceEacSharingPrefEnabled__is_set = false;
|
|
|
|
private java.lang.Boolean IsEnforceEacSharingPrefEnabled;
|
|
|
|
public java.lang.Boolean getIsEnforceEacSharingPrefEnabled() {
|
|
return IsEnforceEacSharingPrefEnabled;
|
|
}
|
|
|
|
public void setIsEnforceEacSharingPrefEnabled(java.lang.Boolean IsEnforceEacSharingPrefEnabled) {
|
|
this.IsEnforceEacSharingPrefEnabled = IsEnforceEacSharingPrefEnabled;
|
|
IsEnforceEacSharingPrefEnabled__is_set = true;
|
|
}
|
|
|
|
protected void setIsEnforceEacSharingPrefEnabled(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("IsEnforceEacSharingPrefEnabled", "urn:sobject.tooling.soap.sforce.com","IsEnforceEacSharingPrefEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setIsEnforceEacSharingPrefEnabled((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsEnforceEacSharingPrefEnabled", "urn:sobject.tooling.soap.sforce.com","IsEnforceEacSharingPrefEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldIsEnforceEacSharingPrefEnabled(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("IsEnforceEacSharingPrefEnabled", "urn:sobject.tooling.soap.sforce.com","IsEnforceEacSharingPrefEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsEnforceEacSharingPrefEnabled, IsEnforceEacSharingPrefEnabled__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : IsInboxActivitySharingEnabled of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: java.lang.Boolean
|
|
*/
|
|
private boolean IsInboxActivitySharingEnabled__is_set = false;
|
|
|
|
private java.lang.Boolean IsInboxActivitySharingEnabled;
|
|
|
|
public java.lang.Boolean getIsInboxActivitySharingEnabled() {
|
|
return IsInboxActivitySharingEnabled;
|
|
}
|
|
|
|
public void setIsInboxActivitySharingEnabled(java.lang.Boolean IsInboxActivitySharingEnabled) {
|
|
this.IsInboxActivitySharingEnabled = IsInboxActivitySharingEnabled;
|
|
IsInboxActivitySharingEnabled__is_set = true;
|
|
}
|
|
|
|
protected void setIsInboxActivitySharingEnabled(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("IsInboxActivitySharingEnabled", "urn:sobject.tooling.soap.sforce.com","IsInboxActivitySharingEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setIsInboxActivitySharingEnabled((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsInboxActivitySharingEnabled", "urn:sobject.tooling.soap.sforce.com","IsInboxActivitySharingEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldIsInboxActivitySharingEnabled(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("IsInboxActivitySharingEnabled", "urn:sobject.tooling.soap.sforce.com","IsInboxActivitySharingEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsInboxActivitySharingEnabled, IsInboxActivitySharingEnabled__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : IsInsightsInTimelineEacStdEnabled of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: java.lang.Boolean
|
|
*/
|
|
private boolean IsInsightsInTimelineEacStdEnabled__is_set = false;
|
|
|
|
private java.lang.Boolean IsInsightsInTimelineEacStdEnabled;
|
|
|
|
public java.lang.Boolean getIsInsightsInTimelineEacStdEnabled() {
|
|
return IsInsightsInTimelineEacStdEnabled;
|
|
}
|
|
|
|
public void setIsInsightsInTimelineEacStdEnabled(java.lang.Boolean IsInsightsInTimelineEacStdEnabled) {
|
|
this.IsInsightsInTimelineEacStdEnabled = IsInsightsInTimelineEacStdEnabled;
|
|
IsInsightsInTimelineEacStdEnabled__is_set = true;
|
|
}
|
|
|
|
protected void setIsInsightsInTimelineEacStdEnabled(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("IsInsightsInTimelineEacStdEnabled", "urn:sobject.tooling.soap.sforce.com","IsInsightsInTimelineEacStdEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setIsInsightsInTimelineEacStdEnabled((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsInsightsInTimelineEacStdEnabled", "urn:sobject.tooling.soap.sforce.com","IsInsightsInTimelineEacStdEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldIsInsightsInTimelineEacStdEnabled(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("IsInsightsInTimelineEacStdEnabled", "urn:sobject.tooling.soap.sforce.com","IsInsightsInTimelineEacStdEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsInsightsInTimelineEacStdEnabled, IsInsightsInTimelineEacStdEnabled__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : IsInsightsInTimelineEnabled of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: java.lang.Boolean
|
|
*/
|
|
private boolean IsInsightsInTimelineEnabled__is_set = false;
|
|
|
|
private java.lang.Boolean IsInsightsInTimelineEnabled;
|
|
|
|
public java.lang.Boolean getIsInsightsInTimelineEnabled() {
|
|
return IsInsightsInTimelineEnabled;
|
|
}
|
|
|
|
public void setIsInsightsInTimelineEnabled(java.lang.Boolean IsInsightsInTimelineEnabled) {
|
|
this.IsInsightsInTimelineEnabled = IsInsightsInTimelineEnabled;
|
|
IsInsightsInTimelineEnabled__is_set = true;
|
|
}
|
|
|
|
protected void setIsInsightsInTimelineEnabled(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("IsInsightsInTimelineEnabled", "urn:sobject.tooling.soap.sforce.com","IsInsightsInTimelineEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setIsInsightsInTimelineEnabled((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsInsightsInTimelineEnabled", "urn:sobject.tooling.soap.sforce.com","IsInsightsInTimelineEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldIsInsightsInTimelineEnabled(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("IsInsightsInTimelineEnabled", "urn:sobject.tooling.soap.sforce.com","IsInsightsInTimelineEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsInsightsInTimelineEnabled, IsInsightsInTimelineEnabled__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : IsUnifiedActivitiesPrefEnabled of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: java.lang.Boolean
|
|
*/
|
|
private boolean IsUnifiedActivitiesPrefEnabled__is_set = false;
|
|
|
|
private java.lang.Boolean IsUnifiedActivitiesPrefEnabled;
|
|
|
|
public java.lang.Boolean getIsUnifiedActivitiesPrefEnabled() {
|
|
return IsUnifiedActivitiesPrefEnabled;
|
|
}
|
|
|
|
public void setIsUnifiedActivitiesPrefEnabled(java.lang.Boolean IsUnifiedActivitiesPrefEnabled) {
|
|
this.IsUnifiedActivitiesPrefEnabled = IsUnifiedActivitiesPrefEnabled;
|
|
IsUnifiedActivitiesPrefEnabled__is_set = true;
|
|
}
|
|
|
|
protected void setIsUnifiedActivitiesPrefEnabled(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("IsUnifiedActivitiesPrefEnabled", "urn:sobject.tooling.soap.sforce.com","IsUnifiedActivitiesPrefEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setIsUnifiedActivitiesPrefEnabled((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsUnifiedActivitiesPrefEnabled", "urn:sobject.tooling.soap.sforce.com","IsUnifiedActivitiesPrefEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldIsUnifiedActivitiesPrefEnabled(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("IsUnifiedActivitiesPrefEnabled", "urn:sobject.tooling.soap.sforce.com","IsUnifiedActivitiesPrefEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsUnifiedActivitiesPrefEnabled, IsUnifiedActivitiesPrefEnabled__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : Metadata of type {urn:metadata.tooling.soap.sforce.com}EACSettings
|
|
* java type: com.sforce.soap.tooling.metadata.EACSettings
|
|
*/
|
|
private boolean Metadata__is_set = false;
|
|
|
|
private com.sforce.soap.tooling.metadata.EACSettings Metadata;
|
|
|
|
public com.sforce.soap.tooling.metadata.EACSettings getMetadata() {
|
|
return Metadata;
|
|
}
|
|
|
|
public void setMetadata(com.sforce.soap.tooling.metadata.EACSettings Metadata) {
|
|
this.Metadata = Metadata;
|
|
Metadata__is_set = true;
|
|
}
|
|
|
|
protected void setMetadata(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("Metadata", "urn:sobject.tooling.soap.sforce.com","Metadata","urn:metadata.tooling.soap.sforce.com","EACSettings",0,1,true))) {
|
|
setMetadata((com.sforce.soap.tooling.metadata.EACSettings)__typeMapper.readObject(__in, _lookupTypeInfo("Metadata", "urn:sobject.tooling.soap.sforce.com","Metadata","urn:metadata.tooling.soap.sforce.com","EACSettings",0,1,true), com.sforce.soap.tooling.metadata.EACSettings.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldMetadata(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("Metadata", "urn:sobject.tooling.soap.sforce.com","Metadata","urn:metadata.tooling.soap.sforce.com","EACSettings",0,1,true), Metadata, Metadata__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : ProvisionProductivityFeatures of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: java.lang.Boolean
|
|
*/
|
|
private boolean ProvisionProductivityFeatures__is_set = false;
|
|
|
|
private java.lang.Boolean ProvisionProductivityFeatures;
|
|
|
|
public java.lang.Boolean getProvisionProductivityFeatures() {
|
|
return ProvisionProductivityFeatures;
|
|
}
|
|
|
|
public void setProvisionProductivityFeatures(java.lang.Boolean ProvisionProductivityFeatures) {
|
|
this.ProvisionProductivityFeatures = ProvisionProductivityFeatures;
|
|
ProvisionProductivityFeatures__is_set = true;
|
|
}
|
|
|
|
protected void setProvisionProductivityFeatures(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("ProvisionProductivityFeatures", "urn:sobject.tooling.soap.sforce.com","ProvisionProductivityFeatures","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setProvisionProductivityFeatures((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("ProvisionProductivityFeatures", "urn:sobject.tooling.soap.sforce.com","ProvisionProductivityFeatures","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldProvisionProductivityFeatures(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("ProvisionProductivityFeatures", "urn:sobject.tooling.soap.sforce.com","ProvisionProductivityFeatures","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), ProvisionProductivityFeatures, ProvisionProductivityFeatures__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : RelationshipGraphPref of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: java.lang.Boolean
|
|
*/
|
|
private boolean RelationshipGraphPref__is_set = false;
|
|
|
|
private java.lang.Boolean RelationshipGraphPref;
|
|
|
|
public java.lang.Boolean getRelationshipGraphPref() {
|
|
return RelationshipGraphPref;
|
|
}
|
|
|
|
public void setRelationshipGraphPref(java.lang.Boolean RelationshipGraphPref) {
|
|
this.RelationshipGraphPref = RelationshipGraphPref;
|
|
RelationshipGraphPref__is_set = true;
|
|
}
|
|
|
|
protected void setRelationshipGraphPref(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("RelationshipGraphPref", "urn:sobject.tooling.soap.sforce.com","RelationshipGraphPref","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setRelationshipGraphPref((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("RelationshipGraphPref", "urn:sobject.tooling.soap.sforce.com","RelationshipGraphPref","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldRelationshipGraphPref(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("RelationshipGraphPref", "urn:sobject.tooling.soap.sforce.com","RelationshipGraphPref","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), RelationshipGraphPref, RelationshipGraphPref__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : S2XsvcAccEmail of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: java.lang.Boolean
|
|
*/
|
|
private boolean S2XsvcAccEmail__is_set = false;
|
|
|
|
private java.lang.Boolean S2XsvcAccEmail;
|
|
|
|
public java.lang.Boolean getS2XsvcAccEmail() {
|
|
return S2XsvcAccEmail;
|
|
}
|
|
|
|
public void setS2XsvcAccEmail(java.lang.Boolean S2XsvcAccEmail) {
|
|
this.S2XsvcAccEmail = S2XsvcAccEmail;
|
|
S2XsvcAccEmail__is_set = true;
|
|
}
|
|
|
|
protected void setS2XsvcAccEmail(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("S2XsvcAccEmail", "urn:sobject.tooling.soap.sforce.com","S2XsvcAccEmail","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setS2XsvcAccEmail((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("S2XsvcAccEmail", "urn:sobject.tooling.soap.sforce.com","S2XsvcAccEmail","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldS2XsvcAccEmail(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("S2XsvcAccEmail", "urn:sobject.tooling.soap.sforce.com","S2XsvcAccEmail","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), S2XsvcAccEmail, S2XsvcAccEmail__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : SalesforceEventsOnlyPref of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: java.lang.Boolean
|
|
*/
|
|
private boolean SalesforceEventsOnlyPref__is_set = false;
|
|
|
|
private java.lang.Boolean SalesforceEventsOnlyPref;
|
|
|
|
public java.lang.Boolean getSalesforceEventsOnlyPref() {
|
|
return SalesforceEventsOnlyPref;
|
|
}
|
|
|
|
public void setSalesforceEventsOnlyPref(java.lang.Boolean SalesforceEventsOnlyPref) {
|
|
this.SalesforceEventsOnlyPref = SalesforceEventsOnlyPref;
|
|
SalesforceEventsOnlyPref__is_set = true;
|
|
}
|
|
|
|
protected void setSalesforceEventsOnlyPref(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("SalesforceEventsOnlyPref", "urn:sobject.tooling.soap.sforce.com","SalesforceEventsOnlyPref","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setSalesforceEventsOnlyPref((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("SalesforceEventsOnlyPref", "urn:sobject.tooling.soap.sforce.com","SalesforceEventsOnlyPref","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldSalesforceEventsOnlyPref(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("SalesforceEventsOnlyPref", "urn:sobject.tooling.soap.sforce.com","SalesforceEventsOnlyPref","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), SalesforceEventsOnlyPref, SalesforceEventsOnlyPref__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : SensitiveEmailFilter of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: java.lang.Boolean
|
|
*/
|
|
private boolean SensitiveEmailFilter__is_set = false;
|
|
|
|
private java.lang.Boolean SensitiveEmailFilter;
|
|
|
|
public java.lang.Boolean getSensitiveEmailFilter() {
|
|
return SensitiveEmailFilter;
|
|
}
|
|
|
|
public void setSensitiveEmailFilter(java.lang.Boolean SensitiveEmailFilter) {
|
|
this.SensitiveEmailFilter = SensitiveEmailFilter;
|
|
SensitiveEmailFilter__is_set = true;
|
|
}
|
|
|
|
protected void setSensitiveEmailFilter(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("SensitiveEmailFilter", "urn:sobject.tooling.soap.sforce.com","SensitiveEmailFilter","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setSensitiveEmailFilter((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("SensitiveEmailFilter", "urn:sobject.tooling.soap.sforce.com","SensitiveEmailFilter","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldSensitiveEmailFilter(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("SensitiveEmailFilter", "urn:sobject.tooling.soap.sforce.com","SensitiveEmailFilter","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), SensitiveEmailFilter, SensitiveEmailFilter__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : ShowEacCalendarPref of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: java.lang.Boolean
|
|
*/
|
|
private boolean ShowEacCalendarPref__is_set = false;
|
|
|
|
private java.lang.Boolean ShowEacCalendarPref;
|
|
|
|
public java.lang.Boolean getShowEacCalendarPref() {
|
|
return ShowEacCalendarPref;
|
|
}
|
|
|
|
public void setShowEacCalendarPref(java.lang.Boolean ShowEacCalendarPref) {
|
|
this.ShowEacCalendarPref = ShowEacCalendarPref;
|
|
ShowEacCalendarPref__is_set = true;
|
|
}
|
|
|
|
protected void setShowEacCalendarPref(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("ShowEacCalendarPref", "urn:sobject.tooling.soap.sforce.com","ShowEacCalendarPref","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setShowEacCalendarPref((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("ShowEacCalendarPref", "urn:sobject.tooling.soap.sforce.com","ShowEacCalendarPref","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldShowEacCalendarPref(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("ShowEacCalendarPref", "urn:sobject.tooling.soap.sforce.com","ShowEacCalendarPref","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), ShowEacCalendarPref, ShowEacCalendarPref__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : SyncEmailToCoreActivity of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: java.lang.Boolean
|
|
*/
|
|
private boolean SyncEmailToCoreActivity__is_set = false;
|
|
|
|
private java.lang.Boolean SyncEmailToCoreActivity;
|
|
|
|
public java.lang.Boolean getSyncEmailToCoreActivity() {
|
|
return SyncEmailToCoreActivity;
|
|
}
|
|
|
|
public void setSyncEmailToCoreActivity(java.lang.Boolean SyncEmailToCoreActivity) {
|
|
this.SyncEmailToCoreActivity = SyncEmailToCoreActivity;
|
|
SyncEmailToCoreActivity__is_set = true;
|
|
}
|
|
|
|
protected void setSyncEmailToCoreActivity(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("SyncEmailToCoreActivity", "urn:sobject.tooling.soap.sforce.com","SyncEmailToCoreActivity","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setSyncEmailToCoreActivity((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("SyncEmailToCoreActivity", "urn:sobject.tooling.soap.sforce.com","SyncEmailToCoreActivity","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldSyncEmailToCoreActivity(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("SyncEmailToCoreActivity", "urn:sobject.tooling.soap.sforce.com","SyncEmailToCoreActivity","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), SyncEmailToCoreActivity, SyncEmailToCoreActivity__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : SyncInternalEvents of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: java.lang.Boolean
|
|
*/
|
|
private boolean SyncInternalEvents__is_set = false;
|
|
|
|
private java.lang.Boolean SyncInternalEvents;
|
|
|
|
public java.lang.Boolean getSyncInternalEvents() {
|
|
return SyncInternalEvents;
|
|
}
|
|
|
|
public void setSyncInternalEvents(java.lang.Boolean SyncInternalEvents) {
|
|
this.SyncInternalEvents = SyncInternalEvents;
|
|
SyncInternalEvents__is_set = true;
|
|
}
|
|
|
|
protected void setSyncInternalEvents(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("SyncInternalEvents", "urn:sobject.tooling.soap.sforce.com","SyncInternalEvents","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setSyncInternalEvents((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("SyncInternalEvents", "urn:sobject.tooling.soap.sforce.com","SyncInternalEvents","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldSyncInternalEvents(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("SyncInternalEvents", "urn:sobject.tooling.soap.sforce.com","SyncInternalEvents","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), SyncInternalEvents, SyncInternalEvents__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", "EACSettings");
|
|
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("[EACSettings ");
|
|
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 {
|
|
writeFieldAddRcCompToFlexiPages(__out, __typeMapper);
|
|
writeFieldAutoContactCreationPref(__out, __typeMapper);
|
|
writeFieldAutoContactEnrichmentPref(__out, __typeMapper);
|
|
writeFieldAutoPopulateGoogleMeetLinks(__out, __typeMapper);
|
|
writeFieldAutomatedEmailFilter(__out, __typeMapper);
|
|
writeFieldDsThresholdNotification(__out, __typeMapper);
|
|
writeFieldDurableId(__out, __typeMapper);
|
|
writeFieldFullName(__out, __typeMapper);
|
|
writeFieldIsActivityAnalyticsPrefEnabled(__out, __typeMapper);
|
|
writeFieldIsActivityCaptureEnabled(__out, __typeMapper);
|
|
writeFieldIsActivityMetricsEnabled(__out, __typeMapper);
|
|
writeFieldIsActivitySyncEngineEnabled(__out, __typeMapper);
|
|
writeFieldIsEacForEveryonePrefEnabled(__out, __typeMapper);
|
|
writeFieldIsEnforceEacSharingPrefEnabled(__out, __typeMapper);
|
|
writeFieldIsInboxActivitySharingEnabled(__out, __typeMapper);
|
|
writeFieldIsInsightsInTimelineEacStdEnabled(__out, __typeMapper);
|
|
writeFieldIsInsightsInTimelineEnabled(__out, __typeMapper);
|
|
writeFieldIsUnifiedActivitiesPrefEnabled(__out, __typeMapper);
|
|
writeFieldMetadata(__out, __typeMapper);
|
|
writeFieldProvisionProductivityFeatures(__out, __typeMapper);
|
|
writeFieldRelationshipGraphPref(__out, __typeMapper);
|
|
writeFieldS2XsvcAccEmail(__out, __typeMapper);
|
|
writeFieldSalesforceEventsOnlyPref(__out, __typeMapper);
|
|
writeFieldSensitiveEmailFilter(__out, __typeMapper);
|
|
writeFieldShowEacCalendarPref(__out, __typeMapper);
|
|
writeFieldSyncEmailToCoreActivity(__out, __typeMapper);
|
|
writeFieldSyncInternalEvents(__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 {
|
|
setAddRcCompToFlexiPages(__in, __typeMapper);
|
|
setAutoContactCreationPref(__in, __typeMapper);
|
|
setAutoContactEnrichmentPref(__in, __typeMapper);
|
|
setAutoPopulateGoogleMeetLinks(__in, __typeMapper);
|
|
setAutomatedEmailFilter(__in, __typeMapper);
|
|
setDsThresholdNotification(__in, __typeMapper);
|
|
setDurableId(__in, __typeMapper);
|
|
setFullName(__in, __typeMapper);
|
|
setIsActivityAnalyticsPrefEnabled(__in, __typeMapper);
|
|
setIsActivityCaptureEnabled(__in, __typeMapper);
|
|
setIsActivityMetricsEnabled(__in, __typeMapper);
|
|
setIsActivitySyncEngineEnabled(__in, __typeMapper);
|
|
setIsEacForEveryonePrefEnabled(__in, __typeMapper);
|
|
setIsEnforceEacSharingPrefEnabled(__in, __typeMapper);
|
|
setIsInboxActivitySharingEnabled(__in, __typeMapper);
|
|
setIsInsightsInTimelineEacStdEnabled(__in, __typeMapper);
|
|
setIsInsightsInTimelineEnabled(__in, __typeMapper);
|
|
setIsUnifiedActivitiesPrefEnabled(__in, __typeMapper);
|
|
setMetadata(__in, __typeMapper);
|
|
setProvisionProductivityFeatures(__in, __typeMapper);
|
|
setRelationshipGraphPref(__in, __typeMapper);
|
|
setS2XsvcAccEmail(__in, __typeMapper);
|
|
setSalesforceEventsOnlyPref(__in, __typeMapper);
|
|
setSensitiveEmailFilter(__in, __typeMapper);
|
|
setShowEacCalendarPref(__in, __typeMapper);
|
|
setSyncEmailToCoreActivity(__in, __typeMapper);
|
|
setSyncInternalEvents(__in, __typeMapper);
|
|
}
|
|
|
|
private void toString1(StringBuilder sb) {
|
|
toStringHelper(sb, "AddRcCompToFlexiPages", AddRcCompToFlexiPages);
|
|
toStringHelper(sb, "AutoContactCreationPref", AutoContactCreationPref);
|
|
toStringHelper(sb, "AutoContactEnrichmentPref", AutoContactEnrichmentPref);
|
|
toStringHelper(sb, "AutoPopulateGoogleMeetLinks", AutoPopulateGoogleMeetLinks);
|
|
toStringHelper(sb, "AutomatedEmailFilter", AutomatedEmailFilter);
|
|
toStringHelper(sb, "DsThresholdNotification", DsThresholdNotification);
|
|
toStringHelper(sb, "DurableId", DurableId);
|
|
toStringHelper(sb, "FullName", FullName);
|
|
toStringHelper(sb, "IsActivityAnalyticsPrefEnabled", IsActivityAnalyticsPrefEnabled);
|
|
toStringHelper(sb, "IsActivityCaptureEnabled", IsActivityCaptureEnabled);
|
|
toStringHelper(sb, "IsActivityMetricsEnabled", IsActivityMetricsEnabled);
|
|
toStringHelper(sb, "IsActivitySyncEngineEnabled", IsActivitySyncEngineEnabled);
|
|
toStringHelper(sb, "IsEacForEveryonePrefEnabled", IsEacForEveryonePrefEnabled);
|
|
toStringHelper(sb, "IsEnforceEacSharingPrefEnabled", IsEnforceEacSharingPrefEnabled);
|
|
toStringHelper(sb, "IsInboxActivitySharingEnabled", IsInboxActivitySharingEnabled);
|
|
toStringHelper(sb, "IsInsightsInTimelineEacStdEnabled", IsInsightsInTimelineEacStdEnabled);
|
|
toStringHelper(sb, "IsInsightsInTimelineEnabled", IsInsightsInTimelineEnabled);
|
|
toStringHelper(sb, "IsUnifiedActivitiesPrefEnabled", IsUnifiedActivitiesPrefEnabled);
|
|
toStringHelper(sb, "Metadata", Metadata);
|
|
toStringHelper(sb, "ProvisionProductivityFeatures", ProvisionProductivityFeatures);
|
|
toStringHelper(sb, "RelationshipGraphPref", RelationshipGraphPref);
|
|
toStringHelper(sb, "S2XsvcAccEmail", S2XsvcAccEmail);
|
|
toStringHelper(sb, "SalesforceEventsOnlyPref", SalesforceEventsOnlyPref);
|
|
toStringHelper(sb, "SensitiveEmailFilter", SensitiveEmailFilter);
|
|
toStringHelper(sb, "ShowEacCalendarPref", ShowEacCalendarPref);
|
|
toStringHelper(sb, "SyncEmailToCoreActivity", SyncEmailToCoreActivity);
|
|
toStringHelper(sb, "SyncInternalEvents", SyncInternalEvents);
|
|
}
|
|
|
|
|
|
}
|