554 lines
29 KiB
Java
554 lines
29 KiB
Java
package com.sforce.soap.metadata;
|
|
|
|
/**
|
|
* This is a generated class for the SObject Enterprise API.
|
|
* Do not edit this file, as your changes will be lost.
|
|
*/
|
|
public class PrivacySettings extends com.sforce.soap.metadata.Metadata {
|
|
|
|
/**
|
|
* Constructor
|
|
*/
|
|
public PrivacySettings() {}
|
|
|
|
/* 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 : authorizationCaptureBrowser of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: boolean
|
|
*/
|
|
private boolean authorizationCaptureBrowser__is_set = false;
|
|
|
|
private boolean authorizationCaptureBrowser;
|
|
|
|
public boolean getAuthorizationCaptureBrowser() {
|
|
return authorizationCaptureBrowser;
|
|
}
|
|
|
|
public boolean isAuthorizationCaptureBrowser() {
|
|
return authorizationCaptureBrowser;
|
|
}
|
|
|
|
public void setAuthorizationCaptureBrowser(boolean authorizationCaptureBrowser) {
|
|
this.authorizationCaptureBrowser = authorizationCaptureBrowser;
|
|
authorizationCaptureBrowser__is_set = true;
|
|
}
|
|
|
|
protected void setAuthorizationCaptureBrowser(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("authorizationCaptureBrowser", "http://soap.sforce.com/2006/04/metadata","authorizationCaptureBrowser","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setAuthorizationCaptureBrowser(__typeMapper.readBoolean(__in, _lookupTypeInfo("authorizationCaptureBrowser", "http://soap.sforce.com/2006/04/metadata","authorizationCaptureBrowser","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldAuthorizationCaptureBrowser(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("authorizationCaptureBrowser", "http://soap.sforce.com/2006/04/metadata","authorizationCaptureBrowser","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), authorizationCaptureBrowser, authorizationCaptureBrowser__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : authorizationCaptureEmail of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: boolean
|
|
*/
|
|
private boolean authorizationCaptureEmail__is_set = false;
|
|
|
|
private boolean authorizationCaptureEmail;
|
|
|
|
public boolean getAuthorizationCaptureEmail() {
|
|
return authorizationCaptureEmail;
|
|
}
|
|
|
|
public boolean isAuthorizationCaptureEmail() {
|
|
return authorizationCaptureEmail;
|
|
}
|
|
|
|
public void setAuthorizationCaptureEmail(boolean authorizationCaptureEmail) {
|
|
this.authorizationCaptureEmail = authorizationCaptureEmail;
|
|
authorizationCaptureEmail__is_set = true;
|
|
}
|
|
|
|
protected void setAuthorizationCaptureEmail(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("authorizationCaptureEmail", "http://soap.sforce.com/2006/04/metadata","authorizationCaptureEmail","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setAuthorizationCaptureEmail(__typeMapper.readBoolean(__in, _lookupTypeInfo("authorizationCaptureEmail", "http://soap.sforce.com/2006/04/metadata","authorizationCaptureEmail","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldAuthorizationCaptureEmail(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("authorizationCaptureEmail", "http://soap.sforce.com/2006/04/metadata","authorizationCaptureEmail","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), authorizationCaptureEmail, authorizationCaptureEmail__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : authorizationCaptureIp of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: boolean
|
|
*/
|
|
private boolean authorizationCaptureIp__is_set = false;
|
|
|
|
private boolean authorizationCaptureIp;
|
|
|
|
public boolean getAuthorizationCaptureIp() {
|
|
return authorizationCaptureIp;
|
|
}
|
|
|
|
public boolean isAuthorizationCaptureIp() {
|
|
return authorizationCaptureIp;
|
|
}
|
|
|
|
public void setAuthorizationCaptureIp(boolean authorizationCaptureIp) {
|
|
this.authorizationCaptureIp = authorizationCaptureIp;
|
|
authorizationCaptureIp__is_set = true;
|
|
}
|
|
|
|
protected void setAuthorizationCaptureIp(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("authorizationCaptureIp", "http://soap.sforce.com/2006/04/metadata","authorizationCaptureIp","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setAuthorizationCaptureIp(__typeMapper.readBoolean(__in, _lookupTypeInfo("authorizationCaptureIp", "http://soap.sforce.com/2006/04/metadata","authorizationCaptureIp","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldAuthorizationCaptureIp(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("authorizationCaptureIp", "http://soap.sforce.com/2006/04/metadata","authorizationCaptureIp","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), authorizationCaptureIp, authorizationCaptureIp__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : authorizationCaptureLocation of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: boolean
|
|
*/
|
|
private boolean authorizationCaptureLocation__is_set = false;
|
|
|
|
private boolean authorizationCaptureLocation;
|
|
|
|
public boolean getAuthorizationCaptureLocation() {
|
|
return authorizationCaptureLocation;
|
|
}
|
|
|
|
public boolean isAuthorizationCaptureLocation() {
|
|
return authorizationCaptureLocation;
|
|
}
|
|
|
|
public void setAuthorizationCaptureLocation(boolean authorizationCaptureLocation) {
|
|
this.authorizationCaptureLocation = authorizationCaptureLocation;
|
|
authorizationCaptureLocation__is_set = true;
|
|
}
|
|
|
|
protected void setAuthorizationCaptureLocation(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("authorizationCaptureLocation", "http://soap.sforce.com/2006/04/metadata","authorizationCaptureLocation","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setAuthorizationCaptureLocation(__typeMapper.readBoolean(__in, _lookupTypeInfo("authorizationCaptureLocation", "http://soap.sforce.com/2006/04/metadata","authorizationCaptureLocation","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldAuthorizationCaptureLocation(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("authorizationCaptureLocation", "http://soap.sforce.com/2006/04/metadata","authorizationCaptureLocation","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), authorizationCaptureLocation, authorizationCaptureLocation__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : authorizationCustomSharing of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: boolean
|
|
*/
|
|
private boolean authorizationCustomSharing__is_set = false;
|
|
|
|
private boolean authorizationCustomSharing;
|
|
|
|
public boolean getAuthorizationCustomSharing() {
|
|
return authorizationCustomSharing;
|
|
}
|
|
|
|
public boolean isAuthorizationCustomSharing() {
|
|
return authorizationCustomSharing;
|
|
}
|
|
|
|
public void setAuthorizationCustomSharing(boolean authorizationCustomSharing) {
|
|
this.authorizationCustomSharing = authorizationCustomSharing;
|
|
authorizationCustomSharing__is_set = true;
|
|
}
|
|
|
|
protected void setAuthorizationCustomSharing(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("authorizationCustomSharing", "http://soap.sforce.com/2006/04/metadata","authorizationCustomSharing","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setAuthorizationCustomSharing(__typeMapper.readBoolean(__in, _lookupTypeInfo("authorizationCustomSharing", "http://soap.sforce.com/2006/04/metadata","authorizationCustomSharing","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldAuthorizationCustomSharing(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("authorizationCustomSharing", "http://soap.sforce.com/2006/04/metadata","authorizationCustomSharing","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), authorizationCustomSharing, authorizationCustomSharing__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : authorizationCustomSharingPCU of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: boolean
|
|
*/
|
|
private boolean authorizationCustomSharingPCU__is_set = false;
|
|
|
|
private boolean authorizationCustomSharingPCU;
|
|
|
|
public boolean getAuthorizationCustomSharingPCU() {
|
|
return authorizationCustomSharingPCU;
|
|
}
|
|
|
|
public boolean isAuthorizationCustomSharingPCU() {
|
|
return authorizationCustomSharingPCU;
|
|
}
|
|
|
|
public void setAuthorizationCustomSharingPCU(boolean authorizationCustomSharingPCU) {
|
|
this.authorizationCustomSharingPCU = authorizationCustomSharingPCU;
|
|
authorizationCustomSharingPCU__is_set = true;
|
|
}
|
|
|
|
protected void setAuthorizationCustomSharingPCU(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("authorizationCustomSharingPCU", "http://soap.sforce.com/2006/04/metadata","authorizationCustomSharingPCU","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setAuthorizationCustomSharingPCU(__typeMapper.readBoolean(__in, _lookupTypeInfo("authorizationCustomSharingPCU", "http://soap.sforce.com/2006/04/metadata","authorizationCustomSharingPCU","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldAuthorizationCustomSharingPCU(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("authorizationCustomSharingPCU", "http://soap.sforce.com/2006/04/metadata","authorizationCustomSharingPCU","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), authorizationCustomSharingPCU, authorizationCustomSharingPCU__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : authorizationLockingAndVersioning of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: boolean
|
|
*/
|
|
private boolean authorizationLockingAndVersioning__is_set = false;
|
|
|
|
private boolean authorizationLockingAndVersioning;
|
|
|
|
public boolean getAuthorizationLockingAndVersioning() {
|
|
return authorizationLockingAndVersioning;
|
|
}
|
|
|
|
public boolean isAuthorizationLockingAndVersioning() {
|
|
return authorizationLockingAndVersioning;
|
|
}
|
|
|
|
public void setAuthorizationLockingAndVersioning(boolean authorizationLockingAndVersioning) {
|
|
this.authorizationLockingAndVersioning = authorizationLockingAndVersioning;
|
|
authorizationLockingAndVersioning__is_set = true;
|
|
}
|
|
|
|
protected void setAuthorizationLockingAndVersioning(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("authorizationLockingAndVersioning", "http://soap.sforce.com/2006/04/metadata","authorizationLockingAndVersioning","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setAuthorizationLockingAndVersioning(__typeMapper.readBoolean(__in, _lookupTypeInfo("authorizationLockingAndVersioning", "http://soap.sforce.com/2006/04/metadata","authorizationLockingAndVersioning","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldAuthorizationLockingAndVersioning(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("authorizationLockingAndVersioning", "http://soap.sforce.com/2006/04/metadata","authorizationLockingAndVersioning","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), authorizationLockingAndVersioning, authorizationLockingAndVersioning__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : enableConfigurableUserPIIActive of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: boolean
|
|
*/
|
|
private boolean enableConfigurableUserPIIActive__is_set = false;
|
|
|
|
private boolean enableConfigurableUserPIIActive;
|
|
|
|
public boolean getEnableConfigurableUserPIIActive() {
|
|
return enableConfigurableUserPIIActive;
|
|
}
|
|
|
|
public boolean isEnableConfigurableUserPIIActive() {
|
|
return enableConfigurableUserPIIActive;
|
|
}
|
|
|
|
public void setEnableConfigurableUserPIIActive(boolean enableConfigurableUserPIIActive) {
|
|
this.enableConfigurableUserPIIActive = enableConfigurableUserPIIActive;
|
|
enableConfigurableUserPIIActive__is_set = true;
|
|
}
|
|
|
|
protected void setEnableConfigurableUserPIIActive(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("enableConfigurableUserPIIActive", "http://soap.sforce.com/2006/04/metadata","enableConfigurableUserPIIActive","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setEnableConfigurableUserPIIActive(__typeMapper.readBoolean(__in, _lookupTypeInfo("enableConfigurableUserPIIActive", "http://soap.sforce.com/2006/04/metadata","enableConfigurableUserPIIActive","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldEnableConfigurableUserPIIActive(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("enableConfigurableUserPIIActive", "http://soap.sforce.com/2006/04/metadata","enableConfigurableUserPIIActive","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), enableConfigurableUserPIIActive, enableConfigurableUserPIIActive__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : enableConsentAuditTrail of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: boolean
|
|
*/
|
|
private boolean enableConsentAuditTrail__is_set = false;
|
|
|
|
private boolean enableConsentAuditTrail;
|
|
|
|
public boolean getEnableConsentAuditTrail() {
|
|
return enableConsentAuditTrail;
|
|
}
|
|
|
|
public boolean isEnableConsentAuditTrail() {
|
|
return enableConsentAuditTrail;
|
|
}
|
|
|
|
public void setEnableConsentAuditTrail(boolean enableConsentAuditTrail) {
|
|
this.enableConsentAuditTrail = enableConsentAuditTrail;
|
|
enableConsentAuditTrail__is_set = true;
|
|
}
|
|
|
|
protected void setEnableConsentAuditTrail(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("enableConsentAuditTrail", "http://soap.sforce.com/2006/04/metadata","enableConsentAuditTrail","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setEnableConsentAuditTrail(__typeMapper.readBoolean(__in, _lookupTypeInfo("enableConsentAuditTrail", "http://soap.sforce.com/2006/04/metadata","enableConsentAuditTrail","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldEnableConsentAuditTrail(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("enableConsentAuditTrail", "http://soap.sforce.com/2006/04/metadata","enableConsentAuditTrail","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), enableConsentAuditTrail, enableConsentAuditTrail__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : enableConsentEventStream of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: boolean
|
|
*/
|
|
private boolean enableConsentEventStream__is_set = false;
|
|
|
|
private boolean enableConsentEventStream;
|
|
|
|
public boolean getEnableConsentEventStream() {
|
|
return enableConsentEventStream;
|
|
}
|
|
|
|
public boolean isEnableConsentEventStream() {
|
|
return enableConsentEventStream;
|
|
}
|
|
|
|
public void setEnableConsentEventStream(boolean enableConsentEventStream) {
|
|
this.enableConsentEventStream = enableConsentEventStream;
|
|
enableConsentEventStream__is_set = true;
|
|
}
|
|
|
|
protected void setEnableConsentEventStream(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("enableConsentEventStream", "http://soap.sforce.com/2006/04/metadata","enableConsentEventStream","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setEnableConsentEventStream(__typeMapper.readBoolean(__in, _lookupTypeInfo("enableConsentEventStream", "http://soap.sforce.com/2006/04/metadata","enableConsentEventStream","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldEnableConsentEventStream(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("enableConsentEventStream", "http://soap.sforce.com/2006/04/metadata","enableConsentEventStream","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), enableConsentEventStream, enableConsentEventStream__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : enableDefaultMetadataValues of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: boolean
|
|
*/
|
|
private boolean enableDefaultMetadataValues__is_set = false;
|
|
|
|
private boolean enableDefaultMetadataValues;
|
|
|
|
public boolean getEnableDefaultMetadataValues() {
|
|
return enableDefaultMetadataValues;
|
|
}
|
|
|
|
public boolean isEnableDefaultMetadataValues() {
|
|
return enableDefaultMetadataValues;
|
|
}
|
|
|
|
public void setEnableDefaultMetadataValues(boolean enableDefaultMetadataValues) {
|
|
this.enableDefaultMetadataValues = enableDefaultMetadataValues;
|
|
enableDefaultMetadataValues__is_set = true;
|
|
}
|
|
|
|
protected void setEnableDefaultMetadataValues(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("enableDefaultMetadataValues", "http://soap.sforce.com/2006/04/metadata","enableDefaultMetadataValues","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setEnableDefaultMetadataValues(__typeMapper.readBoolean(__in, _lookupTypeInfo("enableDefaultMetadataValues", "http://soap.sforce.com/2006/04/metadata","enableDefaultMetadataValues","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldEnableDefaultMetadataValues(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("enableDefaultMetadataValues", "http://soap.sforce.com/2006/04/metadata","enableDefaultMetadataValues","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), enableDefaultMetadataValues, enableDefaultMetadataValues__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : enableSalesforceArchive of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: boolean
|
|
*/
|
|
private boolean enableSalesforceArchive__is_set = false;
|
|
|
|
private boolean enableSalesforceArchive;
|
|
|
|
public boolean getEnableSalesforceArchive() {
|
|
return enableSalesforceArchive;
|
|
}
|
|
|
|
public boolean isEnableSalesforceArchive() {
|
|
return enableSalesforceArchive;
|
|
}
|
|
|
|
public void setEnableSalesforceArchive(boolean enableSalesforceArchive) {
|
|
this.enableSalesforceArchive = enableSalesforceArchive;
|
|
enableSalesforceArchive__is_set = true;
|
|
}
|
|
|
|
protected void setEnableSalesforceArchive(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("enableSalesforceArchive", "http://soap.sforce.com/2006/04/metadata","enableSalesforceArchive","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setEnableSalesforceArchive(__typeMapper.readBoolean(__in, _lookupTypeInfo("enableSalesforceArchive", "http://soap.sforce.com/2006/04/metadata","enableSalesforceArchive","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldEnableSalesforceArchive(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("enableSalesforceArchive", "http://soap.sforce.com/2006/04/metadata","enableSalesforceArchive","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), enableSalesforceArchive, enableSalesforceArchive__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : useUmaDefaultConsentRecs of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: boolean
|
|
*/
|
|
private boolean useUmaDefaultConsentRecs__is_set = false;
|
|
|
|
private boolean useUmaDefaultConsentRecs;
|
|
|
|
public boolean getUseUmaDefaultConsentRecs() {
|
|
return useUmaDefaultConsentRecs;
|
|
}
|
|
|
|
public boolean isUseUmaDefaultConsentRecs() {
|
|
return useUmaDefaultConsentRecs;
|
|
}
|
|
|
|
public void setUseUmaDefaultConsentRecs(boolean useUmaDefaultConsentRecs) {
|
|
this.useUmaDefaultConsentRecs = useUmaDefaultConsentRecs;
|
|
useUmaDefaultConsentRecs__is_set = true;
|
|
}
|
|
|
|
protected void setUseUmaDefaultConsentRecs(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("useUmaDefaultConsentRecs", "http://soap.sforce.com/2006/04/metadata","useUmaDefaultConsentRecs","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setUseUmaDefaultConsentRecs(__typeMapper.readBoolean(__in, _lookupTypeInfo("useUmaDefaultConsentRecs", "http://soap.sforce.com/2006/04/metadata","useUmaDefaultConsentRecs","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldUseUmaDefaultConsentRecs(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("useUmaDefaultConsentRecs", "http://soap.sforce.com/2006/04/metadata","useUmaDefaultConsentRecs","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), useUmaDefaultConsentRecs, useUmaDefaultConsentRecs__is_set);
|
|
}
|
|
|
|
/**
|
|
*/
|
|
@Override
|
|
public void write(javax.xml.namespace.QName __element,
|
|
com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper)
|
|
throws java.io.IOException {
|
|
__out.writeStartTag(__element.getNamespaceURI(), __element.getLocalPart());
|
|
__typeMapper.writeXsiType(__out, "http://soap.sforce.com/2006/04/metadata", "PrivacySettings");
|
|
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("[PrivacySettings ");
|
|
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 {
|
|
writeFieldAuthorizationCaptureBrowser(__out, __typeMapper);
|
|
writeFieldAuthorizationCaptureEmail(__out, __typeMapper);
|
|
writeFieldAuthorizationCaptureIp(__out, __typeMapper);
|
|
writeFieldAuthorizationCaptureLocation(__out, __typeMapper);
|
|
writeFieldAuthorizationCustomSharing(__out, __typeMapper);
|
|
writeFieldAuthorizationCustomSharingPCU(__out, __typeMapper);
|
|
writeFieldAuthorizationLockingAndVersioning(__out, __typeMapper);
|
|
writeFieldEnableConfigurableUserPIIActive(__out, __typeMapper);
|
|
writeFieldEnableConsentAuditTrail(__out, __typeMapper);
|
|
writeFieldEnableConsentEventStream(__out, __typeMapper);
|
|
writeFieldEnableDefaultMetadataValues(__out, __typeMapper);
|
|
writeFieldEnableSalesforceArchive(__out, __typeMapper);
|
|
writeFieldUseUmaDefaultConsentRecs(__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 {
|
|
setAuthorizationCaptureBrowser(__in, __typeMapper);
|
|
setAuthorizationCaptureEmail(__in, __typeMapper);
|
|
setAuthorizationCaptureIp(__in, __typeMapper);
|
|
setAuthorizationCaptureLocation(__in, __typeMapper);
|
|
setAuthorizationCustomSharing(__in, __typeMapper);
|
|
setAuthorizationCustomSharingPCU(__in, __typeMapper);
|
|
setAuthorizationLockingAndVersioning(__in, __typeMapper);
|
|
setEnableConfigurableUserPIIActive(__in, __typeMapper);
|
|
setEnableConsentAuditTrail(__in, __typeMapper);
|
|
setEnableConsentEventStream(__in, __typeMapper);
|
|
setEnableDefaultMetadataValues(__in, __typeMapper);
|
|
setEnableSalesforceArchive(__in, __typeMapper);
|
|
setUseUmaDefaultConsentRecs(__in, __typeMapper);
|
|
}
|
|
|
|
private void toString1(StringBuilder sb) {
|
|
toStringHelper(sb, "authorizationCaptureBrowser", authorizationCaptureBrowser);
|
|
toStringHelper(sb, "authorizationCaptureEmail", authorizationCaptureEmail);
|
|
toStringHelper(sb, "authorizationCaptureIp", authorizationCaptureIp);
|
|
toStringHelper(sb, "authorizationCaptureLocation", authorizationCaptureLocation);
|
|
toStringHelper(sb, "authorizationCustomSharing", authorizationCustomSharing);
|
|
toStringHelper(sb, "authorizationCustomSharingPCU", authorizationCustomSharingPCU);
|
|
toStringHelper(sb, "authorizationLockingAndVersioning", authorizationLockingAndVersioning);
|
|
toStringHelper(sb, "enableConfigurableUserPIIActive", enableConfigurableUserPIIActive);
|
|
toStringHelper(sb, "enableConsentAuditTrail", enableConsentAuditTrail);
|
|
toStringHelper(sb, "enableConsentEventStream", enableConsentEventStream);
|
|
toStringHelper(sb, "enableDefaultMetadataValues", enableDefaultMetadataValues);
|
|
toStringHelper(sb, "enableSalesforceArchive", enableSalesforceArchive);
|
|
toStringHelper(sb, "useUmaDefaultConsentRecs", useUmaDefaultConsentRecs);
|
|
}
|
|
|
|
|
|
}
|