Package com.sforce.soap.metadata
Class LightningComponentBundle
java.lang.Object
com.sforce.soap.metadata.Metadata
com.sforce.soap.metadata.LightningComponentBundle
- All Implemented Interfaces:
XMLizable
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoublebooleanbooleanbyte[]booleanbooleanvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) voidsetApiVersion(double apiVersion) protected voidsetApiVersion(XmlInputStream __in, TypeMapper __typeMapper) voidsetCapabilities(Capabilities capabilities) protected voidsetCapabilities(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetDescription(XmlInputStream __in, TypeMapper __typeMapper) voidsetDescription(String description) voidsetIsExplicitImport(boolean isExplicitImport) protected voidsetIsExplicitImport(XmlInputStream __in, TypeMapper __typeMapper) voidsetIsExposed(boolean isExposed) protected voidsetIsExposed(XmlInputStream __in, TypeMapper __typeMapper) voidsetLwcResources(LwcResources lwcResources) protected voidsetLwcResources(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetMasterLabel(XmlInputStream __in, TypeMapper __typeMapper) voidsetMasterLabel(String masterLabel) protected voidsetRuntimeNamespace(XmlInputStream __in, TypeMapper __typeMapper) voidsetRuntimeNamespace(String runtimeNamespace) voidsetTargetConfigs(byte[] targetConfigs) protected voidsetTargetConfigs(XmlInputStream __in, TypeMapper __typeMapper) voidsetTargets(Targets targets) protected voidsetTargets(XmlInputStream __in, TypeMapper __typeMapper) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper) Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
Constructor Details
-
LightningComponentBundle
public LightningComponentBundle()Constructor
-
-
Method Details
-
getApiVersion
public double getApiVersion() -
setApiVersion
public void setApiVersion(double apiVersion) -
setApiVersion
protected void setApiVersion(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getCapabilities
-
setCapabilities
-
setCapabilities
protected void setCapabilities(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getDescription
-
setDescription
-
setDescription
protected void setDescription(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getIsExplicitImport
public boolean getIsExplicitImport() -
isIsExplicitImport
public boolean isIsExplicitImport() -
setIsExplicitImport
public void setIsExplicitImport(boolean isExplicitImport) -
setIsExplicitImport
protected void setIsExplicitImport(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getIsExposed
public boolean getIsExposed() -
isIsExposed
public boolean isIsExposed() -
setIsExposed
public void setIsExposed(boolean isExposed) -
setIsExposed
protected void setIsExposed(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getLwcResources
-
setLwcResources
-
setLwcResources
protected void setLwcResources(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getMasterLabel
-
setMasterLabel
-
setMasterLabel
protected void setMasterLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getRuntimeNamespace
-
setRuntimeNamespace
-
setRuntimeNamespace
protected void setRuntimeNamespace(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getTargetConfigs
public byte[] getTargetConfigs() -
setTargetConfigs
public void setTargetConfigs(byte[] targetConfigs) -
setTargetConfigs
protected void setTargetConfigs(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getTargets
-
setTargets
-
setTargets
protected void setTargets(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
write
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException - Specified by:
writein interfaceXMLizable- Overrides:
writein classMetadata- Throws:
IOException
-
writeFields
- Overrides:
writeFieldsin classMetadata- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Specified by:
loadin interfaceXMLizable- Overrides:
loadin classMetadata- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Overrides:
loadFieldsin classMetadata- Throws:
IOExceptionConnectionException
-
toString
-