342 lines
18 KiB
Java
342 lines
18 KiB
Java
package com.sforce.soap.tooling.sobject;
|
|
|
|
/**
|
|
* This is a generated class for the SObject Enterprise API.
|
|
* Do not edit this file, as your changes will be lost.
|
|
*/
|
|
public class AccountingSettings extends com.sforce.soap.tooling.sobject.SObject {
|
|
|
|
/**
|
|
* Constructor
|
|
*/
|
|
public AccountingSettings() {}
|
|
|
|
/* 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 : DurableId of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean DurableId__is_set = false;
|
|
|
|
private java.lang.String DurableId;
|
|
|
|
public java.lang.String getDurableId() {
|
|
return DurableId;
|
|
}
|
|
|
|
public void setDurableId(java.lang.String DurableId) {
|
|
this.DurableId = DurableId;
|
|
DurableId__is_set = true;
|
|
}
|
|
|
|
protected void setDurableId(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("DurableId", "urn:sobject.tooling.soap.sforce.com","DurableId","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
|
setDurableId(__typeMapper.readString(__in, _lookupTypeInfo("DurableId", "urn:sobject.tooling.soap.sforce.com","DurableId","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldDurableId(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("DurableId", "urn:sobject.tooling.soap.sforce.com","DurableId","http://www.w3.org/2001/XMLSchema","string",0,1,true), DurableId, DurableId__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : FullName of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean FullName__is_set = false;
|
|
|
|
private java.lang.String FullName;
|
|
|
|
public java.lang.String getFullName() {
|
|
return FullName;
|
|
}
|
|
|
|
public void setFullName(java.lang.String FullName) {
|
|
this.FullName = FullName;
|
|
FullName__is_set = true;
|
|
}
|
|
|
|
protected void setFullName(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("FullName", "urn:sobject.tooling.soap.sforce.com","FullName","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
|
setFullName(__typeMapper.readString(__in, _lookupTypeInfo("FullName", "urn:sobject.tooling.soap.sforce.com","FullName","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldFullName(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("FullName", "urn:sobject.tooling.soap.sforce.com","FullName","http://www.w3.org/2001/XMLSchema","string",0,1,true), FullName, FullName__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : IsAccountingSubledgerEnabled of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: java.lang.Boolean
|
|
*/
|
|
private boolean IsAccountingSubledgerEnabled__is_set = false;
|
|
|
|
private java.lang.Boolean IsAccountingSubledgerEnabled;
|
|
|
|
public java.lang.Boolean getIsAccountingSubledgerEnabled() {
|
|
return IsAccountingSubledgerEnabled;
|
|
}
|
|
|
|
public void setIsAccountingSubledgerEnabled(java.lang.Boolean IsAccountingSubledgerEnabled) {
|
|
this.IsAccountingSubledgerEnabled = IsAccountingSubledgerEnabled;
|
|
IsAccountingSubledgerEnabled__is_set = true;
|
|
}
|
|
|
|
protected void setIsAccountingSubledgerEnabled(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("IsAccountingSubledgerEnabled", "urn:sobject.tooling.soap.sforce.com","IsAccountingSubledgerEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setIsAccountingSubledgerEnabled((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsAccountingSubledgerEnabled", "urn:sobject.tooling.soap.sforce.com","IsAccountingSubledgerEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldIsAccountingSubledgerEnabled(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("IsAccountingSubledgerEnabled", "urn:sobject.tooling.soap.sforce.com","IsAccountingSubledgerEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsAccountingSubledgerEnabled, IsAccountingSubledgerEnabled__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : IsFinancePeriodEnabled of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: java.lang.Boolean
|
|
*/
|
|
private boolean IsFinancePeriodEnabled__is_set = false;
|
|
|
|
private java.lang.Boolean IsFinancePeriodEnabled;
|
|
|
|
public java.lang.Boolean getIsFinancePeriodEnabled() {
|
|
return IsFinancePeriodEnabled;
|
|
}
|
|
|
|
public void setIsFinancePeriodEnabled(java.lang.Boolean IsFinancePeriodEnabled) {
|
|
this.IsFinancePeriodEnabled = IsFinancePeriodEnabled;
|
|
IsFinancePeriodEnabled__is_set = true;
|
|
}
|
|
|
|
protected void setIsFinancePeriodEnabled(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("IsFinancePeriodEnabled", "urn:sobject.tooling.soap.sforce.com","IsFinancePeriodEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setIsFinancePeriodEnabled((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsFinancePeriodEnabled", "urn:sobject.tooling.soap.sforce.com","IsFinancePeriodEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldIsFinancePeriodEnabled(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("IsFinancePeriodEnabled", "urn:sobject.tooling.soap.sforce.com","IsFinancePeriodEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsFinancePeriodEnabled, IsFinancePeriodEnabled__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : IsPaymentMethodAdjustEnabled of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: java.lang.Boolean
|
|
*/
|
|
private boolean IsPaymentMethodAdjustEnabled__is_set = false;
|
|
|
|
private java.lang.Boolean IsPaymentMethodAdjustEnabled;
|
|
|
|
public java.lang.Boolean getIsPaymentMethodAdjustEnabled() {
|
|
return IsPaymentMethodAdjustEnabled;
|
|
}
|
|
|
|
public void setIsPaymentMethodAdjustEnabled(java.lang.Boolean IsPaymentMethodAdjustEnabled) {
|
|
this.IsPaymentMethodAdjustEnabled = IsPaymentMethodAdjustEnabled;
|
|
IsPaymentMethodAdjustEnabled__is_set = true;
|
|
}
|
|
|
|
protected void setIsPaymentMethodAdjustEnabled(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("IsPaymentMethodAdjustEnabled", "urn:sobject.tooling.soap.sforce.com","IsPaymentMethodAdjustEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setIsPaymentMethodAdjustEnabled((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsPaymentMethodAdjustEnabled", "urn:sobject.tooling.soap.sforce.com","IsPaymentMethodAdjustEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldIsPaymentMethodAdjustEnabled(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("IsPaymentMethodAdjustEnabled", "urn:sobject.tooling.soap.sforce.com","IsPaymentMethodAdjustEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsPaymentMethodAdjustEnabled, IsPaymentMethodAdjustEnabled__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : IsScheduledJobEnabled of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: java.lang.Boolean
|
|
*/
|
|
private boolean IsScheduledJobEnabled__is_set = false;
|
|
|
|
private java.lang.Boolean IsScheduledJobEnabled;
|
|
|
|
public java.lang.Boolean getIsScheduledJobEnabled() {
|
|
return IsScheduledJobEnabled;
|
|
}
|
|
|
|
public void setIsScheduledJobEnabled(java.lang.Boolean IsScheduledJobEnabled) {
|
|
this.IsScheduledJobEnabled = IsScheduledJobEnabled;
|
|
IsScheduledJobEnabled__is_set = true;
|
|
}
|
|
|
|
protected void setIsScheduledJobEnabled(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("IsScheduledJobEnabled", "urn:sobject.tooling.soap.sforce.com","IsScheduledJobEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setIsScheduledJobEnabled((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsScheduledJobEnabled", "urn:sobject.tooling.soap.sforce.com","IsScheduledJobEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldIsScheduledJobEnabled(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("IsScheduledJobEnabled", "urn:sobject.tooling.soap.sforce.com","IsScheduledJobEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsScheduledJobEnabled, IsScheduledJobEnabled__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : IsSkipReversalLogicEnabled of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: java.lang.Boolean
|
|
*/
|
|
private boolean IsSkipReversalLogicEnabled__is_set = false;
|
|
|
|
private java.lang.Boolean IsSkipReversalLogicEnabled;
|
|
|
|
public java.lang.Boolean getIsSkipReversalLogicEnabled() {
|
|
return IsSkipReversalLogicEnabled;
|
|
}
|
|
|
|
public void setIsSkipReversalLogicEnabled(java.lang.Boolean IsSkipReversalLogicEnabled) {
|
|
this.IsSkipReversalLogicEnabled = IsSkipReversalLogicEnabled;
|
|
IsSkipReversalLogicEnabled__is_set = true;
|
|
}
|
|
|
|
protected void setIsSkipReversalLogicEnabled(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("IsSkipReversalLogicEnabled", "urn:sobject.tooling.soap.sforce.com","IsSkipReversalLogicEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setIsSkipReversalLogicEnabled((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsSkipReversalLogicEnabled", "urn:sobject.tooling.soap.sforce.com","IsSkipReversalLogicEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldIsSkipReversalLogicEnabled(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("IsSkipReversalLogicEnabled", "urn:sobject.tooling.soap.sforce.com","IsSkipReversalLogicEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsSkipReversalLogicEnabled, IsSkipReversalLogicEnabled__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : Metadata of type {urn:metadata.tooling.soap.sforce.com}AccountingSettings
|
|
* java type: com.sforce.soap.tooling.metadata.AccountingSettings
|
|
*/
|
|
private boolean Metadata__is_set = false;
|
|
|
|
private com.sforce.soap.tooling.metadata.AccountingSettings Metadata;
|
|
|
|
public com.sforce.soap.tooling.metadata.AccountingSettings getMetadata() {
|
|
return Metadata;
|
|
}
|
|
|
|
public void setMetadata(com.sforce.soap.tooling.metadata.AccountingSettings Metadata) {
|
|
this.Metadata = Metadata;
|
|
Metadata__is_set = true;
|
|
}
|
|
|
|
protected void setMetadata(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("Metadata", "urn:sobject.tooling.soap.sforce.com","Metadata","urn:metadata.tooling.soap.sforce.com","AccountingSettings",0,1,true))) {
|
|
setMetadata((com.sforce.soap.tooling.metadata.AccountingSettings)__typeMapper.readObject(__in, _lookupTypeInfo("Metadata", "urn:sobject.tooling.soap.sforce.com","Metadata","urn:metadata.tooling.soap.sforce.com","AccountingSettings",0,1,true), com.sforce.soap.tooling.metadata.AccountingSettings.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldMetadata(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("Metadata", "urn:sobject.tooling.soap.sforce.com","Metadata","urn:metadata.tooling.soap.sforce.com","AccountingSettings",0,1,true), Metadata, Metadata__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, "urn:sobject.tooling.soap.sforce.com", "AccountingSettings");
|
|
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("[AccountingSettings ");
|
|
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 {
|
|
writeFieldDurableId(__out, __typeMapper);
|
|
writeFieldFullName(__out, __typeMapper);
|
|
writeFieldIsAccountingSubledgerEnabled(__out, __typeMapper);
|
|
writeFieldIsFinancePeriodEnabled(__out, __typeMapper);
|
|
writeFieldIsPaymentMethodAdjustEnabled(__out, __typeMapper);
|
|
writeFieldIsScheduledJobEnabled(__out, __typeMapper);
|
|
writeFieldIsSkipReversalLogicEnabled(__out, __typeMapper);
|
|
writeFieldMetadata(__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 {
|
|
setDurableId(__in, __typeMapper);
|
|
setFullName(__in, __typeMapper);
|
|
setIsAccountingSubledgerEnabled(__in, __typeMapper);
|
|
setIsFinancePeriodEnabled(__in, __typeMapper);
|
|
setIsPaymentMethodAdjustEnabled(__in, __typeMapper);
|
|
setIsScheduledJobEnabled(__in, __typeMapper);
|
|
setIsSkipReversalLogicEnabled(__in, __typeMapper);
|
|
setMetadata(__in, __typeMapper);
|
|
}
|
|
|
|
private void toString1(StringBuilder sb) {
|
|
toStringHelper(sb, "DurableId", DurableId);
|
|
toStringHelper(sb, "FullName", FullName);
|
|
toStringHelper(sb, "IsAccountingSubledgerEnabled", IsAccountingSubledgerEnabled);
|
|
toStringHelper(sb, "IsFinancePeriodEnabled", IsFinancePeriodEnabled);
|
|
toStringHelper(sb, "IsPaymentMethodAdjustEnabled", IsPaymentMethodAdjustEnabled);
|
|
toStringHelper(sb, "IsScheduledJobEnabled", IsScheduledJobEnabled);
|
|
toStringHelper(sb, "IsSkipReversalLogicEnabled", IsSkipReversalLogicEnabled);
|
|
toStringHelper(sb, "Metadata", Metadata);
|
|
}
|
|
|
|
|
|
}
|