Package com.sforce.soap.metadata
Class LightningComponentBundle
- java.lang.Object
-
- com.sforce.soap.metadata.Metadata
-
- com.sforce.soap.metadata.LightningComponentBundle
-
-
Constructor Summary
Constructors Constructor Description LightningComponentBundle()Constructor
-
Method Summary
-
Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
-
-
-
Method Detail
-
getApiVersion
public double getApiVersion()
-
setApiVersion
public void setApiVersion(double apiVersion)
-
setApiVersion
protected void setApiVersion(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getCapabilities
public Capabilities getCapabilities()
-
setCapabilities
public void setCapabilities(Capabilities capabilities)
-
setCapabilities
protected void setCapabilities(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
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
public LwcResources getLwcResources()
-
setLwcResources
public void setLwcResources(LwcResources lwcResources)
-
setLwcResources
protected void setLwcResources(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getMasterLabel
public String getMasterLabel()
-
setMasterLabel
public void setMasterLabel(String masterLabel)
-
setMasterLabel
protected void setMasterLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getRuntimeNamespace
public String getRuntimeNamespace()
-
setRuntimeNamespace
public void setRuntimeNamespace(String runtimeNamespace)
-
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
public Targets getTargets()
-
setTargets
public void setTargets(Targets targets)
-
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
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- 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
-
-