datai/docs/reference-code/com/sforce/soap/metadata/BillingSettings.java

1026 lines
58 KiB
Java
Raw Normal View History

2026-01-22 10:52:30 +08:00
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 BillingSettings extends com.sforce.soap.metadata.Metadata {
/**
* Constructor
*/
public BillingSettings() {}
/* 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 : acctRecGlAccount of type {http://www.w3.org/2001/XMLSchema}string
* java type: java.lang.String
*/
private boolean acctRecGlAccount__is_set = false;
private java.lang.String acctRecGlAccount;
public java.lang.String getAcctRecGlAccount() {
return acctRecGlAccount;
}
public void setAcctRecGlAccount(java.lang.String acctRecGlAccount) {
this.acctRecGlAccount = acctRecGlAccount;
acctRecGlAccount__is_set = true;
}
protected void setAcctRecGlAccount(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("acctRecGlAccount", "http://soap.sforce.com/2006/04/metadata","acctRecGlAccount","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
setAcctRecGlAccount(__typeMapper.readString(__in, _lookupTypeInfo("acctRecGlAccount", "http://soap.sforce.com/2006/04/metadata","acctRecGlAccount","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
}
}
private void writeFieldAcctRecGlAccount(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
__typeMapper.writeObject(__out, _lookupTypeInfo("acctRecGlAccount", "http://soap.sforce.com/2006/04/metadata","acctRecGlAccount","http://www.w3.org/2001/XMLSchema","string",0,1,true), acctRecGlAccount, acctRecGlAccount__is_set);
}
/**
* element : billingContextDefinition of type {http://www.w3.org/2001/XMLSchema}string
* java type: java.lang.String
*/
private boolean billingContextDefinition__is_set = false;
private java.lang.String billingContextDefinition;
public java.lang.String getBillingContextDefinition() {
return billingContextDefinition;
}
public void setBillingContextDefinition(java.lang.String billingContextDefinition) {
this.billingContextDefinition = billingContextDefinition;
billingContextDefinition__is_set = true;
}
protected void setBillingContextDefinition(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("billingContextDefinition", "http://soap.sforce.com/2006/04/metadata","billingContextDefinition","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
setBillingContextDefinition(__typeMapper.readString(__in, _lookupTypeInfo("billingContextDefinition", "http://soap.sforce.com/2006/04/metadata","billingContextDefinition","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
}
}
private void writeFieldBillingContextDefinition(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
__typeMapper.writeObject(__out, _lookupTypeInfo("billingContextDefinition", "http://soap.sforce.com/2006/04/metadata","billingContextDefinition","http://www.w3.org/2001/XMLSchema","string",0,1,true), billingContextDefinition, billingContextDefinition__is_set);
}
/**
* element : billingContextSourceMapping of type {http://www.w3.org/2001/XMLSchema}string
* java type: java.lang.String
*/
private boolean billingContextSourceMapping__is_set = false;
private java.lang.String billingContextSourceMapping;
public java.lang.String getBillingContextSourceMapping() {
return billingContextSourceMapping;
}
public void setBillingContextSourceMapping(java.lang.String billingContextSourceMapping) {
this.billingContextSourceMapping = billingContextSourceMapping;
billingContextSourceMapping__is_set = true;
}
protected void setBillingContextSourceMapping(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("billingContextSourceMapping", "http://soap.sforce.com/2006/04/metadata","billingContextSourceMapping","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
setBillingContextSourceMapping(__typeMapper.readString(__in, _lookupTypeInfo("billingContextSourceMapping", "http://soap.sforce.com/2006/04/metadata","billingContextSourceMapping","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
}
}
private void writeFieldBillingContextSourceMapping(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
__typeMapper.writeObject(__out, _lookupTypeInfo("billingContextSourceMapping", "http://soap.sforce.com/2006/04/metadata","billingContextSourceMapping","http://www.w3.org/2001/XMLSchema","string",0,1,true), billingContextSourceMapping, billingContextSourceMapping__is_set);
}
/**
* element : billingIntraCtxtSrcMapping of type {http://www.w3.org/2001/XMLSchema}string
* java type: java.lang.String
*/
private boolean billingIntraCtxtSrcMapping__is_set = false;
private java.lang.String billingIntraCtxtSrcMapping;
public java.lang.String getBillingIntraCtxtSrcMapping() {
return billingIntraCtxtSrcMapping;
}
public void setBillingIntraCtxtSrcMapping(java.lang.String billingIntraCtxtSrcMapping) {
this.billingIntraCtxtSrcMapping = billingIntraCtxtSrcMapping;
billingIntraCtxtSrcMapping__is_set = true;
}
protected void setBillingIntraCtxtSrcMapping(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("billingIntraCtxtSrcMapping", "http://soap.sforce.com/2006/04/metadata","billingIntraCtxtSrcMapping","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
setBillingIntraCtxtSrcMapping(__typeMapper.readString(__in, _lookupTypeInfo("billingIntraCtxtSrcMapping", "http://soap.sforce.com/2006/04/metadata","billingIntraCtxtSrcMapping","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
}
}
private void writeFieldBillingIntraCtxtSrcMapping(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
__typeMapper.writeObject(__out, _lookupTypeInfo("billingIntraCtxtSrcMapping", "http://soap.sforce.com/2006/04/metadata","billingIntraCtxtSrcMapping","http://www.w3.org/2001/XMLSchema","string",0,1,true), billingIntraCtxtSrcMapping, billingIntraCtxtSrcMapping__is_set);
}
/**
* element : defaultAPClosureDPEDefnName of type {http://www.w3.org/2001/XMLSchema}string
* java type: java.lang.String
*/
private boolean defaultAPClosureDPEDefnName__is_set = false;
private java.lang.String defaultAPClosureDPEDefnName;
public java.lang.String getDefaultAPClosureDPEDefnName() {
return defaultAPClosureDPEDefnName;
}
public void setDefaultAPClosureDPEDefnName(java.lang.String defaultAPClosureDPEDefnName) {
this.defaultAPClosureDPEDefnName = defaultAPClosureDPEDefnName;
defaultAPClosureDPEDefnName__is_set = true;
}
protected void setDefaultAPClosureDPEDefnName(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("defaultAPClosureDPEDefnName", "http://soap.sforce.com/2006/04/metadata","defaultAPClosureDPEDefnName","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
setDefaultAPClosureDPEDefnName(__typeMapper.readString(__in, _lookupTypeInfo("defaultAPClosureDPEDefnName", "http://soap.sforce.com/2006/04/metadata","defaultAPClosureDPEDefnName","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
}
}
private void writeFieldDefaultAPClosureDPEDefnName(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
__typeMapper.writeObject(__out, _lookupTypeInfo("defaultAPClosureDPEDefnName", "http://soap.sforce.com/2006/04/metadata","defaultAPClosureDPEDefnName","http://www.w3.org/2001/XMLSchema","string",0,1,true), defaultAPClosureDPEDefnName, defaultAPClosureDPEDefnName__is_set);
}
/**
* element : defaultApplyCreditMemoFlow of type {http://www.w3.org/2001/XMLSchema}string
* java type: java.lang.String
*/
private boolean defaultApplyCreditMemoFlow__is_set = false;
private java.lang.String defaultApplyCreditMemoFlow;
public java.lang.String getDefaultApplyCreditMemoFlow() {
return defaultApplyCreditMemoFlow;
}
public void setDefaultApplyCreditMemoFlow(java.lang.String defaultApplyCreditMemoFlow) {
this.defaultApplyCreditMemoFlow = defaultApplyCreditMemoFlow;
defaultApplyCreditMemoFlow__is_set = true;
}
protected void setDefaultApplyCreditMemoFlow(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("defaultApplyCreditMemoFlow", "http://soap.sforce.com/2006/04/metadata","defaultApplyCreditMemoFlow","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
setDefaultApplyCreditMemoFlow(__typeMapper.readString(__in, _lookupTypeInfo("defaultApplyCreditMemoFlow", "http://soap.sforce.com/2006/04/metadata","defaultApplyCreditMemoFlow","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
}
}
private void writeFieldDefaultApplyCreditMemoFlow(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
__typeMapper.writeObject(__out, _lookupTypeInfo("defaultApplyCreditMemoFlow", "http://soap.sforce.com/2006/04/metadata","defaultApplyCreditMemoFlow","http://www.w3.org/2001/XMLSchema","string",0,1,true), defaultApplyCreditMemoFlow, defaultApplyCreditMemoFlow__is_set);
}
/**
* element : defaultBillingTreatment of type {http://www.w3.org/2001/XMLSchema}string
* java type: java.lang.String
*/
private boolean defaultBillingTreatment__is_set = false;
private java.lang.String defaultBillingTreatment;
public java.lang.String getDefaultBillingTreatment() {
return defaultBillingTreatment;
}
public void setDefaultBillingTreatment(java.lang.String defaultBillingTreatment) {
this.defaultBillingTreatment = defaultBillingTreatment;
defaultBillingTreatment__is_set = true;
}
protected void setDefaultBillingTreatment(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("defaultBillingTreatment", "http://soap.sforce.com/2006/04/metadata","defaultBillingTreatment","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
setDefaultBillingTreatment(__typeMapper.readString(__in, _lookupTypeInfo("defaultBillingTreatment", "http://soap.sforce.com/2006/04/metadata","defaultBillingTreatment","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
}
}
private void writeFieldDefaultBillingTreatment(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
__typeMapper.writeObject(__out, _lookupTypeInfo("defaultBillingTreatment", "http://soap.sforce.com/2006/04/metadata","defaultBillingTreatment","http://www.w3.org/2001/XMLSchema","string",0,1,true), defaultBillingTreatment, defaultBillingTreatment__is_set);
}
/**
* element : defaultEmailTemplate of type {http://www.w3.org/2001/XMLSchema}string
* java type: java.lang.String
*/
private boolean defaultEmailTemplate__is_set = false;
private java.lang.String defaultEmailTemplate;
public java.lang.String getDefaultEmailTemplate() {
return defaultEmailTemplate;
}
public void setDefaultEmailTemplate(java.lang.String defaultEmailTemplate) {
this.defaultEmailTemplate = defaultEmailTemplate;
defaultEmailTemplate__is_set = true;
}
protected void setDefaultEmailTemplate(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("defaultEmailTemplate", "http://soap.sforce.com/2006/04/metadata","defaultEmailTemplate","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
setDefaultEmailTemplate(__typeMapper.readString(__in, _lookupTypeInfo("defaultEmailTemplate", "http://soap.sforce.com/2006/04/metadata","defaultEmailTemplate","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
}
}
private void writeFieldDefaultEmailTemplate(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
__typeMapper.writeObject(__out, _lookupTypeInfo("defaultEmailTemplate", "http://soap.sforce.com/2006/04/metadata","defaultEmailTemplate","http://www.w3.org/2001/XMLSchema","string",0,1,true), defaultEmailTemplate, defaultEmailTemplate__is_set);
}
/**
* element : defaultInvPreviewTemplate of type {http://www.w3.org/2001/XMLSchema}string
* java type: java.lang.String
*/
private boolean defaultInvPreviewTemplate__is_set = false;
private java.lang.String defaultInvPreviewTemplate;
public java.lang.String getDefaultInvPreviewTemplate() {
return defaultInvPreviewTemplate;
}
public void setDefaultInvPreviewTemplate(java.lang.String defaultInvPreviewTemplate) {
this.defaultInvPreviewTemplate = defaultInvPreviewTemplate;
defaultInvPreviewTemplate__is_set = true;
}
protected void setDefaultInvPreviewTemplate(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("defaultInvPreviewTemplate", "http://soap.sforce.com/2006/04/metadata","defaultInvPreviewTemplate","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
setDefaultInvPreviewTemplate(__typeMapper.readString(__in, _lookupTypeInfo("defaultInvPreviewTemplate", "http://soap.sforce.com/2006/04/metadata","defaultInvPreviewTemplate","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
}
}
private void writeFieldDefaultInvPreviewTemplate(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
__typeMapper.writeObject(__out, _lookupTypeInfo("defaultInvPreviewTemplate", "http://soap.sforce.com/2006/04/metadata","defaultInvPreviewTemplate","http://www.w3.org/2001/XMLSchema","string",0,1,true), defaultInvPreviewTemplate, defaultInvPreviewTemplate__is_set);
}
/**
* element : defaultInvoiceDocTemplate of type {http://www.w3.org/2001/XMLSchema}string
* java type: java.lang.String
*/
private boolean defaultInvoiceDocTemplate__is_set = false;
private java.lang.String defaultInvoiceDocTemplate;
public java.lang.String getDefaultInvoiceDocTemplate() {
return defaultInvoiceDocTemplate;
}
public void setDefaultInvoiceDocTemplate(java.lang.String defaultInvoiceDocTemplate) {
this.defaultInvoiceDocTemplate = defaultInvoiceDocTemplate;
defaultInvoiceDocTemplate__is_set = true;
}
protected void setDefaultInvoiceDocTemplate(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("defaultInvoiceDocTemplate", "http://soap.sforce.com/2006/04/metadata","defaultInvoiceDocTemplate","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
setDefaultInvoiceDocTemplate(__typeMapper.readString(__in, _lookupTypeInfo("defaultInvoiceDocTemplate", "http://soap.sforce.com/2006/04/metadata","defaultInvoiceDocTemplate","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
}
}
private void writeFieldDefaultInvoiceDocTemplate(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
__typeMapper.writeObject(__out, _lookupTypeInfo("defaultInvoiceDocTemplate", "http://soap.sforce.com/2006/04/metadata","defaultInvoiceDocTemplate","http://www.w3.org/2001/XMLSchema","string",0,1,true), defaultInvoiceDocTemplate, defaultInvoiceDocTemplate__is_set);
}
/**
* element : defaultLegalEntity of type {http://www.w3.org/2001/XMLSchema}string
* java type: java.lang.String
*/
private boolean defaultLegalEntity__is_set = false;
private java.lang.String defaultLegalEntity;
public java.lang.String getDefaultLegalEntity() {
return defaultLegalEntity;
}
public void setDefaultLegalEntity(java.lang.String defaultLegalEntity) {
this.defaultLegalEntity = defaultLegalEntity;
defaultLegalEntity__is_set = true;
}
protected void setDefaultLegalEntity(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("defaultLegalEntity", "http://soap.sforce.com/2006/04/metadata","defaultLegalEntity","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
setDefaultLegalEntity(__typeMapper.readString(__in, _lookupTypeInfo("defaultLegalEntity", "http://soap.sforce.com/2006/04/metadata","defaultLegalEntity","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
}
}
private void writeFieldDefaultLegalEntity(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
__typeMapper.writeObject(__out, _lookupTypeInfo("defaultLegalEntity", "http://soap.sforce.com/2006/04/metadata","defaultLegalEntity","http://www.w3.org/2001/XMLSchema","string",0,1,true), defaultLegalEntity, defaultLegalEntity__is_set);
}
/**
* element : defaultTaxTreatment of type {http://www.w3.org/2001/XMLSchema}string
* java type: java.lang.String
*/
private boolean defaultTaxTreatment__is_set = false;
private java.lang.String defaultTaxTreatment;
public java.lang.String getDefaultTaxTreatment() {
return defaultTaxTreatment;
}
public void setDefaultTaxTreatment(java.lang.String defaultTaxTreatment) {
this.defaultTaxTreatment = defaultTaxTreatment;
defaultTaxTreatment__is_set = true;
}
protected void setDefaultTaxTreatment(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("defaultTaxTreatment", "http://soap.sforce.com/2006/04/metadata","defaultTaxTreatment","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
setDefaultTaxTreatment(__typeMapper.readString(__in, _lookupTypeInfo("defaultTaxTreatment", "http://soap.sforce.com/2006/04/metadata","defaultTaxTreatment","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
}
}
private void writeFieldDefaultTaxTreatment(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
__typeMapper.writeObject(__out, _lookupTypeInfo("defaultTaxTreatment", "http://soap.sforce.com/2006/04/metadata","defaultTaxTreatment","http://www.w3.org/2001/XMLSchema","string",0,1,true), defaultTaxTreatment, defaultTaxTreatment__is_set);
}
/**
* element : enableBillingSetup of type {http://www.w3.org/2001/XMLSchema}boolean
* java type: boolean
*/
private boolean enableBillingSetup__is_set = false;
private boolean enableBillingSetup;
public boolean getEnableBillingSetup() {
return enableBillingSetup;
}
public boolean isEnableBillingSetup() {
return enableBillingSetup;
}
public void setEnableBillingSetup(boolean enableBillingSetup) {
this.enableBillingSetup = enableBillingSetup;
enableBillingSetup__is_set = true;
}
protected void setEnableBillingSetup(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("enableBillingSetup", "http://soap.sforce.com/2006/04/metadata","enableBillingSetup","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
setEnableBillingSetup(__typeMapper.readBoolean(__in, _lookupTypeInfo("enableBillingSetup", "http://soap.sforce.com/2006/04/metadata","enableBillingSetup","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), boolean.class));
}
}
private void writeFieldEnableBillingSetup(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
__typeMapper.writeObject(__out, _lookupTypeInfo("enableBillingSetup", "http://soap.sforce.com/2006/04/metadata","enableBillingSetup","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), enableBillingSetup, enableBillingSetup__is_set);
}
/**
* element : enableCrMemoApplicationToPostedInvoices of type {http://www.w3.org/2001/XMLSchema}boolean
* java type: boolean
*/
private boolean enableCrMemoApplicationToPostedInvoices__is_set = false;
private boolean enableCrMemoApplicationToPostedInvoices;
public boolean getEnableCrMemoApplicationToPostedInvoices() {
return enableCrMemoApplicationToPostedInvoices;
}
public boolean isEnableCrMemoApplicationToPostedInvoices() {
return enableCrMemoApplicationToPostedInvoices;
}
public void setEnableCrMemoApplicationToPostedInvoices(boolean enableCrMemoApplicationToPostedInvoices) {
this.enableCrMemoApplicationToPostedInvoices = enableCrMemoApplicationToPostedInvoices;
enableCrMemoApplicationToPostedInvoices__is_set = true;
}
protected void setEnableCrMemoApplicationToPostedInvoices(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("enableCrMemoApplicationToPostedInvoices", "http://soap.sforce.com/2006/04/metadata","enableCrMemoApplicationToPostedInvoices","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
setEnableCrMemoApplicationToPostedInvoices(__typeMapper.readBoolean(__in, _lookupTypeInfo("enableCrMemoApplicationToPostedInvoices", "http://soap.sforce.com/2006/04/metadata","enableCrMemoApplicationToPostedInvoices","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), boolean.class));
}
}
private void writeFieldEnableCrMemoApplicationToPostedInvoices(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
__typeMapper.writeObject(__out, _lookupTypeInfo("enableCrMemoApplicationToPostedInvoices", "http://soap.sforce.com/2006/04/metadata","enableCrMemoApplicationToPostedInvoices","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), enableCrMemoApplicationToPostedInvoices, enableCrMemoApplicationToPostedInvoices__is_set);
}
/**
* element : enableForeignExchangeTrxnJrnlCreation of type {http://www.w3.org/2001/XMLSchema}boolean
* java type: boolean
*/
private boolean enableForeignExchangeTrxnJrnlCreation__is_set = false;
private boolean enableForeignExchangeTrxnJrnlCreation;
public boolean getEnableForeignExchangeTrxnJrnlCreation() {
return enableForeignExchangeTrxnJrnlCreation;
}
public boolean isEnableForeignExchangeTrxnJrnlCreation() {
return enableForeignExchangeTrxnJrnlCreation;
}
public void setEnableForeignExchangeTrxnJrnlCreation(boolean enableForeignExchangeTrxnJrnlCreation) {
this.enableForeignExchangeTrxnJrnlCreation = enableForeignExchangeTrxnJrnlCreation;
enableForeignExchangeTrxnJrnlCreation__is_set = true;
}
protected void setEnableForeignExchangeTrxnJrnlCreation(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("enableForeignExchangeTrxnJrnlCreation", "http://soap.sforce.com/2006/04/metadata","enableForeignExchangeTrxnJrnlCreation","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
setEnableForeignExchangeTrxnJrnlCreation(__typeMapper.readBoolean(__in, _lookupTypeInfo("enableForeignExchangeTrxnJrnlCreation", "http://soap.sforce.com/2006/04/metadata","enableForeignExchangeTrxnJrnlCreation","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), boolean.class));
}
}
private void writeFieldEnableForeignExchangeTrxnJrnlCreation(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
__typeMapper.writeObject(__out, _lookupTypeInfo("enableForeignExchangeTrxnJrnlCreation", "http://soap.sforce.com/2006/04/metadata","enableForeignExchangeTrxnJrnlCreation","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), enableForeignExchangeTrxnJrnlCreation, enableForeignExchangeTrxnJrnlCreation__is_set);
}
/**
* element : enableInvoiceEmailDelivery of type {http://www.w3.org/2001/XMLSchema}boolean
* java type: boolean
*/
private boolean enableInvoiceEmailDelivery__is_set = false;
private boolean enableInvoiceEmailDelivery;
public boolean getEnableInvoiceEmailDelivery() {
return enableInvoiceEmailDelivery;
}
public boolean isEnableInvoiceEmailDelivery() {
return enableInvoiceEmailDelivery;
}
public void setEnableInvoiceEmailDelivery(boolean enableInvoiceEmailDelivery) {
this.enableInvoiceEmailDelivery = enableInvoiceEmailDelivery;
enableInvoiceEmailDelivery__is_set = true;
}
protected void setEnableInvoiceEmailDelivery(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("enableInvoiceEmailDelivery", "http://soap.sforce.com/2006/04/metadata","enableInvoiceEmailDelivery","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
setEnableInvoiceEmailDelivery(__typeMapper.readBoolean(__in, _lookupTypeInfo("enableInvoiceEmailDelivery", "http://soap.sforce.com/2006/04/metadata","enableInvoiceEmailDelivery","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), boolean.class));
}
}
private void writeFieldEnableInvoiceEmailDelivery(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
__typeMapper.writeObject(__out, _lookupTypeInfo("enableInvoiceEmailDelivery", "http://soap.sforce.com/2006/04/metadata","enableInvoiceEmailDelivery","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), enableInvoiceEmailDelivery, enableInvoiceEmailDelivery__is_set);
}
/**
* element : enableInvoicePdfGeneration of type {http://www.w3.org/2001/XMLSchema}boolean
* java type: boolean
*/
private boolean enableInvoicePdfGeneration__is_set = false;
private boolean enableInvoicePdfGeneration;
public boolean getEnableInvoicePdfGeneration() {
return enableInvoicePdfGeneration;
}
public boolean isEnableInvoicePdfGeneration() {
return enableInvoicePdfGeneration;
}
public void setEnableInvoicePdfGeneration(boolean enableInvoicePdfGeneration) {
this.enableInvoicePdfGeneration = enableInvoicePdfGeneration;
enableInvoicePdfGeneration__is_set = true;
}
protected void setEnableInvoicePdfGeneration(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("enableInvoicePdfGeneration", "http://soap.sforce.com/2006/04/metadata","enableInvoicePdfGeneration","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
setEnableInvoicePdfGeneration(__typeMapper.readBoolean(__in, _lookupTypeInfo("enableInvoicePdfGeneration", "http://soap.sforce.com/2006/04/metadata","enableInvoicePdfGeneration","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), boolean.class));
}
}
private void writeFieldEnableInvoicePdfGeneration(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
__typeMapper.writeObject(__out, _lookupTypeInfo("enableInvoicePdfGeneration", "http://soap.sforce.com/2006/04/metadata","enableInvoicePdfGeneration","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), enableInvoicePdfGeneration, enableInvoicePdfGeneration__is_set);
}
/**
* element : enableInvoiceSequenceService of type {http://www.w3.org/2001/XMLSchema}boolean
* java type: boolean
*/
private boolean enableInvoiceSequenceService__is_set = false;
private boolean enableInvoiceSequenceService;
public boolean getEnableInvoiceSequenceService() {
return enableInvoiceSequenceService;
}
public boolean isEnableInvoiceSequenceService() {
return enableInvoiceSequenceService;
}
public void setEnableInvoiceSequenceService(boolean enableInvoiceSequenceService) {
this.enableInvoiceSequenceService = enableInvoiceSequenceService;
enableInvoiceSequenceService__is_set = true;
}
protected void setEnableInvoiceSequenceService(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("enableInvoiceSequenceService", "http://soap.sforce.com/2006/04/metadata","enableInvoiceSequenceService","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
setEnableInvoiceSequenceService(__typeMapper.readBoolean(__in, _lookupTypeInfo("enableInvoiceSequenceService", "http://soap.sforce.com/2006/04/metadata","enableInvoiceSequenceService","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), boolean.class));
}
}
private void writeFieldEnableInvoiceSequenceService(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
__typeMapper.writeObject(__out, _lookupTypeInfo("enableInvoiceSequenceService", "http://soap.sforce.com/2006/04/metadata","enableInvoiceSequenceService","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), enableInvoiceSequenceService, enableInvoiceSequenceService__is_set);
}
/**
* element : enableNegInvoiceLnConversionToCrMemoLn of type {http://www.w3.org/2001/XMLSchema}boolean
* java type: boolean
*/
private boolean enableNegInvoiceLnConversionToCrMemoLn__is_set = false;
private boolean enableNegInvoiceLnConversionToCrMemoLn;
public boolean getEnableNegInvoiceLnConversionToCrMemoLn() {
return enableNegInvoiceLnConversionToCrMemoLn;
}
public boolean isEnableNegInvoiceLnConversionToCrMemoLn() {
return enableNegInvoiceLnConversionToCrMemoLn;
}
public void setEnableNegInvoiceLnConversionToCrMemoLn(boolean enableNegInvoiceLnConversionToCrMemoLn) {
this.enableNegInvoiceLnConversionToCrMemoLn = enableNegInvoiceLnConversionToCrMemoLn;
enableNegInvoiceLnConversionToCrMemoLn__is_set = true;
}
protected void setEnableNegInvoiceLnConversionToCrMemoLn(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("enableNegInvoiceLnConversionToCrMemoLn", "http://soap.sforce.com/2006/04/metadata","enableNegInvoiceLnConversionToCrMemoLn","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
setEnableNegInvoiceLnConversionToCrMemoLn(__typeMapper.readBoolean(__in, _lookupTypeInfo("enableNegInvoiceLnConversionToCrMemoLn", "http://soap.sforce.com/2006/04/metadata","enableNegInvoiceLnConversionToCrMemoLn","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), boolean.class));
}
}
private void writeFieldEnableNegInvoiceLnConversionToCrMemoLn(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
__typeMapper.writeObject(__out, _lookupTypeInfo("enableNegInvoiceLnConversionToCrMemoLn", "http://soap.sforce.com/2006/04/metadata","enableNegInvoiceLnConversionToCrMemoLn","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), enableNegInvoiceLnConversionToCrMemoLn, enableNegInvoiceLnConversionToCrMemoLn__is_set);
}
/**
* element : enablePaymentSchedulesAndItemsCreation of type {http://www.w3.org/2001/XMLSchema}boolean
* java type: boolean
*/
private boolean enablePaymentSchedulesAndItemsCreation__is_set = false;
private boolean enablePaymentSchedulesAndItemsCreation;
public boolean getEnablePaymentSchedulesAndItemsCreation() {
return enablePaymentSchedulesAndItemsCreation;
}
public boolean isEnablePaymentSchedulesAndItemsCreation() {
return enablePaymentSchedulesAndItemsCreation;
}
public void setEnablePaymentSchedulesAndItemsCreation(boolean enablePaymentSchedulesAndItemsCreation) {
this.enablePaymentSchedulesAndItemsCreation = enablePaymentSchedulesAndItemsCreation;
enablePaymentSchedulesAndItemsCreation__is_set = true;
}
protected void setEnablePaymentSchedulesAndItemsCreation(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("enablePaymentSchedulesAndItemsCreation", "http://soap.sforce.com/2006/04/metadata","enablePaymentSchedulesAndItemsCreation","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
setEnablePaymentSchedulesAndItemsCreation(__typeMapper.readBoolean(__in, _lookupTypeInfo("enablePaymentSchedulesAndItemsCreation", "http://soap.sforce.com/2006/04/metadata","enablePaymentSchedulesAndItemsCreation","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), boolean.class));
}
}
private void writeFieldEnablePaymentSchedulesAndItemsCreation(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
__typeMapper.writeObject(__out, _lookupTypeInfo("enablePaymentSchedulesAndItemsCreation", "http://soap.sforce.com/2006/04/metadata","enablePaymentSchedulesAndItemsCreation","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), enablePaymentSchedulesAndItemsCreation, enablePaymentSchedulesAndItemsCreation__is_set);
}
/**
* element : enableTransactionJournalCreation of type {http://www.w3.org/2001/XMLSchema}boolean
* java type: boolean
*/
private boolean enableTransactionJournalCreation__is_set = false;
private boolean enableTransactionJournalCreation;
public boolean getEnableTransactionJournalCreation() {
return enableTransactionJournalCreation;
}
public boolean isEnableTransactionJournalCreation() {
return enableTransactionJournalCreation;
}
public void setEnableTransactionJournalCreation(boolean enableTransactionJournalCreation) {
this.enableTransactionJournalCreation = enableTransactionJournalCreation;
enableTransactionJournalCreation__is_set = true;
}
protected void setEnableTransactionJournalCreation(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("enableTransactionJournalCreation", "http://soap.sforce.com/2006/04/metadata","enableTransactionJournalCreation","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
setEnableTransactionJournalCreation(__typeMapper.readBoolean(__in, _lookupTypeInfo("enableTransactionJournalCreation", "http://soap.sforce.com/2006/04/metadata","enableTransactionJournalCreation","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), boolean.class));
}
}
private void writeFieldEnableTransactionJournalCreation(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
__typeMapper.writeObject(__out, _lookupTypeInfo("enableTransactionJournalCreation", "http://soap.sforce.com/2006/04/metadata","enableTransactionJournalCreation","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), enableTransactionJournalCreation, enableTransactionJournalCreation__is_set);
}
/**
* element : enableTransactionsApplicationToInvoices of type {http://www.w3.org/2001/XMLSchema}boolean
* java type: boolean
*/
private boolean enableTransactionsApplicationToInvoices__is_set = false;
private boolean enableTransactionsApplicationToInvoices;
public boolean getEnableTransactionsApplicationToInvoices() {
return enableTransactionsApplicationToInvoices;
}
public boolean isEnableTransactionsApplicationToInvoices() {
return enableTransactionsApplicationToInvoices;
}
public void setEnableTransactionsApplicationToInvoices(boolean enableTransactionsApplicationToInvoices) {
this.enableTransactionsApplicationToInvoices = enableTransactionsApplicationToInvoices;
enableTransactionsApplicationToInvoices__is_set = true;
}
protected void setEnableTransactionsApplicationToInvoices(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("enableTransactionsApplicationToInvoices", "http://soap.sforce.com/2006/04/metadata","enableTransactionsApplicationToInvoices","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
setEnableTransactionsApplicationToInvoices(__typeMapper.readBoolean(__in, _lookupTypeInfo("enableTransactionsApplicationToInvoices", "http://soap.sforce.com/2006/04/metadata","enableTransactionsApplicationToInvoices","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), boolean.class));
}
}
private void writeFieldEnableTransactionsApplicationToInvoices(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
__typeMapper.writeObject(__out, _lookupTypeInfo("enableTransactionsApplicationToInvoices", "http://soap.sforce.com/2006/04/metadata","enableTransactionsApplicationToInvoices","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), enableTransactionsApplicationToInvoices, enableTransactionsApplicationToInvoices__is_set);
}
/**
* element : enableTrxnAmountsStorageInCorpCurrency of type {http://www.w3.org/2001/XMLSchema}boolean
* java type: boolean
*/
private boolean enableTrxnAmountsStorageInCorpCurrency__is_set = false;
private boolean enableTrxnAmountsStorageInCorpCurrency;
public boolean getEnableTrxnAmountsStorageInCorpCurrency() {
return enableTrxnAmountsStorageInCorpCurrency;
}
public boolean isEnableTrxnAmountsStorageInCorpCurrency() {
return enableTrxnAmountsStorageInCorpCurrency;
}
public void setEnableTrxnAmountsStorageInCorpCurrency(boolean enableTrxnAmountsStorageInCorpCurrency) {
this.enableTrxnAmountsStorageInCorpCurrency = enableTrxnAmountsStorageInCorpCurrency;
enableTrxnAmountsStorageInCorpCurrency__is_set = true;
}
protected void setEnableTrxnAmountsStorageInCorpCurrency(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("enableTrxnAmountsStorageInCorpCurrency", "http://soap.sforce.com/2006/04/metadata","enableTrxnAmountsStorageInCorpCurrency","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
setEnableTrxnAmountsStorageInCorpCurrency(__typeMapper.readBoolean(__in, _lookupTypeInfo("enableTrxnAmountsStorageInCorpCurrency", "http://soap.sforce.com/2006/04/metadata","enableTrxnAmountsStorageInCorpCurrency","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), boolean.class));
}
}
private void writeFieldEnableTrxnAmountsStorageInCorpCurrency(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
__typeMapper.writeObject(__out, _lookupTypeInfo("enableTrxnAmountsStorageInCorpCurrency", "http://soap.sforce.com/2006/04/metadata","enableTrxnAmountsStorageInCorpCurrency","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), enableTrxnAmountsStorageInCorpCurrency, enableTrxnAmountsStorageInCorpCurrency__is_set);
}
/**
* element : realisedGainGlAccount of type {http://www.w3.org/2001/XMLSchema}string
* java type: java.lang.String
*/
private boolean realisedGainGlAccount__is_set = false;
private java.lang.String realisedGainGlAccount;
public java.lang.String getRealisedGainGlAccount() {
return realisedGainGlAccount;
}
public void setRealisedGainGlAccount(java.lang.String realisedGainGlAccount) {
this.realisedGainGlAccount = realisedGainGlAccount;
realisedGainGlAccount__is_set = true;
}
protected void setRealisedGainGlAccount(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("realisedGainGlAccount", "http://soap.sforce.com/2006/04/metadata","realisedGainGlAccount","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
setRealisedGainGlAccount(__typeMapper.readString(__in, _lookupTypeInfo("realisedGainGlAccount", "http://soap.sforce.com/2006/04/metadata","realisedGainGlAccount","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
}
}
private void writeFieldRealisedGainGlAccount(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
__typeMapper.writeObject(__out, _lookupTypeInfo("realisedGainGlAccount", "http://soap.sforce.com/2006/04/metadata","realisedGainGlAccount","http://www.w3.org/2001/XMLSchema","string",0,1,true), realisedGainGlAccount, realisedGainGlAccount__is_set);
}
/**
* element : realisedLossGlAccount of type {http://www.w3.org/2001/XMLSchema}string
* java type: java.lang.String
*/
private boolean realisedLossGlAccount__is_set = false;
private java.lang.String realisedLossGlAccount;
public java.lang.String getRealisedLossGlAccount() {
return realisedLossGlAccount;
}
public void setRealisedLossGlAccount(java.lang.String realisedLossGlAccount) {
this.realisedLossGlAccount = realisedLossGlAccount;
realisedLossGlAccount__is_set = true;
}
protected void setRealisedLossGlAccount(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("realisedLossGlAccount", "http://soap.sforce.com/2006/04/metadata","realisedLossGlAccount","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
setRealisedLossGlAccount(__typeMapper.readString(__in, _lookupTypeInfo("realisedLossGlAccount", "http://soap.sforce.com/2006/04/metadata","realisedLossGlAccount","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
}
}
private void writeFieldRealisedLossGlAccount(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
__typeMapper.writeObject(__out, _lookupTypeInfo("realisedLossGlAccount", "http://soap.sforce.com/2006/04/metadata","realisedLossGlAccount","http://www.w3.org/2001/XMLSchema","string",0,1,true), realisedLossGlAccount, realisedLossGlAccount__is_set);
}
/**
* element : sendTo of type {http://www.w3.org/2001/XMLSchema}string
* java type: java.lang.String
*/
private boolean sendTo__is_set = false;
private java.lang.String sendTo;
public java.lang.String getSendTo() {
return sendTo;
}
public void setSendTo(java.lang.String sendTo) {
this.sendTo = sendTo;
sendTo__is_set = true;
}
protected void setSendTo(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("sendTo", "http://soap.sforce.com/2006/04/metadata","sendTo","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
setSendTo(__typeMapper.readString(__in, _lookupTypeInfo("sendTo", "http://soap.sforce.com/2006/04/metadata","sendTo","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
}
}
private void writeFieldSendTo(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
__typeMapper.writeObject(__out, _lookupTypeInfo("sendTo", "http://soap.sforce.com/2006/04/metadata","sendTo","http://www.w3.org/2001/XMLSchema","string",0,1,true), sendTo, sendTo__is_set);
}
/**
* element : unrealisedGainGlAccount of type {http://www.w3.org/2001/XMLSchema}string
* java type: java.lang.String
*/
private boolean unrealisedGainGlAccount__is_set = false;
private java.lang.String unrealisedGainGlAccount;
public java.lang.String getUnrealisedGainGlAccount() {
return unrealisedGainGlAccount;
}
public void setUnrealisedGainGlAccount(java.lang.String unrealisedGainGlAccount) {
this.unrealisedGainGlAccount = unrealisedGainGlAccount;
unrealisedGainGlAccount__is_set = true;
}
protected void setUnrealisedGainGlAccount(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("unrealisedGainGlAccount", "http://soap.sforce.com/2006/04/metadata","unrealisedGainGlAccount","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
setUnrealisedGainGlAccount(__typeMapper.readString(__in, _lookupTypeInfo("unrealisedGainGlAccount", "http://soap.sforce.com/2006/04/metadata","unrealisedGainGlAccount","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
}
}
private void writeFieldUnrealisedGainGlAccount(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
__typeMapper.writeObject(__out, _lookupTypeInfo("unrealisedGainGlAccount", "http://soap.sforce.com/2006/04/metadata","unrealisedGainGlAccount","http://www.w3.org/2001/XMLSchema","string",0,1,true), unrealisedGainGlAccount, unrealisedGainGlAccount__is_set);
}
/**
* element : unrealisedLossGlAccount of type {http://www.w3.org/2001/XMLSchema}string
* java type: java.lang.String
*/
private boolean unrealisedLossGlAccount__is_set = false;
private java.lang.String unrealisedLossGlAccount;
public java.lang.String getUnrealisedLossGlAccount() {
return unrealisedLossGlAccount;
}
public void setUnrealisedLossGlAccount(java.lang.String unrealisedLossGlAccount) {
this.unrealisedLossGlAccount = unrealisedLossGlAccount;
unrealisedLossGlAccount__is_set = true;
}
protected void setUnrealisedLossGlAccount(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("unrealisedLossGlAccount", "http://soap.sforce.com/2006/04/metadata","unrealisedLossGlAccount","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
setUnrealisedLossGlAccount(__typeMapper.readString(__in, _lookupTypeInfo("unrealisedLossGlAccount", "http://soap.sforce.com/2006/04/metadata","unrealisedLossGlAccount","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
}
}
private void writeFieldUnrealisedLossGlAccount(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
__typeMapper.writeObject(__out, _lookupTypeInfo("unrealisedLossGlAccount", "http://soap.sforce.com/2006/04/metadata","unrealisedLossGlAccount","http://www.w3.org/2001/XMLSchema","string",0,1,true), unrealisedLossGlAccount, unrealisedLossGlAccount__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", "BillingSettings");
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("[BillingSettings ");
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 {
writeFieldAcctRecGlAccount(__out, __typeMapper);
writeFieldBillingContextDefinition(__out, __typeMapper);
writeFieldBillingContextSourceMapping(__out, __typeMapper);
writeFieldBillingIntraCtxtSrcMapping(__out, __typeMapper);
writeFieldDefaultAPClosureDPEDefnName(__out, __typeMapper);
writeFieldDefaultApplyCreditMemoFlow(__out, __typeMapper);
writeFieldDefaultBillingTreatment(__out, __typeMapper);
writeFieldDefaultEmailTemplate(__out, __typeMapper);
writeFieldDefaultInvPreviewTemplate(__out, __typeMapper);
writeFieldDefaultInvoiceDocTemplate(__out, __typeMapper);
writeFieldDefaultLegalEntity(__out, __typeMapper);
writeFieldDefaultTaxTreatment(__out, __typeMapper);
writeFieldEnableBillingSetup(__out, __typeMapper);
writeFieldEnableCrMemoApplicationToPostedInvoices(__out, __typeMapper);
writeFieldEnableForeignExchangeTrxnJrnlCreation(__out, __typeMapper);
writeFieldEnableInvoiceEmailDelivery(__out, __typeMapper);
writeFieldEnableInvoicePdfGeneration(__out, __typeMapper);
writeFieldEnableInvoiceSequenceService(__out, __typeMapper);
writeFieldEnableNegInvoiceLnConversionToCrMemoLn(__out, __typeMapper);
writeFieldEnablePaymentSchedulesAndItemsCreation(__out, __typeMapper);
writeFieldEnableTransactionJournalCreation(__out, __typeMapper);
writeFieldEnableTransactionsApplicationToInvoices(__out, __typeMapper);
writeFieldEnableTrxnAmountsStorageInCorpCurrency(__out, __typeMapper);
writeFieldRealisedGainGlAccount(__out, __typeMapper);
writeFieldRealisedLossGlAccount(__out, __typeMapper);
writeFieldSendTo(__out, __typeMapper);
writeFieldUnrealisedGainGlAccount(__out, __typeMapper);
writeFieldUnrealisedLossGlAccount(__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 {
setAcctRecGlAccount(__in, __typeMapper);
setBillingContextDefinition(__in, __typeMapper);
setBillingContextSourceMapping(__in, __typeMapper);
setBillingIntraCtxtSrcMapping(__in, __typeMapper);
setDefaultAPClosureDPEDefnName(__in, __typeMapper);
setDefaultApplyCreditMemoFlow(__in, __typeMapper);
setDefaultBillingTreatment(__in, __typeMapper);
setDefaultEmailTemplate(__in, __typeMapper);
setDefaultInvPreviewTemplate(__in, __typeMapper);
setDefaultInvoiceDocTemplate(__in, __typeMapper);
setDefaultLegalEntity(__in, __typeMapper);
setDefaultTaxTreatment(__in, __typeMapper);
setEnableBillingSetup(__in, __typeMapper);
setEnableCrMemoApplicationToPostedInvoices(__in, __typeMapper);
setEnableForeignExchangeTrxnJrnlCreation(__in, __typeMapper);
setEnableInvoiceEmailDelivery(__in, __typeMapper);
setEnableInvoicePdfGeneration(__in, __typeMapper);
setEnableInvoiceSequenceService(__in, __typeMapper);
setEnableNegInvoiceLnConversionToCrMemoLn(__in, __typeMapper);
setEnablePaymentSchedulesAndItemsCreation(__in, __typeMapper);
setEnableTransactionJournalCreation(__in, __typeMapper);
setEnableTransactionsApplicationToInvoices(__in, __typeMapper);
setEnableTrxnAmountsStorageInCorpCurrency(__in, __typeMapper);
setRealisedGainGlAccount(__in, __typeMapper);
setRealisedLossGlAccount(__in, __typeMapper);
setSendTo(__in, __typeMapper);
setUnrealisedGainGlAccount(__in, __typeMapper);
setUnrealisedLossGlAccount(__in, __typeMapper);
}
private void toString1(StringBuilder sb) {
toStringHelper(sb, "acctRecGlAccount", acctRecGlAccount);
toStringHelper(sb, "billingContextDefinition", billingContextDefinition);
toStringHelper(sb, "billingContextSourceMapping", billingContextSourceMapping);
toStringHelper(sb, "billingIntraCtxtSrcMapping", billingIntraCtxtSrcMapping);
toStringHelper(sb, "defaultAPClosureDPEDefnName", defaultAPClosureDPEDefnName);
toStringHelper(sb, "defaultApplyCreditMemoFlow", defaultApplyCreditMemoFlow);
toStringHelper(sb, "defaultBillingTreatment", defaultBillingTreatment);
toStringHelper(sb, "defaultEmailTemplate", defaultEmailTemplate);
toStringHelper(sb, "defaultInvPreviewTemplate", defaultInvPreviewTemplate);
toStringHelper(sb, "defaultInvoiceDocTemplate", defaultInvoiceDocTemplate);
toStringHelper(sb, "defaultLegalEntity", defaultLegalEntity);
toStringHelper(sb, "defaultTaxTreatment", defaultTaxTreatment);
toStringHelper(sb, "enableBillingSetup", enableBillingSetup);
toStringHelper(sb, "enableCrMemoApplicationToPostedInvoices", enableCrMemoApplicationToPostedInvoices);
toStringHelper(sb, "enableForeignExchangeTrxnJrnlCreation", enableForeignExchangeTrxnJrnlCreation);
toStringHelper(sb, "enableInvoiceEmailDelivery", enableInvoiceEmailDelivery);
toStringHelper(sb, "enableInvoicePdfGeneration", enableInvoicePdfGeneration);
toStringHelper(sb, "enableInvoiceSequenceService", enableInvoiceSequenceService);
toStringHelper(sb, "enableNegInvoiceLnConversionToCrMemoLn", enableNegInvoiceLnConversionToCrMemoLn);
toStringHelper(sb, "enablePaymentSchedulesAndItemsCreation", enablePaymentSchedulesAndItemsCreation);
toStringHelper(sb, "enableTransactionJournalCreation", enableTransactionJournalCreation);
toStringHelper(sb, "enableTransactionsApplicationToInvoices", enableTransactionsApplicationToInvoices);
toStringHelper(sb, "enableTrxnAmountsStorageInCorpCurrency", enableTrxnAmountsStorageInCorpCurrency);
toStringHelper(sb, "realisedGainGlAccount", realisedGainGlAccount);
toStringHelper(sb, "realisedLossGlAccount", realisedLossGlAccount);
toStringHelper(sb, "sendTo", sendTo);
toStringHelper(sb, "unrealisedGainGlAccount", unrealisedGainGlAccount);
toStringHelper(sb, "unrealisedLossGlAccount", unrealisedLossGlAccount);
}
}