Package com.sforce.soap.metadata
Class AuraDefinitionBundle
java.lang.Object
com.sforce.soap.metadata.Metadata
com.sforce.soap.metadata.AuraDefinitionBundle
- 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 TypeMethodDescriptiondoublebyte[]byte[]byte[]byte[]byte[]byte[]byte[]byte[]byte[]byte[]getType()voidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) voidsetApiVersion(double apiVersion) protected voidsetApiVersion(XmlInputStream __in, TypeMapper __typeMapper) voidsetAuraDefinitions(AuraDefinitions auraDefinitions) protected voidsetAuraDefinitions(XmlInputStream __in, TypeMapper __typeMapper) voidsetControllerContent(byte[] controllerContent) protected voidsetControllerContent(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetDescription(XmlInputStream __in, TypeMapper __typeMapper) voidsetDescription(String description) voidsetDesignContent(byte[] designContent) protected voidsetDesignContent(XmlInputStream __in, TypeMapper __typeMapper) voidsetDocumentationContent(byte[] documentationContent) protected voidsetDocumentationContent(XmlInputStream __in, TypeMapper __typeMapper) voidsetHelperContent(byte[] helperContent) protected voidsetHelperContent(XmlInputStream __in, TypeMapper __typeMapper) voidsetMarkup(byte[] markup) protected voidsetMarkup(XmlInputStream __in, TypeMapper __typeMapper) voidsetModelContent(byte[] modelContent) protected voidsetModelContent(XmlInputStream __in, TypeMapper __typeMapper) voidsetPackageVersions(PackageVersion[] packageVersions) protected voidsetPackageVersions(XmlInputStream __in, TypeMapper __typeMapper) voidsetRendererContent(byte[] rendererContent) protected voidsetRendererContent(XmlInputStream __in, TypeMapper __typeMapper) voidsetStyleContent(byte[] styleContent) protected voidsetStyleContent(XmlInputStream __in, TypeMapper __typeMapper) voidsetSVGContent(byte[] SVGContent) protected voidsetSVGContent(XmlInputStream __in, TypeMapper __typeMapper) voidsetTestsuiteContent(byte[] testsuiteContent) protected voidsetTestsuiteContent(XmlInputStream __in, TypeMapper __typeMapper) voidsetType(AuraBundleType type) protected voidsetType(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
-
AuraDefinitionBundle
public AuraDefinitionBundle()Constructor
-
-
Method Details
-
getSVGContent
public byte[] getSVGContent() -
setSVGContent
public void setSVGContent(byte[] SVGContent) -
setSVGContent
protected void setSVGContent(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getApiVersion
public double getApiVersion() -
setApiVersion
public void setApiVersion(double apiVersion) -
setApiVersion
protected void setApiVersion(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getAuraDefinitions
-
setAuraDefinitions
-
setAuraDefinitions
protected void setAuraDefinitions(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getControllerContent
public byte[] getControllerContent() -
setControllerContent
public void setControllerContent(byte[] controllerContent) -
setControllerContent
protected void setControllerContent(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getDescription
-
setDescription
-
setDescription
protected void setDescription(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getDesignContent
public byte[] getDesignContent() -
setDesignContent
public void setDesignContent(byte[] designContent) -
setDesignContent
protected void setDesignContent(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getDocumentationContent
public byte[] getDocumentationContent() -
setDocumentationContent
public void setDocumentationContent(byte[] documentationContent) -
setDocumentationContent
protected void setDocumentationContent(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getHelperContent
public byte[] getHelperContent() -
setHelperContent
public void setHelperContent(byte[] helperContent) -
setHelperContent
protected void setHelperContent(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getMarkup
public byte[] getMarkup() -
setMarkup
public void setMarkup(byte[] markup) -
setMarkup
protected void setMarkup(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getModelContent
public byte[] getModelContent() -
setModelContent
public void setModelContent(byte[] modelContent) -
setModelContent
protected void setModelContent(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getPackageVersions
-
setPackageVersions
-
setPackageVersions
protected void setPackageVersions(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getRendererContent
public byte[] getRendererContent() -
setRendererContent
public void setRendererContent(byte[] rendererContent) -
setRendererContent
protected void setRendererContent(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getStyleContent
public byte[] getStyleContent() -
setStyleContent
public void setStyleContent(byte[] styleContent) -
setStyleContent
protected void setStyleContent(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getTestsuiteContent
public byte[] getTestsuiteContent() -
setTestsuiteContent
public void setTestsuiteContent(byte[] testsuiteContent) -
setTestsuiteContent
protected void setTestsuiteContent(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getType
-
setType
-
setType
protected void setType(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
-