datai/docs/reference-code/com/sforce/soap/tooling/sobject/IndustriesAutomotiveSettings.java

470 lines
26 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 IndustriesAutomotiveSettings extends com.sforce.soap.tooling.sobject.SObject {
/**
* Constructor
*/
public IndustriesAutomotiveSettings() {}
/* 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 : IsAutoAgentsPilotEnabled of type {http://www.w3.org/2001/XMLSchema}boolean
* java type: java.lang.Boolean
*/
private boolean IsAutoAgentsPilotEnabled__is_set = false;
private java.lang.Boolean IsAutoAgentsPilotEnabled;
public java.lang.Boolean getIsAutoAgentsPilotEnabled() {
return IsAutoAgentsPilotEnabled;
}
public void setIsAutoAgentsPilotEnabled(java.lang.Boolean IsAutoAgentsPilotEnabled) {
this.IsAutoAgentsPilotEnabled = IsAutoAgentsPilotEnabled;
IsAutoAgentsPilotEnabled__is_set = true;
}
protected void setIsAutoAgentsPilotEnabled(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("IsAutoAgentsPilotEnabled", "urn:sobject.tooling.soap.sforce.com","IsAutoAgentsPilotEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
setIsAutoAgentsPilotEnabled((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsAutoAgentsPilotEnabled", "urn:sobject.tooling.soap.sforce.com","IsAutoAgentsPilotEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
}
}
private void writeFieldIsAutoAgentsPilotEnabled(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
__typeMapper.writeObject(__out, _lookupTypeInfo("IsAutoAgentsPilotEnabled", "urn:sobject.tooling.soap.sforce.com","IsAutoAgentsPilotEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsAutoAgentsPilotEnabled, IsAutoAgentsPilotEnabled__is_set);
}
/**
* element : IsAutomotiveAgentsEnabled of type {http://www.w3.org/2001/XMLSchema}boolean
* java type: java.lang.Boolean
*/
private boolean IsAutomotiveAgentsEnabled__is_set = false;
private java.lang.Boolean IsAutomotiveAgentsEnabled;
public java.lang.Boolean getIsAutomotiveAgentsEnabled() {
return IsAutomotiveAgentsEnabled;
}
public void setIsAutomotiveAgentsEnabled(java.lang.Boolean IsAutomotiveAgentsEnabled) {
this.IsAutomotiveAgentsEnabled = IsAutomotiveAgentsEnabled;
IsAutomotiveAgentsEnabled__is_set = true;
}
protected void setIsAutomotiveAgentsEnabled(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("IsAutomotiveAgentsEnabled", "urn:sobject.tooling.soap.sforce.com","IsAutomotiveAgentsEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
setIsAutomotiveAgentsEnabled((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsAutomotiveAgentsEnabled", "urn:sobject.tooling.soap.sforce.com","IsAutomotiveAgentsEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
}
}
private void writeFieldIsAutomotiveAgentsEnabled(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
__typeMapper.writeObject(__out, _lookupTypeInfo("IsAutomotiveAgentsEnabled", "urn:sobject.tooling.soap.sforce.com","IsAutomotiveAgentsEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsAutomotiveAgentsEnabled, IsAutomotiveAgentsEnabled__is_set);
}
/**
* element : IsAutomotiveAppraisalsEnabled of type {http://www.w3.org/2001/XMLSchema}boolean
* java type: java.lang.Boolean
*/
private boolean IsAutomotiveAppraisalsEnabled__is_set = false;
private java.lang.Boolean IsAutomotiveAppraisalsEnabled;
public java.lang.Boolean getIsAutomotiveAppraisalsEnabled() {
return IsAutomotiveAppraisalsEnabled;
}
public void setIsAutomotiveAppraisalsEnabled(java.lang.Boolean IsAutomotiveAppraisalsEnabled) {
this.IsAutomotiveAppraisalsEnabled = IsAutomotiveAppraisalsEnabled;
IsAutomotiveAppraisalsEnabled__is_set = true;
}
protected void setIsAutomotiveAppraisalsEnabled(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("IsAutomotiveAppraisalsEnabled", "urn:sobject.tooling.soap.sforce.com","IsAutomotiveAppraisalsEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
setIsAutomotiveAppraisalsEnabled((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsAutomotiveAppraisalsEnabled", "urn:sobject.tooling.soap.sforce.com","IsAutomotiveAppraisalsEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
}
}
private void writeFieldIsAutomotiveAppraisalsEnabled(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
__typeMapper.writeObject(__out, _lookupTypeInfo("IsAutomotiveAppraisalsEnabled", "urn:sobject.tooling.soap.sforce.com","IsAutomotiveAppraisalsEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsAutomotiveAppraisalsEnabled, IsAutomotiveAppraisalsEnabled__is_set);
}
/**
* element : IsAutomotiveCloudEnabled of type {http://www.w3.org/2001/XMLSchema}boolean
* java type: java.lang.Boolean
*/
private boolean IsAutomotiveCloudEnabled__is_set = false;
private java.lang.Boolean IsAutomotiveCloudEnabled;
public java.lang.Boolean getIsAutomotiveCloudEnabled() {
return IsAutomotiveCloudEnabled;
}
public void setIsAutomotiveCloudEnabled(java.lang.Boolean IsAutomotiveCloudEnabled) {
this.IsAutomotiveCloudEnabled = IsAutomotiveCloudEnabled;
IsAutomotiveCloudEnabled__is_set = true;
}
protected void setIsAutomotiveCloudEnabled(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("IsAutomotiveCloudEnabled", "urn:sobject.tooling.soap.sforce.com","IsAutomotiveCloudEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
setIsAutomotiveCloudEnabled((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsAutomotiveCloudEnabled", "urn:sobject.tooling.soap.sforce.com","IsAutomotiveCloudEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
}
}
private void writeFieldIsAutomotiveCloudEnabled(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
__typeMapper.writeObject(__out, _lookupTypeInfo("IsAutomotiveCloudEnabled", "urn:sobject.tooling.soap.sforce.com","IsAutomotiveCloudEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsAutomotiveCloudEnabled, IsAutomotiveCloudEnabled__is_set);
}
/**
* element : IsAutomotiveSchedulerEnabled of type {http://www.w3.org/2001/XMLSchema}boolean
* java type: java.lang.Boolean
*/
private boolean IsAutomotiveSchedulerEnabled__is_set = false;
private java.lang.Boolean IsAutomotiveSchedulerEnabled;
public java.lang.Boolean getIsAutomotiveSchedulerEnabled() {
return IsAutomotiveSchedulerEnabled;
}
public void setIsAutomotiveSchedulerEnabled(java.lang.Boolean IsAutomotiveSchedulerEnabled) {
this.IsAutomotiveSchedulerEnabled = IsAutomotiveSchedulerEnabled;
IsAutomotiveSchedulerEnabled__is_set = true;
}
protected void setIsAutomotiveSchedulerEnabled(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("IsAutomotiveSchedulerEnabled", "urn:sobject.tooling.soap.sforce.com","IsAutomotiveSchedulerEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
setIsAutomotiveSchedulerEnabled((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsAutomotiveSchedulerEnabled", "urn:sobject.tooling.soap.sforce.com","IsAutomotiveSchedulerEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
}
}
private void writeFieldIsAutomotiveSchedulerEnabled(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
__typeMapper.writeObject(__out, _lookupTypeInfo("IsAutomotiveSchedulerEnabled", "urn:sobject.tooling.soap.sforce.com","IsAutomotiveSchedulerEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsAutomotiveSchedulerEnabled, IsAutomotiveSchedulerEnabled__is_set);
}
/**
* element : IsAutomotiveServiceExcellenceEnabled of type {http://www.w3.org/2001/XMLSchema}boolean
* java type: java.lang.Boolean
*/
private boolean IsAutomotiveServiceExcellenceEnabled__is_set = false;
private java.lang.Boolean IsAutomotiveServiceExcellenceEnabled;
public java.lang.Boolean getIsAutomotiveServiceExcellenceEnabled() {
return IsAutomotiveServiceExcellenceEnabled;
}
public void setIsAutomotiveServiceExcellenceEnabled(java.lang.Boolean IsAutomotiveServiceExcellenceEnabled) {
this.IsAutomotiveServiceExcellenceEnabled = IsAutomotiveServiceExcellenceEnabled;
IsAutomotiveServiceExcellenceEnabled__is_set = true;
}
protected void setIsAutomotiveServiceExcellenceEnabled(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("IsAutomotiveServiceExcellenceEnabled", "urn:sobject.tooling.soap.sforce.com","IsAutomotiveServiceExcellenceEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
setIsAutomotiveServiceExcellenceEnabled((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsAutomotiveServiceExcellenceEnabled", "urn:sobject.tooling.soap.sforce.com","IsAutomotiveServiceExcellenceEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
}
}
private void writeFieldIsAutomotiveServiceExcellenceEnabled(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
__typeMapper.writeObject(__out, _lookupTypeInfo("IsAutomotiveServiceExcellenceEnabled", "urn:sobject.tooling.soap.sforce.com","IsAutomotiveServiceExcellenceEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsAutomotiveServiceExcellenceEnabled, IsAutomotiveServiceExcellenceEnabled__is_set);
}
/**
* element : IsConnectedVehSrvcsCmpntEnabled of type {http://www.w3.org/2001/XMLSchema}boolean
* java type: java.lang.Boolean
*/
private boolean IsConnectedVehSrvcsCmpntEnabled__is_set = false;
private java.lang.Boolean IsConnectedVehSrvcsCmpntEnabled;
public java.lang.Boolean getIsConnectedVehSrvcsCmpntEnabled() {
return IsConnectedVehSrvcsCmpntEnabled;
}
public void setIsConnectedVehSrvcsCmpntEnabled(java.lang.Boolean IsConnectedVehSrvcsCmpntEnabled) {
this.IsConnectedVehSrvcsCmpntEnabled = IsConnectedVehSrvcsCmpntEnabled;
IsConnectedVehSrvcsCmpntEnabled__is_set = true;
}
protected void setIsConnectedVehSrvcsCmpntEnabled(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("IsConnectedVehSrvcsCmpntEnabled", "urn:sobject.tooling.soap.sforce.com","IsConnectedVehSrvcsCmpntEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
setIsConnectedVehSrvcsCmpntEnabled((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsConnectedVehSrvcsCmpntEnabled", "urn:sobject.tooling.soap.sforce.com","IsConnectedVehSrvcsCmpntEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
}
}
private void writeFieldIsConnectedVehSrvcsCmpntEnabled(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
__typeMapper.writeObject(__out, _lookupTypeInfo("IsConnectedVehSrvcsCmpntEnabled", "urn:sobject.tooling.soap.sforce.com","IsConnectedVehSrvcsCmpntEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsConnectedVehSrvcsCmpntEnabled, IsConnectedVehSrvcsCmpntEnabled__is_set);
}
/**
* element : IsDealerEssntlsAutomotiveEnabled of type {http://www.w3.org/2001/XMLSchema}boolean
* java type: java.lang.Boolean
*/
private boolean IsDealerEssntlsAutomotiveEnabled__is_set = false;
private java.lang.Boolean IsDealerEssntlsAutomotiveEnabled;
public java.lang.Boolean getIsDealerEssntlsAutomotiveEnabled() {
return IsDealerEssntlsAutomotiveEnabled;
}
public void setIsDealerEssntlsAutomotiveEnabled(java.lang.Boolean IsDealerEssntlsAutomotiveEnabled) {
this.IsDealerEssntlsAutomotiveEnabled = IsDealerEssntlsAutomotiveEnabled;
IsDealerEssntlsAutomotiveEnabled__is_set = true;
}
protected void setIsDealerEssntlsAutomotiveEnabled(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("IsDealerEssntlsAutomotiveEnabled", "urn:sobject.tooling.soap.sforce.com","IsDealerEssntlsAutomotiveEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
setIsDealerEssntlsAutomotiveEnabled((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsDealerEssntlsAutomotiveEnabled", "urn:sobject.tooling.soap.sforce.com","IsDealerEssntlsAutomotiveEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
}
}
private void writeFieldIsDealerEssntlsAutomotiveEnabled(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
__typeMapper.writeObject(__out, _lookupTypeInfo("IsDealerEssntlsAutomotiveEnabled", "urn:sobject.tooling.soap.sforce.com","IsDealerEssntlsAutomotiveEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsDealerEssntlsAutomotiveEnabled, IsDealerEssntlsAutomotiveEnabled__is_set);
}
/**
* element : IsGenAiForAutoPilotEnabled of type {http://www.w3.org/2001/XMLSchema}boolean
* java type: java.lang.Boolean
*/
private boolean IsGenAiForAutoPilotEnabled__is_set = false;
private java.lang.Boolean IsGenAiForAutoPilotEnabled;
public java.lang.Boolean getIsGenAiForAutoPilotEnabled() {
return IsGenAiForAutoPilotEnabled;
}
public void setIsGenAiForAutoPilotEnabled(java.lang.Boolean IsGenAiForAutoPilotEnabled) {
this.IsGenAiForAutoPilotEnabled = IsGenAiForAutoPilotEnabled;
IsGenAiForAutoPilotEnabled__is_set = true;
}
protected void setIsGenAiForAutoPilotEnabled(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("IsGenAiForAutoPilotEnabled", "urn:sobject.tooling.soap.sforce.com","IsGenAiForAutoPilotEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
setIsGenAiForAutoPilotEnabled((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsGenAiForAutoPilotEnabled", "urn:sobject.tooling.soap.sforce.com","IsGenAiForAutoPilotEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
}
}
private void writeFieldIsGenAiForAutoPilotEnabled(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
__typeMapper.writeObject(__out, _lookupTypeInfo("IsGenAiForAutoPilotEnabled", "urn:sobject.tooling.soap.sforce.com","IsGenAiForAutoPilotEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsGenAiForAutoPilotEnabled, IsGenAiForAutoPilotEnabled__is_set);
}
/**
* element : Metadata of type {urn:metadata.tooling.soap.sforce.com}IndustriesAutomotiveSettings
* java type: com.sforce.soap.tooling.metadata.IndustriesAutomotiveSettings
*/
private boolean Metadata__is_set = false;
private com.sforce.soap.tooling.metadata.IndustriesAutomotiveSettings Metadata;
public com.sforce.soap.tooling.metadata.IndustriesAutomotiveSettings getMetadata() {
return Metadata;
}
public void setMetadata(com.sforce.soap.tooling.metadata.IndustriesAutomotiveSettings 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","IndustriesAutomotiveSettings",0,1,true))) {
setMetadata((com.sforce.soap.tooling.metadata.IndustriesAutomotiveSettings)__typeMapper.readObject(__in, _lookupTypeInfo("Metadata", "urn:sobject.tooling.soap.sforce.com","Metadata","urn:metadata.tooling.soap.sforce.com","IndustriesAutomotiveSettings",0,1,true), com.sforce.soap.tooling.metadata.IndustriesAutomotiveSettings.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","IndustriesAutomotiveSettings",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", "IndustriesAutomotiveSettings");
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("[IndustriesAutomotiveSettings ");
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);
writeFieldIsAutoAgentsPilotEnabled(__out, __typeMapper);
writeFieldIsAutomotiveAgentsEnabled(__out, __typeMapper);
writeFieldIsAutomotiveAppraisalsEnabled(__out, __typeMapper);
writeFieldIsAutomotiveCloudEnabled(__out, __typeMapper);
writeFieldIsAutomotiveSchedulerEnabled(__out, __typeMapper);
writeFieldIsAutomotiveServiceExcellenceEnabled(__out, __typeMapper);
writeFieldIsConnectedVehSrvcsCmpntEnabled(__out, __typeMapper);
writeFieldIsDealerEssntlsAutomotiveEnabled(__out, __typeMapper);
writeFieldIsGenAiForAutoPilotEnabled(__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);
setIsAutoAgentsPilotEnabled(__in, __typeMapper);
setIsAutomotiveAgentsEnabled(__in, __typeMapper);
setIsAutomotiveAppraisalsEnabled(__in, __typeMapper);
setIsAutomotiveCloudEnabled(__in, __typeMapper);
setIsAutomotiveSchedulerEnabled(__in, __typeMapper);
setIsAutomotiveServiceExcellenceEnabled(__in, __typeMapper);
setIsConnectedVehSrvcsCmpntEnabled(__in, __typeMapper);
setIsDealerEssntlsAutomotiveEnabled(__in, __typeMapper);
setIsGenAiForAutoPilotEnabled(__in, __typeMapper);
setMetadata(__in, __typeMapper);
}
private void toString1(StringBuilder sb) {
toStringHelper(sb, "DurableId", DurableId);
toStringHelper(sb, "FullName", FullName);
toStringHelper(sb, "IsAutoAgentsPilotEnabled", IsAutoAgentsPilotEnabled);
toStringHelper(sb, "IsAutomotiveAgentsEnabled", IsAutomotiveAgentsEnabled);
toStringHelper(sb, "IsAutomotiveAppraisalsEnabled", IsAutomotiveAppraisalsEnabled);
toStringHelper(sb, "IsAutomotiveCloudEnabled", IsAutomotiveCloudEnabled);
toStringHelper(sb, "IsAutomotiveSchedulerEnabled", IsAutomotiveSchedulerEnabled);
toStringHelper(sb, "IsAutomotiveServiceExcellenceEnabled", IsAutomotiveServiceExcellenceEnabled);
toStringHelper(sb, "IsConnectedVehSrvcsCmpntEnabled", IsConnectedVehSrvcsCmpntEnabled);
toStringHelper(sb, "IsDealerEssntlsAutomotiveEnabled", IsDealerEssntlsAutomotiveEnabled);
toStringHelper(sb, "IsGenAiForAutoPilotEnabled", IsGenAiForAutoPilotEnabled);
toStringHelper(sb, "Metadata", Metadata);
}
}