590 lines
30 KiB
Java
590 lines
30 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 CommerceSettings extends com.sforce.soap.metadata.Metadata {
|
|
|
|
/**
|
|
* Constructor
|
|
*/
|
|
public CommerceSettings() {}
|
|
|
|
/* 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 : buyerGroupExtensibility of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: boolean
|
|
*/
|
|
private boolean buyerGroupExtensibility__is_set = false;
|
|
|
|
private boolean buyerGroupExtensibility;
|
|
|
|
public boolean getBuyerGroupExtensibility() {
|
|
return buyerGroupExtensibility;
|
|
}
|
|
|
|
public boolean isBuyerGroupExtensibility() {
|
|
return buyerGroupExtensibility;
|
|
}
|
|
|
|
public void setBuyerGroupExtensibility(boolean buyerGroupExtensibility) {
|
|
this.buyerGroupExtensibility = buyerGroupExtensibility;
|
|
buyerGroupExtensibility__is_set = true;
|
|
}
|
|
|
|
protected void setBuyerGroupExtensibility(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("buyerGroupExtensibility", "http://soap.sforce.com/2006/04/metadata","buyerGroupExtensibility","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setBuyerGroupExtensibility(__typeMapper.readBoolean(__in, _lookupTypeInfo("buyerGroupExtensibility", "http://soap.sforce.com/2006/04/metadata","buyerGroupExtensibility","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldBuyerGroupExtensibility(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("buyerGroupExtensibility", "http://soap.sforce.com/2006/04/metadata","buyerGroupExtensibility","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), buyerGroupExtensibility, buyerGroupExtensibility__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : commerceAnalyticsEnabled of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: boolean
|
|
*/
|
|
private boolean commerceAnalyticsEnabled__is_set = false;
|
|
|
|
private boolean commerceAnalyticsEnabled;
|
|
|
|
public boolean getCommerceAnalyticsEnabled() {
|
|
return commerceAnalyticsEnabled;
|
|
}
|
|
|
|
public boolean isCommerceAnalyticsEnabled() {
|
|
return commerceAnalyticsEnabled;
|
|
}
|
|
|
|
public void setCommerceAnalyticsEnabled(boolean commerceAnalyticsEnabled) {
|
|
this.commerceAnalyticsEnabled = commerceAnalyticsEnabled;
|
|
commerceAnalyticsEnabled__is_set = true;
|
|
}
|
|
|
|
protected void setCommerceAnalyticsEnabled(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("commerceAnalyticsEnabled", "http://soap.sforce.com/2006/04/metadata","commerceAnalyticsEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setCommerceAnalyticsEnabled(__typeMapper.readBoolean(__in, _lookupTypeInfo("commerceAnalyticsEnabled", "http://soap.sforce.com/2006/04/metadata","commerceAnalyticsEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldCommerceAnalyticsEnabled(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("commerceAnalyticsEnabled", "http://soap.sforce.com/2006/04/metadata","commerceAnalyticsEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), commerceAnalyticsEnabled, commerceAnalyticsEnabled__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : commerceAppEnabled of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: boolean
|
|
*/
|
|
private boolean commerceAppEnabled__is_set = false;
|
|
|
|
private boolean commerceAppEnabled;
|
|
|
|
public boolean getCommerceAppEnabled() {
|
|
return commerceAppEnabled;
|
|
}
|
|
|
|
public boolean isCommerceAppEnabled() {
|
|
return commerceAppEnabled;
|
|
}
|
|
|
|
public void setCommerceAppEnabled(boolean commerceAppEnabled) {
|
|
this.commerceAppEnabled = commerceAppEnabled;
|
|
commerceAppEnabled__is_set = true;
|
|
}
|
|
|
|
protected void setCommerceAppEnabled(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("commerceAppEnabled", "http://soap.sforce.com/2006/04/metadata","commerceAppEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setCommerceAppEnabled(__typeMapper.readBoolean(__in, _lookupTypeInfo("commerceAppEnabled", "http://soap.sforce.com/2006/04/metadata","commerceAppEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldCommerceAppEnabled(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("commerceAppEnabled", "http://soap.sforce.com/2006/04/metadata","commerceAppEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), commerceAppEnabled, commerceAppEnabled__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : commerceConciergeEnabled of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: boolean
|
|
*/
|
|
private boolean commerceConciergeEnabled__is_set = false;
|
|
|
|
private boolean commerceConciergeEnabled;
|
|
|
|
public boolean getCommerceConciergeEnabled() {
|
|
return commerceConciergeEnabled;
|
|
}
|
|
|
|
public boolean isCommerceConciergeEnabled() {
|
|
return commerceConciergeEnabled;
|
|
}
|
|
|
|
public void setCommerceConciergeEnabled(boolean commerceConciergeEnabled) {
|
|
this.commerceConciergeEnabled = commerceConciergeEnabled;
|
|
commerceConciergeEnabled__is_set = true;
|
|
}
|
|
|
|
protected void setCommerceConciergeEnabled(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("commerceConciergeEnabled", "http://soap.sforce.com/2006/04/metadata","commerceConciergeEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setCommerceConciergeEnabled(__typeMapper.readBoolean(__in, _lookupTypeInfo("commerceConciergeEnabled", "http://soap.sforce.com/2006/04/metadata","commerceConciergeEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldCommerceConciergeEnabled(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("commerceConciergeEnabled", "http://soap.sforce.com/2006/04/metadata","commerceConciergeEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), commerceConciergeEnabled, commerceConciergeEnabled__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : commerceCopilotEcomEnabled of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: boolean
|
|
*/
|
|
private boolean commerceCopilotEcomEnabled__is_set = false;
|
|
|
|
private boolean commerceCopilotEcomEnabled;
|
|
|
|
public boolean getCommerceCopilotEcomEnabled() {
|
|
return commerceCopilotEcomEnabled;
|
|
}
|
|
|
|
public boolean isCommerceCopilotEcomEnabled() {
|
|
return commerceCopilotEcomEnabled;
|
|
}
|
|
|
|
public void setCommerceCopilotEcomEnabled(boolean commerceCopilotEcomEnabled) {
|
|
this.commerceCopilotEcomEnabled = commerceCopilotEcomEnabled;
|
|
commerceCopilotEcomEnabled__is_set = true;
|
|
}
|
|
|
|
protected void setCommerceCopilotEcomEnabled(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("commerceCopilotEcomEnabled", "http://soap.sforce.com/2006/04/metadata","commerceCopilotEcomEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setCommerceCopilotEcomEnabled(__typeMapper.readBoolean(__in, _lookupTypeInfo("commerceCopilotEcomEnabled", "http://soap.sforce.com/2006/04/metadata","commerceCopilotEcomEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldCommerceCopilotEcomEnabled(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("commerceCopilotEcomEnabled", "http://soap.sforce.com/2006/04/metadata","commerceCopilotEcomEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), commerceCopilotEcomEnabled, commerceCopilotEcomEnabled__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : commerceDCSegmentEnabled of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: boolean
|
|
*/
|
|
private boolean commerceDCSegmentEnabled__is_set = false;
|
|
|
|
private boolean commerceDCSegmentEnabled;
|
|
|
|
public boolean getCommerceDCSegmentEnabled() {
|
|
return commerceDCSegmentEnabled;
|
|
}
|
|
|
|
public boolean isCommerceDCSegmentEnabled() {
|
|
return commerceDCSegmentEnabled;
|
|
}
|
|
|
|
public void setCommerceDCSegmentEnabled(boolean commerceDCSegmentEnabled) {
|
|
this.commerceDCSegmentEnabled = commerceDCSegmentEnabled;
|
|
commerceDCSegmentEnabled__is_set = true;
|
|
}
|
|
|
|
protected void setCommerceDCSegmentEnabled(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("commerceDCSegmentEnabled", "http://soap.sforce.com/2006/04/metadata","commerceDCSegmentEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setCommerceDCSegmentEnabled(__typeMapper.readBoolean(__in, _lookupTypeInfo("commerceDCSegmentEnabled", "http://soap.sforce.com/2006/04/metadata","commerceDCSegmentEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldCommerceDCSegmentEnabled(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("commerceDCSegmentEnabled", "http://soap.sforce.com/2006/04/metadata","commerceDCSegmentEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), commerceDCSegmentEnabled, commerceDCSegmentEnabled__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : commerceDiscoveryExpansion of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: boolean
|
|
*/
|
|
private boolean commerceDiscoveryExpansion__is_set = false;
|
|
|
|
private boolean commerceDiscoveryExpansion;
|
|
|
|
public boolean getCommerceDiscoveryExpansion() {
|
|
return commerceDiscoveryExpansion;
|
|
}
|
|
|
|
public boolean isCommerceDiscoveryExpansion() {
|
|
return commerceDiscoveryExpansion;
|
|
}
|
|
|
|
public void setCommerceDiscoveryExpansion(boolean commerceDiscoveryExpansion) {
|
|
this.commerceDiscoveryExpansion = commerceDiscoveryExpansion;
|
|
commerceDiscoveryExpansion__is_set = true;
|
|
}
|
|
|
|
protected void setCommerceDiscoveryExpansion(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("commerceDiscoveryExpansion", "http://soap.sforce.com/2006/04/metadata","commerceDiscoveryExpansion","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setCommerceDiscoveryExpansion(__typeMapper.readBoolean(__in, _lookupTypeInfo("commerceDiscoveryExpansion", "http://soap.sforce.com/2006/04/metadata","commerceDiscoveryExpansion","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldCommerceDiscoveryExpansion(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("commerceDiscoveryExpansion", "http://soap.sforce.com/2006/04/metadata","commerceDiscoveryExpansion","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), commerceDiscoveryExpansion, commerceDiscoveryExpansion__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : commerceEnabled of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: boolean
|
|
*/
|
|
private boolean commerceEnabled__is_set = false;
|
|
|
|
private boolean commerceEnabled;
|
|
|
|
public boolean getCommerceEnabled() {
|
|
return commerceEnabled;
|
|
}
|
|
|
|
public boolean isCommerceEnabled() {
|
|
return commerceEnabled;
|
|
}
|
|
|
|
public void setCommerceEnabled(boolean commerceEnabled) {
|
|
this.commerceEnabled = commerceEnabled;
|
|
commerceEnabled__is_set = true;
|
|
}
|
|
|
|
protected void setCommerceEnabled(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("commerceEnabled", "http://soap.sforce.com/2006/04/metadata","commerceEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setCommerceEnabled(__typeMapper.readBoolean(__in, _lookupTypeInfo("commerceEnabled", "http://soap.sforce.com/2006/04/metadata","commerceEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldCommerceEnabled(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("commerceEnabled", "http://soap.sforce.com/2006/04/metadata","commerceEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), commerceEnabled, commerceEnabled__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : commerceNGPEnabled of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: boolean
|
|
*/
|
|
private boolean commerceNGPEnabled__is_set = false;
|
|
|
|
private boolean commerceNGPEnabled;
|
|
|
|
public boolean getCommerceNGPEnabled() {
|
|
return commerceNGPEnabled;
|
|
}
|
|
|
|
public boolean isCommerceNGPEnabled() {
|
|
return commerceNGPEnabled;
|
|
}
|
|
|
|
public void setCommerceNGPEnabled(boolean commerceNGPEnabled) {
|
|
this.commerceNGPEnabled = commerceNGPEnabled;
|
|
commerceNGPEnabled__is_set = true;
|
|
}
|
|
|
|
protected void setCommerceNGPEnabled(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("commerceNGPEnabled", "http://soap.sforce.com/2006/04/metadata","commerceNGPEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setCommerceNGPEnabled(__typeMapper.readBoolean(__in, _lookupTypeInfo("commerceNGPEnabled", "http://soap.sforce.com/2006/04/metadata","commerceNGPEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldCommerceNGPEnabled(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("commerceNGPEnabled", "http://soap.sforce.com/2006/04/metadata","commerceNGPEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), commerceNGPEnabled, commerceNGPEnabled__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : commerceRLMSubs of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: boolean
|
|
*/
|
|
private boolean commerceRLMSubs__is_set = false;
|
|
|
|
private boolean commerceRLMSubs;
|
|
|
|
public boolean getCommerceRLMSubs() {
|
|
return commerceRLMSubs;
|
|
}
|
|
|
|
public boolean isCommerceRLMSubs() {
|
|
return commerceRLMSubs;
|
|
}
|
|
|
|
public void setCommerceRLMSubs(boolean commerceRLMSubs) {
|
|
this.commerceRLMSubs = commerceRLMSubs;
|
|
commerceRLMSubs__is_set = true;
|
|
}
|
|
|
|
protected void setCommerceRLMSubs(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("commerceRLMSubs", "http://soap.sforce.com/2006/04/metadata","commerceRLMSubs","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setCommerceRLMSubs(__typeMapper.readBoolean(__in, _lookupTypeInfo("commerceRLMSubs", "http://soap.sforce.com/2006/04/metadata","commerceRLMSubs","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldCommerceRLMSubs(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("commerceRLMSubs", "http://soap.sforce.com/2006/04/metadata","commerceRLMSubs","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), commerceRLMSubs, commerceRLMSubs__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : convCommShopCopilotEnabled of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: boolean
|
|
*/
|
|
private boolean convCommShopCopilotEnabled__is_set = false;
|
|
|
|
private boolean convCommShopCopilotEnabled;
|
|
|
|
public boolean getConvCommShopCopilotEnabled() {
|
|
return convCommShopCopilotEnabled;
|
|
}
|
|
|
|
public boolean isConvCommShopCopilotEnabled() {
|
|
return convCommShopCopilotEnabled;
|
|
}
|
|
|
|
public void setConvCommShopCopilotEnabled(boolean convCommShopCopilotEnabled) {
|
|
this.convCommShopCopilotEnabled = convCommShopCopilotEnabled;
|
|
convCommShopCopilotEnabled__is_set = true;
|
|
}
|
|
|
|
protected void setConvCommShopCopilotEnabled(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("convCommShopCopilotEnabled", "http://soap.sforce.com/2006/04/metadata","convCommShopCopilotEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setConvCommShopCopilotEnabled(__typeMapper.readBoolean(__in, _lookupTypeInfo("convCommShopCopilotEnabled", "http://soap.sforce.com/2006/04/metadata","convCommShopCopilotEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldConvCommShopCopilotEnabled(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("convCommShopCopilotEnabled", "http://soap.sforce.com/2006/04/metadata","convCommShopCopilotEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), convCommShopCopilotEnabled, convCommShopCopilotEnabled__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : generateInvPerSubscription of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: boolean
|
|
*/
|
|
private boolean generateInvPerSubscription__is_set = false;
|
|
|
|
private boolean generateInvPerSubscription;
|
|
|
|
public boolean getGenerateInvPerSubscription() {
|
|
return generateInvPerSubscription;
|
|
}
|
|
|
|
public boolean isGenerateInvPerSubscription() {
|
|
return generateInvPerSubscription;
|
|
}
|
|
|
|
public void setGenerateInvPerSubscription(boolean generateInvPerSubscription) {
|
|
this.generateInvPerSubscription = generateInvPerSubscription;
|
|
generateInvPerSubscription__is_set = true;
|
|
}
|
|
|
|
protected void setGenerateInvPerSubscription(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("generateInvPerSubscription", "http://soap.sforce.com/2006/04/metadata","generateInvPerSubscription","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setGenerateInvPerSubscription(__typeMapper.readBoolean(__in, _lookupTypeInfo("generateInvPerSubscription", "http://soap.sforce.com/2006/04/metadata","generateInvPerSubscription","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldGenerateInvPerSubscription(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("generateInvPerSubscription", "http://soap.sforce.com/2006/04/metadata","generateInvPerSubscription","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), generateInvPerSubscription, generateInvPerSubscription__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : lowestUnitPriceTracking of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: boolean
|
|
*/
|
|
private boolean lowestUnitPriceTracking__is_set = false;
|
|
|
|
private boolean lowestUnitPriceTracking;
|
|
|
|
public boolean getLowestUnitPriceTracking() {
|
|
return lowestUnitPriceTracking;
|
|
}
|
|
|
|
public boolean isLowestUnitPriceTracking() {
|
|
return lowestUnitPriceTracking;
|
|
}
|
|
|
|
public void setLowestUnitPriceTracking(boolean lowestUnitPriceTracking) {
|
|
this.lowestUnitPriceTracking = lowestUnitPriceTracking;
|
|
lowestUnitPriceTracking__is_set = true;
|
|
}
|
|
|
|
protected void setLowestUnitPriceTracking(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("lowestUnitPriceTracking", "http://soap.sforce.com/2006/04/metadata","lowestUnitPriceTracking","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setLowestUnitPriceTracking(__typeMapper.readBoolean(__in, _lookupTypeInfo("lowestUnitPriceTracking", "http://soap.sforce.com/2006/04/metadata","lowestUnitPriceTracking","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldLowestUnitPriceTracking(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("lowestUnitPriceTracking", "http://soap.sforce.com/2006/04/metadata","lowestUnitPriceTracking","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), lowestUnitPriceTracking, lowestUnitPriceTracking__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : messagingEngagementDataKit of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: boolean
|
|
*/
|
|
private boolean messagingEngagementDataKit__is_set = false;
|
|
|
|
private boolean messagingEngagementDataKit;
|
|
|
|
public boolean getMessagingEngagementDataKit() {
|
|
return messagingEngagementDataKit;
|
|
}
|
|
|
|
public boolean isMessagingEngagementDataKit() {
|
|
return messagingEngagementDataKit;
|
|
}
|
|
|
|
public void setMessagingEngagementDataKit(boolean messagingEngagementDataKit) {
|
|
this.messagingEngagementDataKit = messagingEngagementDataKit;
|
|
messagingEngagementDataKit__is_set = true;
|
|
}
|
|
|
|
protected void setMessagingEngagementDataKit(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("messagingEngagementDataKit", "http://soap.sforce.com/2006/04/metadata","messagingEngagementDataKit","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setMessagingEngagementDataKit(__typeMapper.readBoolean(__in, _lookupTypeInfo("messagingEngagementDataKit", "http://soap.sforce.com/2006/04/metadata","messagingEngagementDataKit","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldMessagingEngagementDataKit(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("messagingEngagementDataKit", "http://soap.sforce.com/2006/04/metadata","messagingEngagementDataKit","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), messagingEngagementDataKit, messagingEngagementDataKit__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", "CommerceSettings");
|
|
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("[CommerceSettings ");
|
|
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 {
|
|
writeFieldBuyerGroupExtensibility(__out, __typeMapper);
|
|
writeFieldCommerceAnalyticsEnabled(__out, __typeMapper);
|
|
writeFieldCommerceAppEnabled(__out, __typeMapper);
|
|
writeFieldCommerceConciergeEnabled(__out, __typeMapper);
|
|
writeFieldCommerceCopilotEcomEnabled(__out, __typeMapper);
|
|
writeFieldCommerceDCSegmentEnabled(__out, __typeMapper);
|
|
writeFieldCommerceDiscoveryExpansion(__out, __typeMapper);
|
|
writeFieldCommerceEnabled(__out, __typeMapper);
|
|
writeFieldCommerceNGPEnabled(__out, __typeMapper);
|
|
writeFieldCommerceRLMSubs(__out, __typeMapper);
|
|
writeFieldConvCommShopCopilotEnabled(__out, __typeMapper);
|
|
writeFieldGenerateInvPerSubscription(__out, __typeMapper);
|
|
writeFieldLowestUnitPriceTracking(__out, __typeMapper);
|
|
writeFieldMessagingEngagementDataKit(__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 {
|
|
setBuyerGroupExtensibility(__in, __typeMapper);
|
|
setCommerceAnalyticsEnabled(__in, __typeMapper);
|
|
setCommerceAppEnabled(__in, __typeMapper);
|
|
setCommerceConciergeEnabled(__in, __typeMapper);
|
|
setCommerceCopilotEcomEnabled(__in, __typeMapper);
|
|
setCommerceDCSegmentEnabled(__in, __typeMapper);
|
|
setCommerceDiscoveryExpansion(__in, __typeMapper);
|
|
setCommerceEnabled(__in, __typeMapper);
|
|
setCommerceNGPEnabled(__in, __typeMapper);
|
|
setCommerceRLMSubs(__in, __typeMapper);
|
|
setConvCommShopCopilotEnabled(__in, __typeMapper);
|
|
setGenerateInvPerSubscription(__in, __typeMapper);
|
|
setLowestUnitPriceTracking(__in, __typeMapper);
|
|
setMessagingEngagementDataKit(__in, __typeMapper);
|
|
}
|
|
|
|
private void toString1(StringBuilder sb) {
|
|
toStringHelper(sb, "buyerGroupExtensibility", buyerGroupExtensibility);
|
|
toStringHelper(sb, "commerceAnalyticsEnabled", commerceAnalyticsEnabled);
|
|
toStringHelper(sb, "commerceAppEnabled", commerceAppEnabled);
|
|
toStringHelper(sb, "commerceConciergeEnabled", commerceConciergeEnabled);
|
|
toStringHelper(sb, "commerceCopilotEcomEnabled", commerceCopilotEcomEnabled);
|
|
toStringHelper(sb, "commerceDCSegmentEnabled", commerceDCSegmentEnabled);
|
|
toStringHelper(sb, "commerceDiscoveryExpansion", commerceDiscoveryExpansion);
|
|
toStringHelper(sb, "commerceEnabled", commerceEnabled);
|
|
toStringHelper(sb, "commerceNGPEnabled", commerceNGPEnabled);
|
|
toStringHelper(sb, "commerceRLMSubs", commerceRLMSubs);
|
|
toStringHelper(sb, "convCommShopCopilotEnabled", convCommShopCopilotEnabled);
|
|
toStringHelper(sb, "generateInvPerSubscription", generateInvPerSubscription);
|
|
toStringHelper(sb, "lowestUnitPriceTracking", lowestUnitPriceTracking);
|
|
toStringHelper(sb, "messagingEngagementDataKit", messagingEngagementDataKit);
|
|
}
|
|
|
|
|
|
}
|