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 OrderManagementSettings extends com.sforce.soap.metadata.Metadata {
|
||
|
|
|
||
|
|
/**
|
||
|
|
* Constructor
|
||
|
|
*/
|
||
|
|
public OrderManagementSettings() {}
|
||
|
|
|
||
|
|
/* 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 : deliveryEstimationEnabled of type {http://www.w3.org/2001/XMLSchema}boolean
|
||
|
|
* java type: boolean
|
||
|
|
*/
|
||
|
|
private boolean deliveryEstimationEnabled__is_set = false;
|
||
|
|
|
||
|
|
private boolean deliveryEstimationEnabled;
|
||
|
|
|
||
|
|
public boolean getDeliveryEstimationEnabled() {
|
||
|
|
return deliveryEstimationEnabled;
|
||
|
|
}
|
||
|
|
|
||
|
|
public boolean isDeliveryEstimationEnabled() {
|
||
|
|
return deliveryEstimationEnabled;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setDeliveryEstimationEnabled(boolean deliveryEstimationEnabled) {
|
||
|
|
this.deliveryEstimationEnabled = deliveryEstimationEnabled;
|
||
|
|
deliveryEstimationEnabled__is_set = true;
|
||
|
|
}
|
||
|
|
|
||
|
|
protected void setDeliveryEstimationEnabled(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("deliveryEstimationEnabled", "http://soap.sforce.com/2006/04/metadata","deliveryEstimationEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
||
|
|
setDeliveryEstimationEnabled(__typeMapper.readBoolean(__in, _lookupTypeInfo("deliveryEstimationEnabled", "http://soap.sforce.com/2006/04/metadata","deliveryEstimationEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), boolean.class));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
private void writeFieldDeliveryEstimationEnabled(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
||
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("deliveryEstimationEnabled", "http://soap.sforce.com/2006/04/metadata","deliveryEstimationEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), deliveryEstimationEnabled, deliveryEstimationEnabled__is_set);
|
||
|
|
}
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : enableActivityFeedPerChangeOrder of type {http://www.w3.org/2001/XMLSchema}boolean
|
||
|
|
* java type: boolean
|
||
|
|
*/
|
||
|
|
private boolean enableActivityFeedPerChangeOrder__is_set = false;
|
||
|
|
|
||
|
|
private boolean enableActivityFeedPerChangeOrder;
|
||
|
|
|
||
|
|
public boolean getEnableActivityFeedPerChangeOrder() {
|
||
|
|
return enableActivityFeedPerChangeOrder;
|
||
|
|
}
|
||
|
|
|
||
|
|
public boolean isEnableActivityFeedPerChangeOrder() {
|
||
|
|
return enableActivityFeedPerChangeOrder;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setEnableActivityFeedPerChangeOrder(boolean enableActivityFeedPerChangeOrder) {
|
||
|
|
this.enableActivityFeedPerChangeOrder = enableActivityFeedPerChangeOrder;
|
||
|
|
enableActivityFeedPerChangeOrder__is_set = true;
|
||
|
|
}
|
||
|
|
|
||
|
|
protected void setEnableActivityFeedPerChangeOrder(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("enableActivityFeedPerChangeOrder", "http://soap.sforce.com/2006/04/metadata","enableActivityFeedPerChangeOrder","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
||
|
|
setEnableActivityFeedPerChangeOrder(__typeMapper.readBoolean(__in, _lookupTypeInfo("enableActivityFeedPerChangeOrder", "http://soap.sforce.com/2006/04/metadata","enableActivityFeedPerChangeOrder","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), boolean.class));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
private void writeFieldEnableActivityFeedPerChangeOrder(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
||
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("enableActivityFeedPerChangeOrder", "http://soap.sforce.com/2006/04/metadata","enableActivityFeedPerChangeOrder","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), enableActivityFeedPerChangeOrder, enableActivityFeedPerChangeOrder__is_set);
|
||
|
|
}
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : enableB2CHighScaleOrders of type {http://www.w3.org/2001/XMLSchema}boolean
|
||
|
|
* java type: boolean
|
||
|
|
*/
|
||
|
|
private boolean enableB2CHighScaleOrders__is_set = false;
|
||
|
|
|
||
|
|
private boolean enableB2CHighScaleOrders;
|
||
|
|
|
||
|
|
public boolean getEnableB2CHighScaleOrders() {
|
||
|
|
return enableB2CHighScaleOrders;
|
||
|
|
}
|
||
|
|
|
||
|
|
public boolean isEnableB2CHighScaleOrders() {
|
||
|
|
return enableB2CHighScaleOrders;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setEnableB2CHighScaleOrders(boolean enableB2CHighScaleOrders) {
|
||
|
|
this.enableB2CHighScaleOrders = enableB2CHighScaleOrders;
|
||
|
|
enableB2CHighScaleOrders__is_set = true;
|
||
|
|
}
|
||
|
|
|
||
|
|
protected void setEnableB2CHighScaleOrders(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("enableB2CHighScaleOrders", "http://soap.sforce.com/2006/04/metadata","enableB2CHighScaleOrders","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
||
|
|
setEnableB2CHighScaleOrders(__typeMapper.readBoolean(__in, _lookupTypeInfo("enableB2CHighScaleOrders", "http://soap.sforce.com/2006/04/metadata","enableB2CHighScaleOrders","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), boolean.class));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
private void writeFieldEnableB2CHighScaleOrders(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
||
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("enableB2CHighScaleOrders", "http://soap.sforce.com/2006/04/metadata","enableB2CHighScaleOrders","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), enableB2CHighScaleOrders, enableB2CHighScaleOrders__is_set);
|
||
|
|
}
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : enableB2CIntegration of type {http://www.w3.org/2001/XMLSchema}boolean
|
||
|
|
* java type: boolean
|
||
|
|
*/
|
||
|
|
private boolean enableB2CIntegration__is_set = false;
|
||
|
|
|
||
|
|
private boolean enableB2CIntegration;
|
||
|
|
|
||
|
|
public boolean getEnableB2CIntegration() {
|
||
|
|
return enableB2CIntegration;
|
||
|
|
}
|
||
|
|
|
||
|
|
public boolean isEnableB2CIntegration() {
|
||
|
|
return enableB2CIntegration;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setEnableB2CIntegration(boolean enableB2CIntegration) {
|
||
|
|
this.enableB2CIntegration = enableB2CIntegration;
|
||
|
|
enableB2CIntegration__is_set = true;
|
||
|
|
}
|
||
|
|
|
||
|
|
protected void setEnableB2CIntegration(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("enableB2CIntegration", "http://soap.sforce.com/2006/04/metadata","enableB2CIntegration","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
||
|
|
setEnableB2CIntegration(__typeMapper.readBoolean(__in, _lookupTypeInfo("enableB2CIntegration", "http://soap.sforce.com/2006/04/metadata","enableB2CIntegration","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), boolean.class));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
private void writeFieldEnableB2CIntegration(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
||
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("enableB2CIntegration", "http://soap.sforce.com/2006/04/metadata","enableB2CIntegration","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), enableB2CIntegration, enableB2CIntegration__is_set);
|
||
|
|
}
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : enableBillingTypeOrdSummCreation of type {http://www.w3.org/2001/XMLSchema}boolean
|
||
|
|
* java type: boolean
|
||
|
|
*/
|
||
|
|
private boolean enableBillingTypeOrdSummCreation__is_set = false;
|
||
|
|
|
||
|
|
private boolean enableBillingTypeOrdSummCreation;
|
||
|
|
|
||
|
|
public boolean getEnableBillingTypeOrdSummCreation() {
|
||
|
|
return enableBillingTypeOrdSummCreation;
|
||
|
|
}
|
||
|
|
|
||
|
|
public boolean isEnableBillingTypeOrdSummCreation() {
|
||
|
|
return enableBillingTypeOrdSummCreation;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setEnableBillingTypeOrdSummCreation(boolean enableBillingTypeOrdSummCreation) {
|
||
|
|
this.enableBillingTypeOrdSummCreation = enableBillingTypeOrdSummCreation;
|
||
|
|
enableBillingTypeOrdSummCreation__is_set = true;
|
||
|
|
}
|
||
|
|
|
||
|
|
protected void setEnableBillingTypeOrdSummCreation(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("enableBillingTypeOrdSummCreation", "http://soap.sforce.com/2006/04/metadata","enableBillingTypeOrdSummCreation","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
||
|
|
setEnableBillingTypeOrdSummCreation(__typeMapper.readBoolean(__in, _lookupTypeInfo("enableBillingTypeOrdSummCreation", "http://soap.sforce.com/2006/04/metadata","enableBillingTypeOrdSummCreation","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), boolean.class));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
private void writeFieldEnableBillingTypeOrdSummCreation(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
||
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("enableBillingTypeOrdSummCreation", "http://soap.sforce.com/2006/04/metadata","enableBillingTypeOrdSummCreation","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), enableBillingTypeOrdSummCreation, enableBillingTypeOrdSummCreation__is_set);
|
||
|
|
}
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : enableDuplicateManagement of type {http://www.w3.org/2001/XMLSchema}boolean
|
||
|
|
* java type: boolean
|
||
|
|
*/
|
||
|
|
private boolean enableDuplicateManagement__is_set = false;
|
||
|
|
|
||
|
|
private boolean enableDuplicateManagement;
|
||
|
|
|
||
|
|
public boolean getEnableDuplicateManagement() {
|
||
|
|
return enableDuplicateManagement;
|
||
|
|
}
|
||
|
|
|
||
|
|
public boolean isEnableDuplicateManagement() {
|
||
|
|
return enableDuplicateManagement;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setEnableDuplicateManagement(boolean enableDuplicateManagement) {
|
||
|
|
this.enableDuplicateManagement = enableDuplicateManagement;
|
||
|
|
enableDuplicateManagement__is_set = true;
|
||
|
|
}
|
||
|
|
|
||
|
|
protected void setEnableDuplicateManagement(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("enableDuplicateManagement", "http://soap.sforce.com/2006/04/metadata","enableDuplicateManagement","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
||
|
|
setEnableDuplicateManagement(__typeMapper.readBoolean(__in, _lookupTypeInfo("enableDuplicateManagement", "http://soap.sforce.com/2006/04/metadata","enableDuplicateManagement","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), boolean.class));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
private void writeFieldEnableDuplicateManagement(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
||
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("enableDuplicateManagement", "http://soap.sforce.com/2006/04/metadata","enableDuplicateManagement","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), enableDuplicateManagement, enableDuplicateManagement__is_set);
|
||
|
|
}
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : enableHighScaleOrders of type {http://www.w3.org/2001/XMLSchema}boolean
|
||
|
|
* java type: boolean
|
||
|
|
*/
|
||
|
|
private boolean enableHighScaleOrders__is_set = false;
|
||
|
|
|
||
|
|
private boolean enableHighScaleOrders;
|
||
|
|
|
||
|
|
public boolean getEnableHighScaleOrders() {
|
||
|
|
return enableHighScaleOrders;
|
||
|
|
}
|
||
|
|
|
||
|
|
public boolean isEnableHighScaleOrders() {
|
||
|
|
return enableHighScaleOrders;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setEnableHighScaleOrders(boolean enableHighScaleOrders) {
|
||
|
|
this.enableHighScaleOrders = enableHighScaleOrders;
|
||
|
|
enableHighScaleOrders__is_set = true;
|
||
|
|
}
|
||
|
|
|
||
|
|
protected void setEnableHighScaleOrders(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("enableHighScaleOrders", "http://soap.sforce.com/2006/04/metadata","enableHighScaleOrders","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
||
|
|
setEnableHighScaleOrders(__typeMapper.readBoolean(__in, _lookupTypeInfo("enableHighScaleOrders", "http://soap.sforce.com/2006/04/metadata","enableHighScaleOrders","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), boolean.class));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
private void writeFieldEnableHighScaleOrders(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
||
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("enableHighScaleOrders", "http://soap.sforce.com/2006/04/metadata","enableHighScaleOrders","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), enableHighScaleOrders, enableHighScaleOrders__is_set);
|
||
|
|
}
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : enableIndividualOrderItemTaxAdjustments of type {http://www.w3.org/2001/XMLSchema}boolean
|
||
|
|
* java type: boolean
|
||
|
|
*/
|
||
|
|
private boolean enableIndividualOrderItemTaxAdjustments__is_set = false;
|
||
|
|
|
||
|
|
private boolean enableIndividualOrderItemTaxAdjustments;
|
||
|
|
|
||
|
|
public boolean getEnableIndividualOrderItemTaxAdjustments() {
|
||
|
|
return enableIndividualOrderItemTaxAdjustments;
|
||
|
|
}
|
||
|
|
|
||
|
|
public boolean isEnableIndividualOrderItemTaxAdjustments() {
|
||
|
|
return enableIndividualOrderItemTaxAdjustments;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setEnableIndividualOrderItemTaxAdjustments(boolean enableIndividualOrderItemTaxAdjustments) {
|
||
|
|
this.enableIndividualOrderItemTaxAdjustments = enableIndividualOrderItemTaxAdjustments;
|
||
|
|
enableIndividualOrderItemTaxAdjustments__is_set = true;
|
||
|
|
}
|
||
|
|
|
||
|
|
protected void setEnableIndividualOrderItemTaxAdjustments(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("enableIndividualOrderItemTaxAdjustments", "http://soap.sforce.com/2006/04/metadata","enableIndividualOrderItemTaxAdjustments","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
||
|
|
setEnableIndividualOrderItemTaxAdjustments(__typeMapper.readBoolean(__in, _lookupTypeInfo("enableIndividualOrderItemTaxAdjustments", "http://soap.sforce.com/2006/04/metadata","enableIndividualOrderItemTaxAdjustments","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), boolean.class));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
private void writeFieldEnableIndividualOrderItemTaxAdjustments(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
||
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("enableIndividualOrderItemTaxAdjustments", "http://soap.sforce.com/2006/04/metadata","enableIndividualOrderItemTaxAdjustments","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), enableIndividualOrderItemTaxAdjustments, enableIndividualOrderItemTaxAdjustments__is_set);
|
||
|
|
}
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : enableMRURecordCaching of type {http://www.w3.org/2001/XMLSchema}boolean
|
||
|
|
* java type: boolean
|
||
|
|
*/
|
||
|
|
private boolean enableMRURecordCaching__is_set = false;
|
||
|
|
|
||
|
|
private boolean enableMRURecordCaching;
|
||
|
|
|
||
|
|
public boolean getEnableMRURecordCaching() {
|
||
|
|
return enableMRURecordCaching;
|
||
|
|
}
|
||
|
|
|
||
|
|
public boolean isEnableMRURecordCaching() {
|
||
|
|
return enableMRURecordCaching;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setEnableMRURecordCaching(boolean enableMRURecordCaching) {
|
||
|
|
this.enableMRURecordCaching = enableMRURecordCaching;
|
||
|
|
enableMRURecordCaching__is_set = true;
|
||
|
|
}
|
||
|
|
|
||
|
|
protected void setEnableMRURecordCaching(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("enableMRURecordCaching", "http://soap.sforce.com/2006/04/metadata","enableMRURecordCaching","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
||
|
|
setEnableMRURecordCaching(__typeMapper.readBoolean(__in, _lookupTypeInfo("enableMRURecordCaching", "http://soap.sforce.com/2006/04/metadata","enableMRURecordCaching","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), boolean.class));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
private void writeFieldEnableMRURecordCaching(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
||
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("enableMRURecordCaching", "http://soap.sforce.com/2006/04/metadata","enableMRURecordCaching","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), enableMRURecordCaching, enableMRURecordCaching__is_set);
|
||
|
|
}
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : enableOMAutomation of type {http://www.w3.org/2001/XMLSchema}boolean
|
||
|
|
* java type: boolean
|
||
|
|
*/
|
||
|
|
private boolean enableOMAutomation__is_set = false;
|
||
|
|
|
||
|
|
private boolean enableOMAutomation;
|
||
|
|
|
||
|
|
public boolean getEnableOMAutomation() {
|
||
|
|
return enableOMAutomation;
|
||
|
|
}
|
||
|
|
|
||
|
|
public boolean isEnableOMAutomation() {
|
||
|
|
return enableOMAutomation;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setEnableOMAutomation(boolean enableOMAutomation) {
|
||
|
|
this.enableOMAutomation = enableOMAutomation;
|
||
|
|
enableOMAutomation__is_set = true;
|
||
|
|
}
|
||
|
|
|
||
|
|
protected void setEnableOMAutomation(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("enableOMAutomation", "http://soap.sforce.com/2006/04/metadata","enableOMAutomation","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
||
|
|
setEnableOMAutomation(__typeMapper.readBoolean(__in, _lookupTypeInfo("enableOMAutomation", "http://soap.sforce.com/2006/04/metadata","enableOMAutomation","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), boolean.class));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
private void writeFieldEnableOMAutomation(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
||
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("enableOMAutomation", "http://soap.sforce.com/2006/04/metadata","enableOMAutomation","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), enableOMAutomation, enableOMAutomation__is_set);
|
||
|
|
}
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : enableOrderManagement of type {http://www.w3.org/2001/XMLSchema}boolean
|
||
|
|
* java type: boolean
|
||
|
|
*/
|
||
|
|
private boolean enableOrderManagement__is_set = false;
|
||
|
|
|
||
|
|
private boolean enableOrderManagement;
|
||
|
|
|
||
|
|
public boolean getEnableOrderManagement() {
|
||
|
|
return enableOrderManagement;
|
||
|
|
}
|
||
|
|
|
||
|
|
public boolean isEnableOrderManagement() {
|
||
|
|
return enableOrderManagement;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setEnableOrderManagement(boolean enableOrderManagement) {
|
||
|
|
this.enableOrderManagement = enableOrderManagement;
|
||
|
|
enableOrderManagement__is_set = true;
|
||
|
|
}
|
||
|
|
|
||
|
|
protected void setEnableOrderManagement(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("enableOrderManagement", "http://soap.sforce.com/2006/04/metadata","enableOrderManagement","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
||
|
|
setEnableOrderManagement(__typeMapper.readBoolean(__in, _lookupTypeInfo("enableOrderManagement", "http://soap.sforce.com/2006/04/metadata","enableOrderManagement","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), boolean.class));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
private void writeFieldEnableOrderManagement(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
||
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("enableOrderManagement", "http://soap.sforce.com/2006/04/metadata","enableOrderManagement","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), enableOrderManagement, enableOrderManagement__is_set);
|
||
|
|
}
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : enablePersonAccountsForShoppers of type {http://www.w3.org/2001/XMLSchema}boolean
|
||
|
|
* java type: boolean
|
||
|
|
*/
|
||
|
|
private boolean enablePersonAccountsForShoppers__is_set = false;
|
||
|
|
|
||
|
|
private boolean enablePersonAccountsForShoppers;
|
||
|
|
|
||
|
|
public boolean getEnablePersonAccountsForShoppers() {
|
||
|
|
return enablePersonAccountsForShoppers;
|
||
|
|
}
|
||
|
|
|
||
|
|
public boolean isEnablePersonAccountsForShoppers() {
|
||
|
|
return enablePersonAccountsForShoppers;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setEnablePersonAccountsForShoppers(boolean enablePersonAccountsForShoppers) {
|
||
|
|
this.enablePersonAccountsForShoppers = enablePersonAccountsForShoppers;
|
||
|
|
enablePersonAccountsForShoppers__is_set = true;
|
||
|
|
}
|
||
|
|
|
||
|
|
protected void setEnablePersonAccountsForShoppers(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("enablePersonAccountsForShoppers", "http://soap.sforce.com/2006/04/metadata","enablePersonAccountsForShoppers","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
||
|
|
setEnablePersonAccountsForShoppers(__typeMapper.readBoolean(__in, _lookupTypeInfo("enablePersonAccountsForShoppers", "http://soap.sforce.com/2006/04/metadata","enablePersonAccountsForShoppers","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), boolean.class));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
private void writeFieldEnablePersonAccountsForShoppers(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
||
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("enablePersonAccountsForShoppers", "http://soap.sforce.com/2006/04/metadata","enablePersonAccountsForShoppers","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), enablePersonAccountsForShoppers, enablePersonAccountsForShoppers__is_set);
|
||
|
|
}
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : initOMAutomation of type {http://www.w3.org/2001/XMLSchema}boolean
|
||
|
|
* java type: boolean
|
||
|
|
*/
|
||
|
|
private boolean initOMAutomation__is_set = false;
|
||
|
|
|
||
|
|
private boolean initOMAutomation;
|
||
|
|
|
||
|
|
public boolean getInitOMAutomation() {
|
||
|
|
return initOMAutomation;
|
||
|
|
}
|
||
|
|
|
||
|
|
public boolean isInitOMAutomation() {
|
||
|
|
return initOMAutomation;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setInitOMAutomation(boolean initOMAutomation) {
|
||
|
|
this.initOMAutomation = initOMAutomation;
|
||
|
|
initOMAutomation__is_set = true;
|
||
|
|
}
|
||
|
|
|
||
|
|
protected void setInitOMAutomation(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("initOMAutomation", "http://soap.sforce.com/2006/04/metadata","initOMAutomation","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
||
|
|
setInitOMAutomation(__typeMapper.readBoolean(__in, _lookupTypeInfo("initOMAutomation", "http://soap.sforce.com/2006/04/metadata","initOMAutomation","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), boolean.class));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
private void writeFieldInitOMAutomation(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
||
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("initOMAutomation", "http://soap.sforce.com/2006/04/metadata","initOMAutomation","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), initOMAutomation, initOMAutomation__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", "OrderManagementSettings");
|
||
|
|
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("[OrderManagementSettings ");
|
||
|
|
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 {
|
||
|
|
writeFieldDeliveryEstimationEnabled(__out, __typeMapper);
|
||
|
|
writeFieldEnableActivityFeedPerChangeOrder(__out, __typeMapper);
|
||
|
|
writeFieldEnableB2CHighScaleOrders(__out, __typeMapper);
|
||
|
|
writeFieldEnableB2CIntegration(__out, __typeMapper);
|
||
|
|
writeFieldEnableBillingTypeOrdSummCreation(__out, __typeMapper);
|
||
|
|
writeFieldEnableDuplicateManagement(__out, __typeMapper);
|
||
|
|
writeFieldEnableHighScaleOrders(__out, __typeMapper);
|
||
|
|
writeFieldEnableIndividualOrderItemTaxAdjustments(__out, __typeMapper);
|
||
|
|
writeFieldEnableMRURecordCaching(__out, __typeMapper);
|
||
|
|
writeFieldEnableOMAutomation(__out, __typeMapper);
|
||
|
|
writeFieldEnableOrderManagement(__out, __typeMapper);
|
||
|
|
writeFieldEnablePersonAccountsForShoppers(__out, __typeMapper);
|
||
|
|
writeFieldInitOMAutomation(__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 {
|
||
|
|
setDeliveryEstimationEnabled(__in, __typeMapper);
|
||
|
|
setEnableActivityFeedPerChangeOrder(__in, __typeMapper);
|
||
|
|
setEnableB2CHighScaleOrders(__in, __typeMapper);
|
||
|
|
setEnableB2CIntegration(__in, __typeMapper);
|
||
|
|
setEnableBillingTypeOrdSummCreation(__in, __typeMapper);
|
||
|
|
setEnableDuplicateManagement(__in, __typeMapper);
|
||
|
|
setEnableHighScaleOrders(__in, __typeMapper);
|
||
|
|
setEnableIndividualOrderItemTaxAdjustments(__in, __typeMapper);
|
||
|
|
setEnableMRURecordCaching(__in, __typeMapper);
|
||
|
|
setEnableOMAutomation(__in, __typeMapper);
|
||
|
|
setEnableOrderManagement(__in, __typeMapper);
|
||
|
|
setEnablePersonAccountsForShoppers(__in, __typeMapper);
|
||
|
|
setInitOMAutomation(__in, __typeMapper);
|
||
|
|
}
|
||
|
|
|
||
|
|
private void toString1(StringBuilder sb) {
|
||
|
|
toStringHelper(sb, "deliveryEstimationEnabled", deliveryEstimationEnabled);
|
||
|
|
toStringHelper(sb, "enableActivityFeedPerChangeOrder", enableActivityFeedPerChangeOrder);
|
||
|
|
toStringHelper(sb, "enableB2CHighScaleOrders", enableB2CHighScaleOrders);
|
||
|
|
toStringHelper(sb, "enableB2CIntegration", enableB2CIntegration);
|
||
|
|
toStringHelper(sb, "enableBillingTypeOrdSummCreation", enableBillingTypeOrdSummCreation);
|
||
|
|
toStringHelper(sb, "enableDuplicateManagement", enableDuplicateManagement);
|
||
|
|
toStringHelper(sb, "enableHighScaleOrders", enableHighScaleOrders);
|
||
|
|
toStringHelper(sb, "enableIndividualOrderItemTaxAdjustments", enableIndividualOrderItemTaxAdjustments);
|
||
|
|
toStringHelper(sb, "enableMRURecordCaching", enableMRURecordCaching);
|
||
|
|
toStringHelper(sb, "enableOMAutomation", enableOMAutomation);
|
||
|
|
toStringHelper(sb, "enableOrderManagement", enableOrderManagement);
|
||
|
|
toStringHelper(sb, "enablePersonAccountsForShoppers", enablePersonAccountsForShoppers);
|
||
|
|
toStringHelper(sb, "initOMAutomation", initOMAutomation);
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
}
|