446 lines
21 KiB
Java
446 lines
21 KiB
Java
|
|
package com.sforce.soap.tooling.metadata;
|
||
|
|
|
||
|
|
/**
|
||
|
|
* This is a generated class for the SObject Enterprise API.
|
||
|
|
* Do not edit this file, as your changes will be lost.
|
||
|
|
*/
|
||
|
|
public class LightningComponentBundle extends com.sforce.soap.tooling.metadata.Metadata {
|
||
|
|
|
||
|
|
/**
|
||
|
|
* Constructor
|
||
|
|
*/
|
||
|
|
public LightningComponentBundle() {}
|
||
|
|
|
||
|
|
/* 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 : ai of type {http://www.w3.org/2001/XMLSchema}base64Binary
|
||
|
|
* java type: byte[]
|
||
|
|
*/
|
||
|
|
private boolean ai__is_set = false;
|
||
|
|
|
||
|
|
private byte[] ai;
|
||
|
|
|
||
|
|
public byte[] getAi() {
|
||
|
|
return ai;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setAi(byte[] ai) {
|
||
|
|
this.ai = ai;
|
||
|
|
ai__is_set = true;
|
||
|
|
}
|
||
|
|
|
||
|
|
protected void setAi(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("ai", "urn:metadata.tooling.soap.sforce.com","ai","http://www.w3.org/2001/XMLSchema","base64Binary",0,1,true))) {
|
||
|
|
setAi((byte[])__typeMapper.readObject(__in, _lookupTypeInfo("ai", "urn:metadata.tooling.soap.sforce.com","ai","http://www.w3.org/2001/XMLSchema","base64Binary",0,1,true), byte[].class));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
private void writeFieldAi(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
||
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("ai", "urn:metadata.tooling.soap.sforce.com","ai","http://www.w3.org/2001/XMLSchema","base64Binary",0,1,true), ai, ai__is_set);
|
||
|
|
}
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : apiVersion of type {http://www.w3.org/2001/XMLSchema}double
|
||
|
|
* java type: double
|
||
|
|
*/
|
||
|
|
private boolean apiVersion__is_set = false;
|
||
|
|
|
||
|
|
private double apiVersion;
|
||
|
|
|
||
|
|
public double getApiVersion() {
|
||
|
|
return apiVersion;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setApiVersion(double apiVersion) {
|
||
|
|
this.apiVersion = apiVersion;
|
||
|
|
apiVersion__is_set = true;
|
||
|
|
}
|
||
|
|
|
||
|
|
protected void setApiVersion(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("apiVersion", "urn:metadata.tooling.soap.sforce.com","apiVersion","http://www.w3.org/2001/XMLSchema","double",0,1,true))) {
|
||
|
|
setApiVersion((double)__typeMapper.readDouble(__in, _lookupTypeInfo("apiVersion", "urn:metadata.tooling.soap.sforce.com","apiVersion","http://www.w3.org/2001/XMLSchema","double",0,1,true), double.class));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
private void writeFieldApiVersion(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
||
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("apiVersion", "urn:metadata.tooling.soap.sforce.com","apiVersion","http://www.w3.org/2001/XMLSchema","double",0,1,true), apiVersion, apiVersion__is_set);
|
||
|
|
}
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : capabilities of type {urn:metadata.tooling.soap.sforce.com}Capabilities
|
||
|
|
* java type: com.sforce.soap.tooling.metadata.Capabilities
|
||
|
|
*/
|
||
|
|
private boolean capabilities__is_set = false;
|
||
|
|
|
||
|
|
private com.sforce.soap.tooling.metadata.Capabilities capabilities;
|
||
|
|
|
||
|
|
public com.sforce.soap.tooling.metadata.Capabilities getCapabilities() {
|
||
|
|
return capabilities;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setCapabilities(com.sforce.soap.tooling.metadata.Capabilities capabilities) {
|
||
|
|
this.capabilities = capabilities;
|
||
|
|
capabilities__is_set = true;
|
||
|
|
}
|
||
|
|
|
||
|
|
protected void setCapabilities(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("capabilities", "urn:metadata.tooling.soap.sforce.com","capabilities","urn:metadata.tooling.soap.sforce.com","Capabilities",0,1,true))) {
|
||
|
|
setCapabilities((com.sforce.soap.tooling.metadata.Capabilities)__typeMapper.readObject(__in, _lookupTypeInfo("capabilities", "urn:metadata.tooling.soap.sforce.com","capabilities","urn:metadata.tooling.soap.sforce.com","Capabilities",0,1,true), com.sforce.soap.tooling.metadata.Capabilities.class));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
private void writeFieldCapabilities(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
||
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("capabilities", "urn:metadata.tooling.soap.sforce.com","capabilities","urn:metadata.tooling.soap.sforce.com","Capabilities",0,1,true), capabilities, capabilities__is_set);
|
||
|
|
}
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : description of type {http://www.w3.org/2001/XMLSchema}string
|
||
|
|
* java type: java.lang.String
|
||
|
|
*/
|
||
|
|
private boolean description__is_set = false;
|
||
|
|
|
||
|
|
private java.lang.String description;
|
||
|
|
|
||
|
|
public java.lang.String getDescription() {
|
||
|
|
return description;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setDescription(java.lang.String description) {
|
||
|
|
this.description = description;
|
||
|
|
description__is_set = true;
|
||
|
|
}
|
||
|
|
|
||
|
|
protected void setDescription(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("description", "urn:metadata.tooling.soap.sforce.com","description","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
||
|
|
setDescription(__typeMapper.readString(__in, _lookupTypeInfo("description", "urn:metadata.tooling.soap.sforce.com","description","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
private void writeFieldDescription(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
||
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("description", "urn:metadata.tooling.soap.sforce.com","description","http://www.w3.org/2001/XMLSchema","string",0,1,true), description, description__is_set);
|
||
|
|
}
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : isExplicitImport of type {http://www.w3.org/2001/XMLSchema}boolean
|
||
|
|
* java type: boolean
|
||
|
|
*/
|
||
|
|
private boolean isExplicitImport__is_set = false;
|
||
|
|
|
||
|
|
private boolean isExplicitImport;
|
||
|
|
|
||
|
|
public boolean getIsExplicitImport() {
|
||
|
|
return isExplicitImport;
|
||
|
|
}
|
||
|
|
|
||
|
|
public boolean isIsExplicitImport() {
|
||
|
|
return isExplicitImport;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setIsExplicitImport(boolean isExplicitImport) {
|
||
|
|
this.isExplicitImport = isExplicitImport;
|
||
|
|
isExplicitImport__is_set = true;
|
||
|
|
}
|
||
|
|
|
||
|
|
protected void setIsExplicitImport(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("isExplicitImport", "urn:metadata.tooling.soap.sforce.com","isExplicitImport","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
||
|
|
setIsExplicitImport(__typeMapper.readBoolean(__in, _lookupTypeInfo("isExplicitImport", "urn:metadata.tooling.soap.sforce.com","isExplicitImport","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), boolean.class));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
private void writeFieldIsExplicitImport(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
||
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("isExplicitImport", "urn:metadata.tooling.soap.sforce.com","isExplicitImport","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), isExplicitImport, isExplicitImport__is_set);
|
||
|
|
}
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : isExposed of type {http://www.w3.org/2001/XMLSchema}boolean
|
||
|
|
* java type: boolean
|
||
|
|
*/
|
||
|
|
private boolean isExposed__is_set = false;
|
||
|
|
|
||
|
|
private boolean isExposed;
|
||
|
|
|
||
|
|
public boolean getIsExposed() {
|
||
|
|
return isExposed;
|
||
|
|
}
|
||
|
|
|
||
|
|
public boolean isIsExposed() {
|
||
|
|
return isExposed;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setIsExposed(boolean isExposed) {
|
||
|
|
this.isExposed = isExposed;
|
||
|
|
isExposed__is_set = true;
|
||
|
|
}
|
||
|
|
|
||
|
|
protected void setIsExposed(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("isExposed", "urn:metadata.tooling.soap.sforce.com","isExposed","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
||
|
|
setIsExposed(__typeMapper.readBoolean(__in, _lookupTypeInfo("isExposed", "urn:metadata.tooling.soap.sforce.com","isExposed","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), boolean.class));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
private void writeFieldIsExposed(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
||
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("isExposed", "urn:metadata.tooling.soap.sforce.com","isExposed","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), isExposed, isExposed__is_set);
|
||
|
|
}
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : lwcResources of type {urn:metadata.tooling.soap.sforce.com}LwcResources
|
||
|
|
* java type: com.sforce.soap.tooling.metadata.LwcResources
|
||
|
|
*/
|
||
|
|
private boolean lwcResources__is_set = false;
|
||
|
|
|
||
|
|
private com.sforce.soap.tooling.metadata.LwcResources lwcResources;
|
||
|
|
|
||
|
|
public com.sforce.soap.tooling.metadata.LwcResources getLwcResources() {
|
||
|
|
return lwcResources;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setLwcResources(com.sforce.soap.tooling.metadata.LwcResources lwcResources) {
|
||
|
|
this.lwcResources = lwcResources;
|
||
|
|
lwcResources__is_set = true;
|
||
|
|
}
|
||
|
|
|
||
|
|
protected void setLwcResources(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("lwcResources", "urn:metadata.tooling.soap.sforce.com","lwcResources","urn:metadata.tooling.soap.sforce.com","LwcResources",0,1,true))) {
|
||
|
|
setLwcResources((com.sforce.soap.tooling.metadata.LwcResources)__typeMapper.readObject(__in, _lookupTypeInfo("lwcResources", "urn:metadata.tooling.soap.sforce.com","lwcResources","urn:metadata.tooling.soap.sforce.com","LwcResources",0,1,true), com.sforce.soap.tooling.metadata.LwcResources.class));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
private void writeFieldLwcResources(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
||
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("lwcResources", "urn:metadata.tooling.soap.sforce.com","lwcResources","urn:metadata.tooling.soap.sforce.com","LwcResources",0,1,true), lwcResources, lwcResources__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.isElement(__in, _lookupTypeInfo("masterLabel", "urn:metadata.tooling.soap.sforce.com","masterLabel","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
||
|
|
setMasterLabel(__typeMapper.readString(__in, _lookupTypeInfo("masterLabel", "urn:metadata.tooling.soap.sforce.com","masterLabel","http://www.w3.org/2001/XMLSchema","string",0,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", "urn:metadata.tooling.soap.sforce.com","masterLabel","http://www.w3.org/2001/XMLSchema","string",0,1,true), masterLabel, masterLabel__is_set);
|
||
|
|
}
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : runtimeNamespace of type {http://www.w3.org/2001/XMLSchema}string
|
||
|
|
* java type: java.lang.String
|
||
|
|
*/
|
||
|
|
private boolean runtimeNamespace__is_set = false;
|
||
|
|
|
||
|
|
private java.lang.String runtimeNamespace;
|
||
|
|
|
||
|
|
public java.lang.String getRuntimeNamespace() {
|
||
|
|
return runtimeNamespace;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setRuntimeNamespace(java.lang.String runtimeNamespace) {
|
||
|
|
this.runtimeNamespace = runtimeNamespace;
|
||
|
|
runtimeNamespace__is_set = true;
|
||
|
|
}
|
||
|
|
|
||
|
|
protected void setRuntimeNamespace(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("runtimeNamespace", "urn:metadata.tooling.soap.sforce.com","runtimeNamespace","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
||
|
|
setRuntimeNamespace(__typeMapper.readString(__in, _lookupTypeInfo("runtimeNamespace", "urn:metadata.tooling.soap.sforce.com","runtimeNamespace","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
private void writeFieldRuntimeNamespace(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
||
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("runtimeNamespace", "urn:metadata.tooling.soap.sforce.com","runtimeNamespace","http://www.w3.org/2001/XMLSchema","string",0,1,true), runtimeNamespace, runtimeNamespace__is_set);
|
||
|
|
}
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : targetConfigs of type {http://www.w3.org/2001/XMLSchema}base64Binary
|
||
|
|
* java type: byte[]
|
||
|
|
*/
|
||
|
|
private boolean targetConfigs__is_set = false;
|
||
|
|
|
||
|
|
private byte[] targetConfigs;
|
||
|
|
|
||
|
|
public byte[] getTargetConfigs() {
|
||
|
|
return targetConfigs;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setTargetConfigs(byte[] targetConfigs) {
|
||
|
|
this.targetConfigs = targetConfigs;
|
||
|
|
targetConfigs__is_set = true;
|
||
|
|
}
|
||
|
|
|
||
|
|
protected void setTargetConfigs(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("targetConfigs", "urn:metadata.tooling.soap.sforce.com","targetConfigs","http://www.w3.org/2001/XMLSchema","base64Binary",0,1,true))) {
|
||
|
|
setTargetConfigs((byte[])__typeMapper.readObject(__in, _lookupTypeInfo("targetConfigs", "urn:metadata.tooling.soap.sforce.com","targetConfigs","http://www.w3.org/2001/XMLSchema","base64Binary",0,1,true), byte[].class));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
private void writeFieldTargetConfigs(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
||
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("targetConfigs", "urn:metadata.tooling.soap.sforce.com","targetConfigs","http://www.w3.org/2001/XMLSchema","base64Binary",0,1,true), targetConfigs, targetConfigs__is_set);
|
||
|
|
}
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : targets of type {urn:metadata.tooling.soap.sforce.com}Targets
|
||
|
|
* java type: com.sforce.soap.tooling.metadata.Targets
|
||
|
|
*/
|
||
|
|
private boolean targets__is_set = false;
|
||
|
|
|
||
|
|
private com.sforce.soap.tooling.metadata.Targets targets;
|
||
|
|
|
||
|
|
public com.sforce.soap.tooling.metadata.Targets getTargets() {
|
||
|
|
return targets;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setTargets(com.sforce.soap.tooling.metadata.Targets targets) {
|
||
|
|
this.targets = targets;
|
||
|
|
targets__is_set = true;
|
||
|
|
}
|
||
|
|
|
||
|
|
protected void setTargets(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("targets", "urn:metadata.tooling.soap.sforce.com","targets","urn:metadata.tooling.soap.sforce.com","Targets",0,1,true))) {
|
||
|
|
setTargets((com.sforce.soap.tooling.metadata.Targets)__typeMapper.readObject(__in, _lookupTypeInfo("targets", "urn:metadata.tooling.soap.sforce.com","targets","urn:metadata.tooling.soap.sforce.com","Targets",0,1,true), com.sforce.soap.tooling.metadata.Targets.class));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
private void writeFieldTargets(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
||
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("targets", "urn:metadata.tooling.soap.sforce.com","targets","urn:metadata.tooling.soap.sforce.com","Targets",0,1,true), targets, targets__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:metadata.tooling.soap.sforce.com", "LightningComponentBundle");
|
||
|
|
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("[LightningComponentBundle ");
|
||
|
|
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 {
|
||
|
|
writeFieldAi(__out, __typeMapper);
|
||
|
|
writeFieldApiVersion(__out, __typeMapper);
|
||
|
|
writeFieldCapabilities(__out, __typeMapper);
|
||
|
|
writeFieldDescription(__out, __typeMapper);
|
||
|
|
writeFieldIsExplicitImport(__out, __typeMapper);
|
||
|
|
writeFieldIsExposed(__out, __typeMapper);
|
||
|
|
writeFieldLwcResources(__out, __typeMapper);
|
||
|
|
writeFieldMasterLabel(__out, __typeMapper);
|
||
|
|
writeFieldRuntimeNamespace(__out, __typeMapper);
|
||
|
|
writeFieldTargetConfigs(__out, __typeMapper);
|
||
|
|
writeFieldTargets(__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 {
|
||
|
|
setAi(__in, __typeMapper);
|
||
|
|
setApiVersion(__in, __typeMapper);
|
||
|
|
setCapabilities(__in, __typeMapper);
|
||
|
|
setDescription(__in, __typeMapper);
|
||
|
|
setIsExplicitImport(__in, __typeMapper);
|
||
|
|
setIsExposed(__in, __typeMapper);
|
||
|
|
setLwcResources(__in, __typeMapper);
|
||
|
|
setMasterLabel(__in, __typeMapper);
|
||
|
|
setRuntimeNamespace(__in, __typeMapper);
|
||
|
|
setTargetConfigs(__in, __typeMapper);
|
||
|
|
setTargets(__in, __typeMapper);
|
||
|
|
}
|
||
|
|
|
||
|
|
private void toString1(StringBuilder sb) {
|
||
|
|
toStringHelper(sb, "ai", ai);
|
||
|
|
toStringHelper(sb, "apiVersion", apiVersion);
|
||
|
|
toStringHelper(sb, "capabilities", capabilities);
|
||
|
|
toStringHelper(sb, "description", description);
|
||
|
|
toStringHelper(sb, "isExplicitImport", isExplicitImport);
|
||
|
|
toStringHelper(sb, "isExposed", isExposed);
|
||
|
|
toStringHelper(sb, "lwcResources", lwcResources);
|
||
|
|
toStringHelper(sb, "masterLabel", masterLabel);
|
||
|
|
toStringHelper(sb, "runtimeNamespace", runtimeNamespace);
|
||
|
|
toStringHelper(sb, "targetConfigs", targetConfigs);
|
||
|
|
toStringHelper(sb, "targets", targets);
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
}
|