public class AuraDefinitionBundle extends Metadata
Java class for AuraDefinitionBundle complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AuraDefinitionBundle">
<complexContent>
<extension base="{urn:metadata.tooling.soap.sforce.com}Metadata">
<sequence>
<element name="SVGContent" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
<element name="apiVersion" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="controllerContent" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="designContent" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
<element name="documentationContent" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
<element name="helperContent" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
<element name="markup" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
<element name="modelContent" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
<element name="packageVersions" type="{urn:metadata.tooling.soap.sforce.com}PackageVersion" maxOccurs="unbounded" minOccurs="0"/>
<element name="rendererContent" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
<element name="styleContent" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
<element name="testsuiteContent" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
<element name="type" type="{urn:tooling.soap.sforce.com}AuraBundleType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Double |
apiVersion |
protected byte[] |
controllerContent |
protected String |
description |
protected byte[] |
designContent |
protected byte[] |
documentationContent |
protected byte[] |
helperContent |
protected byte[] |
markup |
protected byte[] |
modelContent |
protected List<PackageVersion> |
packageVersions |
protected byte[] |
rendererContent |
protected byte[] |
styleContent |
protected byte[] |
svgContent |
protected byte[] |
testsuiteContent |
protected AuraBundleType |
type |
| Constructor and Description |
|---|
AuraDefinitionBundle() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getApiVersion()
Gets the value of the apiVersion property.
|
byte[] |
getControllerContent()
Gets the value of the controllerContent property.
|
String |
getDescription()
Gets the value of the description property.
|
byte[] |
getDesignContent()
Gets the value of the designContent property.
|
byte[] |
getDocumentationContent()
Gets the value of the documentationContent property.
|
byte[] |
getHelperContent()
Gets the value of the helperContent property.
|
byte[] |
getMarkup()
Gets the value of the markup property.
|
byte[] |
getModelContent()
Gets the value of the modelContent property.
|
List<PackageVersion> |
getPackageVersions()
Gets the value of the packageVersions property.
|
byte[] |
getRendererContent()
Gets the value of the rendererContent property.
|
byte[] |
getStyleContent()
Gets the value of the styleContent property.
|
byte[] |
getSVGContent()
Gets the value of the svgContent property.
|
byte[] |
getTestsuiteContent()
Gets the value of the testsuiteContent property.
|
AuraBundleType |
getType()
Gets the value of the type property.
|
void |
setApiVersion(Double value)
Sets the value of the apiVersion property.
|
void |
setControllerContent(byte[] value)
Sets the value of the controllerContent property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setDesignContent(byte[] value)
Sets the value of the designContent property.
|
void |
setDocumentationContent(byte[] value)
Sets the value of the documentationContent property.
|
void |
setHelperContent(byte[] value)
Sets the value of the helperContent property.
|
void |
setMarkup(byte[] value)
Sets the value of the markup property.
|
void |
setModelContent(byte[] value)
Sets the value of the modelContent property.
|
void |
setRendererContent(byte[] value)
Sets the value of the rendererContent property.
|
void |
setStyleContent(byte[] value)
Sets the value of the styleContent property.
|
void |
setSVGContent(byte[] value)
Sets the value of the svgContent property.
|
void |
setTestsuiteContent(byte[] value)
Sets the value of the testsuiteContent property.
|
void |
setType(AuraBundleType value)
Sets the value of the type property.
|
protected byte[] svgContent
protected Double apiVersion
protected byte[] controllerContent
protected String description
protected byte[] designContent
protected byte[] documentationContent
protected byte[] helperContent
protected byte[] markup
protected byte[] modelContent
protected List<PackageVersion> packageVersions
protected byte[] rendererContent
protected byte[] styleContent
protected byte[] testsuiteContent
protected AuraBundleType type
public byte[] getSVGContent()
public void setSVGContent(byte[] value)
value - allowed object is
byte[]public Double getApiVersion()
Doublepublic void setApiVersion(Double value)
value - allowed object is
Doublepublic byte[] getControllerContent()
public void setControllerContent(byte[] value)
value - allowed object is
byte[]public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic byte[] getDesignContent()
public void setDesignContent(byte[] value)
value - allowed object is
byte[]public byte[] getDocumentationContent()
public void setDocumentationContent(byte[] value)
value - allowed object is
byte[]public byte[] getHelperContent()
public void setHelperContent(byte[] value)
value - allowed object is
byte[]public byte[] getMarkup()
public void setMarkup(byte[] value)
value - allowed object is
byte[]public byte[] getModelContent()
public void setModelContent(byte[] value)
value - allowed object is
byte[]public List<PackageVersion> getPackageVersions()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the packageVersions property.
For example, to add a new item, do as follows:
getPackageVersions().add(newItem);
Objects of the following type(s) are allowed in the list
PackageVersion
public byte[] getRendererContent()
public void setRendererContent(byte[] value)
value - allowed object is
byte[]public byte[] getStyleContent()
public void setStyleContent(byte[] value)
value - allowed object is
byte[]public byte[] getTestsuiteContent()
public void setTestsuiteContent(byte[] value)
value - allowed object is
byte[]public AuraBundleType getType()
AuraBundleTypepublic void setType(AuraBundleType value)
value - allowed object is
AuraBundleTypeCopyright © 2016. All rights reserved.