390 lines
19 KiB
Java
390 lines
19 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 AccountingFieldMapping extends com.sforce.soap.metadata.Metadata {
|
||
|
|
|
||
|
|
/**
|
||
|
|
* Constructor
|
||
|
|
*/
|
||
|
|
public AccountingFieldMapping() {}
|
||
|
|
|
||
|
|
/* 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 : accountingModelConfig of type {http://www.w3.org/2001/XMLSchema}string
|
||
|
|
* java type: java.lang.String
|
||
|
|
*/
|
||
|
|
private boolean accountingModelConfig__is_set = false;
|
||
|
|
|
||
|
|
private java.lang.String accountingModelConfig;
|
||
|
|
|
||
|
|
public java.lang.String getAccountingModelConfig() {
|
||
|
|
return accountingModelConfig;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setAccountingModelConfig(java.lang.String accountingModelConfig) {
|
||
|
|
this.accountingModelConfig = accountingModelConfig;
|
||
|
|
accountingModelConfig__is_set = true;
|
||
|
|
}
|
||
|
|
|
||
|
|
protected void setAccountingModelConfig(com.sforce.ws.parser.XmlInputStream __in,
|
||
|
|
com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
|
||
|
|
__in.peekTag();
|
||
|
|
if (__typeMapper.verifyElement(__in, _lookupTypeInfo("accountingModelConfig", "http://soap.sforce.com/2006/04/metadata","accountingModelConfig","http://www.w3.org/2001/XMLSchema","string",1,1,true))) {
|
||
|
|
setAccountingModelConfig(__typeMapper.readString(__in, _lookupTypeInfo("accountingModelConfig", "http://soap.sforce.com/2006/04/metadata","accountingModelConfig","http://www.w3.org/2001/XMLSchema","string",1,1,true), java.lang.String.class));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
private void writeFieldAccountingModelConfig(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
||
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("accountingModelConfig", "http://soap.sforce.com/2006/04/metadata","accountingModelConfig","http://www.w3.org/2001/XMLSchema","string",1,1,true), accountingModelConfig, accountingModelConfig__is_set);
|
||
|
|
}
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : isForAllocationType of type {http://www.w3.org/2001/XMLSchema}boolean
|
||
|
|
* java type: boolean
|
||
|
|
*/
|
||
|
|
private boolean isForAllocationType__is_set = false;
|
||
|
|
|
||
|
|
private boolean isForAllocationType;
|
||
|
|
|
||
|
|
public boolean getIsForAllocationType() {
|
||
|
|
return isForAllocationType;
|
||
|
|
}
|
||
|
|
|
||
|
|
public boolean isIsForAllocationType() {
|
||
|
|
return isForAllocationType;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setIsForAllocationType(boolean isForAllocationType) {
|
||
|
|
this.isForAllocationType = isForAllocationType;
|
||
|
|
isForAllocationType__is_set = true;
|
||
|
|
}
|
||
|
|
|
||
|
|
protected void setIsForAllocationType(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("isForAllocationType", "http://soap.sforce.com/2006/04/metadata","isForAllocationType","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
||
|
|
setIsForAllocationType(__typeMapper.readBoolean(__in, _lookupTypeInfo("isForAllocationType", "http://soap.sforce.com/2006/04/metadata","isForAllocationType","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), boolean.class));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
private void writeFieldIsForAllocationType(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
||
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("isForAllocationType", "http://soap.sforce.com/2006/04/metadata","isForAllocationType","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), isForAllocationType, isForAllocationType__is_set);
|
||
|
|
}
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : isForPaymentType of type {http://www.w3.org/2001/XMLSchema}boolean
|
||
|
|
* java type: boolean
|
||
|
|
*/
|
||
|
|
private boolean isForPaymentType__is_set = false;
|
||
|
|
|
||
|
|
private boolean isForPaymentType;
|
||
|
|
|
||
|
|
public boolean getIsForPaymentType() {
|
||
|
|
return isForPaymentType;
|
||
|
|
}
|
||
|
|
|
||
|
|
public boolean isIsForPaymentType() {
|
||
|
|
return isForPaymentType;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setIsForPaymentType(boolean isForPaymentType) {
|
||
|
|
this.isForPaymentType = isForPaymentType;
|
||
|
|
isForPaymentType__is_set = true;
|
||
|
|
}
|
||
|
|
|
||
|
|
protected void setIsForPaymentType(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("isForPaymentType", "http://soap.sforce.com/2006/04/metadata","isForPaymentType","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
||
|
|
setIsForPaymentType(__typeMapper.readBoolean(__in, _lookupTypeInfo("isForPaymentType", "http://soap.sforce.com/2006/04/metadata","isForPaymentType","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), boolean.class));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
private void writeFieldIsForPaymentType(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
||
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("isForPaymentType", "http://soap.sforce.com/2006/04/metadata","isForPaymentType","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), isForPaymentType, isForPaymentType__is_set);
|
||
|
|
}
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : isForTransactionType of type {http://www.w3.org/2001/XMLSchema}boolean
|
||
|
|
* java type: boolean
|
||
|
|
*/
|
||
|
|
private boolean isForTransactionType__is_set = false;
|
||
|
|
|
||
|
|
private boolean isForTransactionType;
|
||
|
|
|
||
|
|
public boolean getIsForTransactionType() {
|
||
|
|
return isForTransactionType;
|
||
|
|
}
|
||
|
|
|
||
|
|
public boolean isIsForTransactionType() {
|
||
|
|
return isForTransactionType;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setIsForTransactionType(boolean isForTransactionType) {
|
||
|
|
this.isForTransactionType = isForTransactionType;
|
||
|
|
isForTransactionType__is_set = true;
|
||
|
|
}
|
||
|
|
|
||
|
|
protected void setIsForTransactionType(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("isForTransactionType", "http://soap.sforce.com/2006/04/metadata","isForTransactionType","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
||
|
|
setIsForTransactionType(__typeMapper.readBoolean(__in, _lookupTypeInfo("isForTransactionType", "http://soap.sforce.com/2006/04/metadata","isForTransactionType","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), boolean.class));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
private void writeFieldIsForTransactionType(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
||
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("isForTransactionType", "http://soap.sforce.com/2006/04/metadata","isForTransactionType","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), isForTransactionType, isForTransactionType__is_set);
|
||
|
|
}
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : isProtected of type {http://www.w3.org/2001/XMLSchema}boolean
|
||
|
|
* java type: boolean
|
||
|
|
*/
|
||
|
|
private boolean isProtected__is_set = false;
|
||
|
|
|
||
|
|
private boolean isProtected;
|
||
|
|
|
||
|
|
public boolean getIsProtected() {
|
||
|
|
return isProtected;
|
||
|
|
}
|
||
|
|
|
||
|
|
public boolean isIsProtected() {
|
||
|
|
return isProtected;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setIsProtected(boolean isProtected) {
|
||
|
|
this.isProtected = isProtected;
|
||
|
|
isProtected__is_set = true;
|
||
|
|
}
|
||
|
|
|
||
|
|
protected void setIsProtected(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("isProtected", "http://soap.sforce.com/2006/04/metadata","isProtected","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
||
|
|
setIsProtected(__typeMapper.readBoolean(__in, _lookupTypeInfo("isProtected", "http://soap.sforce.com/2006/04/metadata","isProtected","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), boolean.class));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
private void writeFieldIsProtected(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
||
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("isProtected", "http://soap.sforce.com/2006/04/metadata","isProtected","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), isProtected, isProtected__is_set);
|
||
|
|
}
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : mappingBehavior of type {http://soap.sforce.com/2006/04/metadata}MappingBehaviorType
|
||
|
|
* java type: com.sforce.soap.metadata.MappingBehaviorType
|
||
|
|
*/
|
||
|
|
private boolean mappingBehavior__is_set = false;
|
||
|
|
|
||
|
|
private com.sforce.soap.metadata.MappingBehaviorType mappingBehavior;
|
||
|
|
|
||
|
|
public com.sforce.soap.metadata.MappingBehaviorType getMappingBehavior() {
|
||
|
|
return mappingBehavior;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setMappingBehavior(com.sforce.soap.metadata.MappingBehaviorType mappingBehavior) {
|
||
|
|
this.mappingBehavior = mappingBehavior;
|
||
|
|
mappingBehavior__is_set = true;
|
||
|
|
}
|
||
|
|
|
||
|
|
protected void setMappingBehavior(com.sforce.ws.parser.XmlInputStream __in,
|
||
|
|
com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
|
||
|
|
__in.peekTag();
|
||
|
|
if (__typeMapper.verifyElement(__in, _lookupTypeInfo("mappingBehavior", "http://soap.sforce.com/2006/04/metadata","mappingBehavior","http://soap.sforce.com/2006/04/metadata","MappingBehaviorType",1,1,true))) {
|
||
|
|
setMappingBehavior((com.sforce.soap.metadata.MappingBehaviorType)__typeMapper.readObject(__in, _lookupTypeInfo("mappingBehavior", "http://soap.sforce.com/2006/04/metadata","mappingBehavior","http://soap.sforce.com/2006/04/metadata","MappingBehaviorType",1,1,true), com.sforce.soap.metadata.MappingBehaviorType.class));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
private void writeFieldMappingBehavior(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
||
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("mappingBehavior", "http://soap.sforce.com/2006/04/metadata","mappingBehavior","http://soap.sforce.com/2006/04/metadata","MappingBehaviorType",1,1,true), mappingBehavior, mappingBehavior__is_set);
|
||
|
|
}
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : masterLabel of type {http://www.w3.org/2001/XMLSchema}string
|
||
|
|
* java type: java.lang.String
|
||
|
|
*/
|
||
|
|
private boolean masterLabel__is_set = false;
|
||
|
|
|
||
|
|
private java.lang.String masterLabel;
|
||
|
|
|
||
|
|
public java.lang.String getMasterLabel() {
|
||
|
|
return masterLabel;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setMasterLabel(java.lang.String masterLabel) {
|
||
|
|
this.masterLabel = masterLabel;
|
||
|
|
masterLabel__is_set = true;
|
||
|
|
}
|
||
|
|
|
||
|
|
protected void setMasterLabel(com.sforce.ws.parser.XmlInputStream __in,
|
||
|
|
com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
|
||
|
|
__in.peekTag();
|
||
|
|
if (__typeMapper.verifyElement(__in, _lookupTypeInfo("masterLabel", "http://soap.sforce.com/2006/04/metadata","masterLabel","http://www.w3.org/2001/XMLSchema","string",1,1,true))) {
|
||
|
|
setMasterLabel(__typeMapper.readString(__in, _lookupTypeInfo("masterLabel", "http://soap.sforce.com/2006/04/metadata","masterLabel","http://www.w3.org/2001/XMLSchema","string",1,1,true), java.lang.String.class));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
private void writeFieldMasterLabel(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
||
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("masterLabel", "http://soap.sforce.com/2006/04/metadata","masterLabel","http://www.w3.org/2001/XMLSchema","string",1,1,true), masterLabel, masterLabel__is_set);
|
||
|
|
}
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : sourceField of type {http://www.w3.org/2001/XMLSchema}string
|
||
|
|
* java type: java.lang.String
|
||
|
|
*/
|
||
|
|
private boolean sourceField__is_set = false;
|
||
|
|
|
||
|
|
private java.lang.String sourceField;
|
||
|
|
|
||
|
|
public java.lang.String getSourceField() {
|
||
|
|
return sourceField;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setSourceField(java.lang.String sourceField) {
|
||
|
|
this.sourceField = sourceField;
|
||
|
|
sourceField__is_set = true;
|
||
|
|
}
|
||
|
|
|
||
|
|
protected void setSourceField(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("sourceField", "http://soap.sforce.com/2006/04/metadata","sourceField","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
||
|
|
setSourceField(__typeMapper.readString(__in, _lookupTypeInfo("sourceField", "http://soap.sforce.com/2006/04/metadata","sourceField","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
private void writeFieldSourceField(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
||
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("sourceField", "http://soap.sforce.com/2006/04/metadata","sourceField","http://www.w3.org/2001/XMLSchema","string",0,1,true), sourceField, sourceField__is_set);
|
||
|
|
}
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : targetField of type {http://www.w3.org/2001/XMLSchema}string
|
||
|
|
* java type: java.lang.String
|
||
|
|
*/
|
||
|
|
private boolean targetField__is_set = false;
|
||
|
|
|
||
|
|
private java.lang.String targetField;
|
||
|
|
|
||
|
|
public java.lang.String getTargetField() {
|
||
|
|
return targetField;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setTargetField(java.lang.String targetField) {
|
||
|
|
this.targetField = targetField;
|
||
|
|
targetField__is_set = true;
|
||
|
|
}
|
||
|
|
|
||
|
|
protected void setTargetField(com.sforce.ws.parser.XmlInputStream __in,
|
||
|
|
com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
|
||
|
|
__in.peekTag();
|
||
|
|
if (__typeMapper.verifyElement(__in, _lookupTypeInfo("targetField", "http://soap.sforce.com/2006/04/metadata","targetField","http://www.w3.org/2001/XMLSchema","string",1,1,true))) {
|
||
|
|
setTargetField(__typeMapper.readString(__in, _lookupTypeInfo("targetField", "http://soap.sforce.com/2006/04/metadata","targetField","http://www.w3.org/2001/XMLSchema","string",1,1,true), java.lang.String.class));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
private void writeFieldTargetField(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
||
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("targetField", "http://soap.sforce.com/2006/04/metadata","targetField","http://www.w3.org/2001/XMLSchema","string",1,1,true), targetField, targetField__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", "AccountingFieldMapping");
|
||
|
|
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("[AccountingFieldMapping ");
|
||
|
|
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 {
|
||
|
|
writeFieldAccountingModelConfig(__out, __typeMapper);
|
||
|
|
writeFieldIsForAllocationType(__out, __typeMapper);
|
||
|
|
writeFieldIsForPaymentType(__out, __typeMapper);
|
||
|
|
writeFieldIsForTransactionType(__out, __typeMapper);
|
||
|
|
writeFieldIsProtected(__out, __typeMapper);
|
||
|
|
writeFieldMappingBehavior(__out, __typeMapper);
|
||
|
|
writeFieldMasterLabel(__out, __typeMapper);
|
||
|
|
writeFieldSourceField(__out, __typeMapper);
|
||
|
|
writeFieldTargetField(__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 {
|
||
|
|
setAccountingModelConfig(__in, __typeMapper);
|
||
|
|
setIsForAllocationType(__in, __typeMapper);
|
||
|
|
setIsForPaymentType(__in, __typeMapper);
|
||
|
|
setIsForTransactionType(__in, __typeMapper);
|
||
|
|
setIsProtected(__in, __typeMapper);
|
||
|
|
setMappingBehavior(__in, __typeMapper);
|
||
|
|
setMasterLabel(__in, __typeMapper);
|
||
|
|
setSourceField(__in, __typeMapper);
|
||
|
|
setTargetField(__in, __typeMapper);
|
||
|
|
}
|
||
|
|
|
||
|
|
private void toString1(StringBuilder sb) {
|
||
|
|
toStringHelper(sb, "accountingModelConfig", accountingModelConfig);
|
||
|
|
toStringHelper(sb, "isForAllocationType", isForAllocationType);
|
||
|
|
toStringHelper(sb, "isForPaymentType", isForPaymentType);
|
||
|
|
toStringHelper(sb, "isForTransactionType", isForTransactionType);
|
||
|
|
toStringHelper(sb, "isProtected", isProtected);
|
||
|
|
toStringHelper(sb, "mappingBehavior", mappingBehavior);
|
||
|
|
toStringHelper(sb, "masterLabel", masterLabel);
|
||
|
|
toStringHelper(sb, "sourceField", sourceField);
|
||
|
|
toStringHelper(sb, "targetField", targetField);
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
}
|