446 lines
22 KiB
Java
446 lines
22 KiB
Java
|
|
package com.sforce.soap.tooling.metadata;
|
||
|
|
|
||
|
|
/**
|
||
|
|
* This is a generated class for the SObject Enterprise API.
|
||
|
|
* Do not edit this file, as your changes will be lost.
|
||
|
|
*/
|
||
|
|
public class ChatterEmailsMDSettings extends com.sforce.soap.tooling.metadata.MetadataForSettings {
|
||
|
|
|
||
|
|
/**
|
||
|
|
* Constructor
|
||
|
|
*/
|
||
|
|
public ChatterEmailsMDSettings() {}
|
||
|
|
|
||
|
|
/* 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 : enableChatterDigestEmailsApiOnly of type {http://www.w3.org/2001/XMLSchema}boolean
|
||
|
|
* java type: boolean
|
||
|
|
*/
|
||
|
|
private boolean enableChatterDigestEmailsApiOnly__is_set = false;
|
||
|
|
|
||
|
|
private boolean enableChatterDigestEmailsApiOnly;
|
||
|
|
|
||
|
|
public boolean getEnableChatterDigestEmailsApiOnly() {
|
||
|
|
return enableChatterDigestEmailsApiOnly;
|
||
|
|
}
|
||
|
|
|
||
|
|
public boolean isEnableChatterDigestEmailsApiOnly() {
|
||
|
|
return enableChatterDigestEmailsApiOnly;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setEnableChatterDigestEmailsApiOnly(boolean enableChatterDigestEmailsApiOnly) {
|
||
|
|
this.enableChatterDigestEmailsApiOnly = enableChatterDigestEmailsApiOnly;
|
||
|
|
enableChatterDigestEmailsApiOnly__is_set = true;
|
||
|
|
}
|
||
|
|
|
||
|
|
protected void setEnableChatterDigestEmailsApiOnly(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("enableChatterDigestEmailsApiOnly", "urn:metadata.tooling.soap.sforce.com","enableChatterDigestEmailsApiOnly","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
||
|
|
setEnableChatterDigestEmailsApiOnly(__typeMapper.readBoolean(__in, _lookupTypeInfo("enableChatterDigestEmailsApiOnly", "urn:metadata.tooling.soap.sforce.com","enableChatterDigestEmailsApiOnly","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), boolean.class));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
private void writeFieldEnableChatterDigestEmailsApiOnly(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
||
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("enableChatterDigestEmailsApiOnly", "urn:metadata.tooling.soap.sforce.com","enableChatterDigestEmailsApiOnly","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), enableChatterDigestEmailsApiOnly, enableChatterDigestEmailsApiOnly__is_set);
|
||
|
|
}
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : enableChatterEmailAttachment of type {http://www.w3.org/2001/XMLSchema}boolean
|
||
|
|
* java type: boolean
|
||
|
|
*/
|
||
|
|
private boolean enableChatterEmailAttachment__is_set = false;
|
||
|
|
|
||
|
|
private boolean enableChatterEmailAttachment;
|
||
|
|
|
||
|
|
public boolean getEnableChatterEmailAttachment() {
|
||
|
|
return enableChatterEmailAttachment;
|
||
|
|
}
|
||
|
|
|
||
|
|
public boolean isEnableChatterEmailAttachment() {
|
||
|
|
return enableChatterEmailAttachment;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setEnableChatterEmailAttachment(boolean enableChatterEmailAttachment) {
|
||
|
|
this.enableChatterEmailAttachment = enableChatterEmailAttachment;
|
||
|
|
enableChatterEmailAttachment__is_set = true;
|
||
|
|
}
|
||
|
|
|
||
|
|
protected void setEnableChatterEmailAttachment(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("enableChatterEmailAttachment", "urn:metadata.tooling.soap.sforce.com","enableChatterEmailAttachment","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
||
|
|
setEnableChatterEmailAttachment(__typeMapper.readBoolean(__in, _lookupTypeInfo("enableChatterEmailAttachment", "urn:metadata.tooling.soap.sforce.com","enableChatterEmailAttachment","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), boolean.class));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
private void writeFieldEnableChatterEmailAttachment(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
||
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("enableChatterEmailAttachment", "urn:metadata.tooling.soap.sforce.com","enableChatterEmailAttachment","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), enableChatterEmailAttachment, enableChatterEmailAttachment__is_set);
|
||
|
|
}
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : enableCollaborationEmail of type {http://www.w3.org/2001/XMLSchema}boolean
|
||
|
|
* java type: boolean
|
||
|
|
*/
|
||
|
|
private boolean enableCollaborationEmail__is_set = false;
|
||
|
|
|
||
|
|
private boolean enableCollaborationEmail;
|
||
|
|
|
||
|
|
public boolean getEnableCollaborationEmail() {
|
||
|
|
return enableCollaborationEmail;
|
||
|
|
}
|
||
|
|
|
||
|
|
public boolean isEnableCollaborationEmail() {
|
||
|
|
return enableCollaborationEmail;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setEnableCollaborationEmail(boolean enableCollaborationEmail) {
|
||
|
|
this.enableCollaborationEmail = enableCollaborationEmail;
|
||
|
|
enableCollaborationEmail__is_set = true;
|
||
|
|
}
|
||
|
|
|
||
|
|
protected void setEnableCollaborationEmail(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("enableCollaborationEmail", "urn:metadata.tooling.soap.sforce.com","enableCollaborationEmail","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
||
|
|
setEnableCollaborationEmail(__typeMapper.readBoolean(__in, _lookupTypeInfo("enableCollaborationEmail", "urn:metadata.tooling.soap.sforce.com","enableCollaborationEmail","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), boolean.class));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
private void writeFieldEnableCollaborationEmail(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
||
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("enableCollaborationEmail", "urn:metadata.tooling.soap.sforce.com","enableCollaborationEmail","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), enableCollaborationEmail, enableCollaborationEmail__is_set);
|
||
|
|
}
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : enableDisplayAppDownloadBadges of type {http://www.w3.org/2001/XMLSchema}boolean
|
||
|
|
* java type: boolean
|
||
|
|
*/
|
||
|
|
private boolean enableDisplayAppDownloadBadges__is_set = false;
|
||
|
|
|
||
|
|
private boolean enableDisplayAppDownloadBadges;
|
||
|
|
|
||
|
|
public boolean getEnableDisplayAppDownloadBadges() {
|
||
|
|
return enableDisplayAppDownloadBadges;
|
||
|
|
}
|
||
|
|
|
||
|
|
public boolean isEnableDisplayAppDownloadBadges() {
|
||
|
|
return enableDisplayAppDownloadBadges;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setEnableDisplayAppDownloadBadges(boolean enableDisplayAppDownloadBadges) {
|
||
|
|
this.enableDisplayAppDownloadBadges = enableDisplayAppDownloadBadges;
|
||
|
|
enableDisplayAppDownloadBadges__is_set = true;
|
||
|
|
}
|
||
|
|
|
||
|
|
protected void setEnableDisplayAppDownloadBadges(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("enableDisplayAppDownloadBadges", "urn:metadata.tooling.soap.sforce.com","enableDisplayAppDownloadBadges","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
||
|
|
setEnableDisplayAppDownloadBadges(__typeMapper.readBoolean(__in, _lookupTypeInfo("enableDisplayAppDownloadBadges", "urn:metadata.tooling.soap.sforce.com","enableDisplayAppDownloadBadges","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), boolean.class));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
private void writeFieldEnableDisplayAppDownloadBadges(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
||
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("enableDisplayAppDownloadBadges", "urn:metadata.tooling.soap.sforce.com","enableDisplayAppDownloadBadges","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), enableDisplayAppDownloadBadges, enableDisplayAppDownloadBadges__is_set);
|
||
|
|
}
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : enableEmailReplyToChatter of type {http://www.w3.org/2001/XMLSchema}boolean
|
||
|
|
* java type: boolean
|
||
|
|
*/
|
||
|
|
private boolean enableEmailReplyToChatter__is_set = false;
|
||
|
|
|
||
|
|
private boolean enableEmailReplyToChatter;
|
||
|
|
|
||
|
|
public boolean getEnableEmailReplyToChatter() {
|
||
|
|
return enableEmailReplyToChatter;
|
||
|
|
}
|
||
|
|
|
||
|
|
public boolean isEnableEmailReplyToChatter() {
|
||
|
|
return enableEmailReplyToChatter;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setEnableEmailReplyToChatter(boolean enableEmailReplyToChatter) {
|
||
|
|
this.enableEmailReplyToChatter = enableEmailReplyToChatter;
|
||
|
|
enableEmailReplyToChatter__is_set = true;
|
||
|
|
}
|
||
|
|
|
||
|
|
protected void setEnableEmailReplyToChatter(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("enableEmailReplyToChatter", "urn:metadata.tooling.soap.sforce.com","enableEmailReplyToChatter","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
||
|
|
setEnableEmailReplyToChatter(__typeMapper.readBoolean(__in, _lookupTypeInfo("enableEmailReplyToChatter", "urn:metadata.tooling.soap.sforce.com","enableEmailReplyToChatter","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), boolean.class));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
private void writeFieldEnableEmailReplyToChatter(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
||
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("enableEmailReplyToChatter", "urn:metadata.tooling.soap.sforce.com","enableEmailReplyToChatter","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), enableEmailReplyToChatter, enableEmailReplyToChatter__is_set);
|
||
|
|
}
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : enableEmailToChatter of type {http://www.w3.org/2001/XMLSchema}boolean
|
||
|
|
* java type: boolean
|
||
|
|
*/
|
||
|
|
private boolean enableEmailToChatter__is_set = false;
|
||
|
|
|
||
|
|
private boolean enableEmailToChatter;
|
||
|
|
|
||
|
|
public boolean getEnableEmailToChatter() {
|
||
|
|
return enableEmailToChatter;
|
||
|
|
}
|
||
|
|
|
||
|
|
public boolean isEnableEmailToChatter() {
|
||
|
|
return enableEmailToChatter;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setEnableEmailToChatter(boolean enableEmailToChatter) {
|
||
|
|
this.enableEmailToChatter = enableEmailToChatter;
|
||
|
|
enableEmailToChatter__is_set = true;
|
||
|
|
}
|
||
|
|
|
||
|
|
protected void setEnableEmailToChatter(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("enableEmailToChatter", "urn:metadata.tooling.soap.sforce.com","enableEmailToChatter","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
||
|
|
setEnableEmailToChatter(__typeMapper.readBoolean(__in, _lookupTypeInfo("enableEmailToChatter", "urn:metadata.tooling.soap.sforce.com","enableEmailToChatter","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), boolean.class));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
private void writeFieldEnableEmailToChatter(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
||
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("enableEmailToChatter", "urn:metadata.tooling.soap.sforce.com","enableEmailToChatter","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), enableEmailToChatter, enableEmailToChatter__is_set);
|
||
|
|
}
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : noQnOwnNotifyOnCaseCmt of type {http://www.w3.org/2001/XMLSchema}boolean
|
||
|
|
* java type: boolean
|
||
|
|
*/
|
||
|
|
private boolean noQnOwnNotifyOnCaseCmt__is_set = false;
|
||
|
|
|
||
|
|
private boolean noQnOwnNotifyOnCaseCmt;
|
||
|
|
|
||
|
|
public boolean getNoQnOwnNotifyOnCaseCmt() {
|
||
|
|
return noQnOwnNotifyOnCaseCmt;
|
||
|
|
}
|
||
|
|
|
||
|
|
public boolean isNoQnOwnNotifyOnCaseCmt() {
|
||
|
|
return noQnOwnNotifyOnCaseCmt;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setNoQnOwnNotifyOnCaseCmt(boolean noQnOwnNotifyOnCaseCmt) {
|
||
|
|
this.noQnOwnNotifyOnCaseCmt = noQnOwnNotifyOnCaseCmt;
|
||
|
|
noQnOwnNotifyOnCaseCmt__is_set = true;
|
||
|
|
}
|
||
|
|
|
||
|
|
protected void setNoQnOwnNotifyOnCaseCmt(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("noQnOwnNotifyOnCaseCmt", "urn:metadata.tooling.soap.sforce.com","noQnOwnNotifyOnCaseCmt","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
||
|
|
setNoQnOwnNotifyOnCaseCmt(__typeMapper.readBoolean(__in, _lookupTypeInfo("noQnOwnNotifyOnCaseCmt", "urn:metadata.tooling.soap.sforce.com","noQnOwnNotifyOnCaseCmt","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), boolean.class));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
private void writeFieldNoQnOwnNotifyOnCaseCmt(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
||
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("noQnOwnNotifyOnCaseCmt", "urn:metadata.tooling.soap.sforce.com","noQnOwnNotifyOnCaseCmt","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), noQnOwnNotifyOnCaseCmt, noQnOwnNotifyOnCaseCmt__is_set);
|
||
|
|
}
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : noQnOwnNotifyOnRep of type {http://www.w3.org/2001/XMLSchema}boolean
|
||
|
|
* java type: boolean
|
||
|
|
*/
|
||
|
|
private boolean noQnOwnNotifyOnRep__is_set = false;
|
||
|
|
|
||
|
|
private boolean noQnOwnNotifyOnRep;
|
||
|
|
|
||
|
|
public boolean getNoQnOwnNotifyOnRep() {
|
||
|
|
return noQnOwnNotifyOnRep;
|
||
|
|
}
|
||
|
|
|
||
|
|
public boolean isNoQnOwnNotifyOnRep() {
|
||
|
|
return noQnOwnNotifyOnRep;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setNoQnOwnNotifyOnRep(boolean noQnOwnNotifyOnRep) {
|
||
|
|
this.noQnOwnNotifyOnRep = noQnOwnNotifyOnRep;
|
||
|
|
noQnOwnNotifyOnRep__is_set = true;
|
||
|
|
}
|
||
|
|
|
||
|
|
protected void setNoQnOwnNotifyOnRep(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("noQnOwnNotifyOnRep", "urn:metadata.tooling.soap.sforce.com","noQnOwnNotifyOnRep","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
||
|
|
setNoQnOwnNotifyOnRep(__typeMapper.readBoolean(__in, _lookupTypeInfo("noQnOwnNotifyOnRep", "urn:metadata.tooling.soap.sforce.com","noQnOwnNotifyOnRep","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), boolean.class));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
private void writeFieldNoQnOwnNotifyOnRep(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
||
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("noQnOwnNotifyOnRep", "urn:metadata.tooling.soap.sforce.com","noQnOwnNotifyOnRep","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), noQnOwnNotifyOnRep, noQnOwnNotifyOnRep__is_set);
|
||
|
|
}
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : noQnSubNotifyOnBestR of type {http://www.w3.org/2001/XMLSchema}boolean
|
||
|
|
* java type: boolean
|
||
|
|
*/
|
||
|
|
private boolean noQnSubNotifyOnBestR__is_set = false;
|
||
|
|
|
||
|
|
private boolean noQnSubNotifyOnBestR;
|
||
|
|
|
||
|
|
public boolean getNoQnSubNotifyOnBestR() {
|
||
|
|
return noQnSubNotifyOnBestR;
|
||
|
|
}
|
||
|
|
|
||
|
|
public boolean isNoQnSubNotifyOnBestR() {
|
||
|
|
return noQnSubNotifyOnBestR;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setNoQnSubNotifyOnBestR(boolean noQnSubNotifyOnBestR) {
|
||
|
|
this.noQnSubNotifyOnBestR = noQnSubNotifyOnBestR;
|
||
|
|
noQnSubNotifyOnBestR__is_set = true;
|
||
|
|
}
|
||
|
|
|
||
|
|
protected void setNoQnSubNotifyOnBestR(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("noQnSubNotifyOnBestR", "urn:metadata.tooling.soap.sforce.com","noQnSubNotifyOnBestR","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
||
|
|
setNoQnSubNotifyOnBestR(__typeMapper.readBoolean(__in, _lookupTypeInfo("noQnSubNotifyOnBestR", "urn:metadata.tooling.soap.sforce.com","noQnSubNotifyOnBestR","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), boolean.class));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
private void writeFieldNoQnSubNotifyOnBestR(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
||
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("noQnSubNotifyOnBestR", "urn:metadata.tooling.soap.sforce.com","noQnSubNotifyOnBestR","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), noQnSubNotifyOnBestR, noQnSubNotifyOnBestR__is_set);
|
||
|
|
}
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : noQnSubNotifyOnRep of type {http://www.w3.org/2001/XMLSchema}boolean
|
||
|
|
* java type: boolean
|
||
|
|
*/
|
||
|
|
private boolean noQnSubNotifyOnRep__is_set = false;
|
||
|
|
|
||
|
|
private boolean noQnSubNotifyOnRep;
|
||
|
|
|
||
|
|
public boolean getNoQnSubNotifyOnRep() {
|
||
|
|
return noQnSubNotifyOnRep;
|
||
|
|
}
|
||
|
|
|
||
|
|
public boolean isNoQnSubNotifyOnRep() {
|
||
|
|
return noQnSubNotifyOnRep;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setNoQnSubNotifyOnRep(boolean noQnSubNotifyOnRep) {
|
||
|
|
this.noQnSubNotifyOnRep = noQnSubNotifyOnRep;
|
||
|
|
noQnSubNotifyOnRep__is_set = true;
|
||
|
|
}
|
||
|
|
|
||
|
|
protected void setNoQnSubNotifyOnRep(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("noQnSubNotifyOnRep", "urn:metadata.tooling.soap.sforce.com","noQnSubNotifyOnRep","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
||
|
|
setNoQnSubNotifyOnRep(__typeMapper.readBoolean(__in, _lookupTypeInfo("noQnSubNotifyOnRep", "urn:metadata.tooling.soap.sforce.com","noQnSubNotifyOnRep","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), boolean.class));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
private void writeFieldNoQnSubNotifyOnRep(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
||
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("noQnSubNotifyOnRep", "urn:metadata.tooling.soap.sforce.com","noQnSubNotifyOnRep","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), noQnSubNotifyOnRep, noQnSubNotifyOnRep__is_set);
|
||
|
|
}
|
||
|
|
|
||
|
|
/**
|
||
|
|
*/
|
||
|
|
@Override
|
||
|
|
public void write(javax.xml.namespace.QName __element,
|
||
|
|
com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper)
|
||
|
|
throws java.io.IOException {
|
||
|
|
__out.writeStartTag(__element.getNamespaceURI(), __element.getLocalPart());
|
||
|
|
__typeMapper.writeXsiType(__out, "urn:metadata.tooling.soap.sforce.com", "ChatterEmailsMDSettings");
|
||
|
|
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("[ChatterEmailsMDSettings ");
|
||
|
|
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 {
|
||
|
|
writeFieldEnableChatterDigestEmailsApiOnly(__out, __typeMapper);
|
||
|
|
writeFieldEnableChatterEmailAttachment(__out, __typeMapper);
|
||
|
|
writeFieldEnableCollaborationEmail(__out, __typeMapper);
|
||
|
|
writeFieldEnableDisplayAppDownloadBadges(__out, __typeMapper);
|
||
|
|
writeFieldEnableEmailReplyToChatter(__out, __typeMapper);
|
||
|
|
writeFieldEnableEmailToChatter(__out, __typeMapper);
|
||
|
|
writeFieldNoQnOwnNotifyOnCaseCmt(__out, __typeMapper);
|
||
|
|
writeFieldNoQnOwnNotifyOnRep(__out, __typeMapper);
|
||
|
|
writeFieldNoQnSubNotifyOnBestR(__out, __typeMapper);
|
||
|
|
writeFieldNoQnSubNotifyOnRep(__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 {
|
||
|
|
setEnableChatterDigestEmailsApiOnly(__in, __typeMapper);
|
||
|
|
setEnableChatterEmailAttachment(__in, __typeMapper);
|
||
|
|
setEnableCollaborationEmail(__in, __typeMapper);
|
||
|
|
setEnableDisplayAppDownloadBadges(__in, __typeMapper);
|
||
|
|
setEnableEmailReplyToChatter(__in, __typeMapper);
|
||
|
|
setEnableEmailToChatter(__in, __typeMapper);
|
||
|
|
setNoQnOwnNotifyOnCaseCmt(__in, __typeMapper);
|
||
|
|
setNoQnOwnNotifyOnRep(__in, __typeMapper);
|
||
|
|
setNoQnSubNotifyOnBestR(__in, __typeMapper);
|
||
|
|
setNoQnSubNotifyOnRep(__in, __typeMapper);
|
||
|
|
}
|
||
|
|
|
||
|
|
private void toString1(StringBuilder sb) {
|
||
|
|
toStringHelper(sb, "enableChatterDigestEmailsApiOnly", enableChatterDigestEmailsApiOnly);
|
||
|
|
toStringHelper(sb, "enableChatterEmailAttachment", enableChatterEmailAttachment);
|
||
|
|
toStringHelper(sb, "enableCollaborationEmail", enableCollaborationEmail);
|
||
|
|
toStringHelper(sb, "enableDisplayAppDownloadBadges", enableDisplayAppDownloadBadges);
|
||
|
|
toStringHelper(sb, "enableEmailReplyToChatter", enableEmailReplyToChatter);
|
||
|
|
toStringHelper(sb, "enableEmailToChatter", enableEmailToChatter);
|
||
|
|
toStringHelper(sb, "noQnOwnNotifyOnCaseCmt", noQnOwnNotifyOnCaseCmt);
|
||
|
|
toStringHelper(sb, "noQnOwnNotifyOnRep", noQnOwnNotifyOnRep);
|
||
|
|
toStringHelper(sb, "noQnSubNotifyOnBestR", noQnSubNotifyOnBestR);
|
||
|
|
toStringHelper(sb, "noQnSubNotifyOnRep", noQnSubNotifyOnRep);
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
}
|