public class ComponentInstance extends Object
Java class for ComponentInstance complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ComponentInstance">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="componentInstanceProperties" type="{urn:metadata.tooling.soap.sforce.com}ComponentInstanceProperty" maxOccurs="unbounded" minOccurs="0"/>
<element name="componentName" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<ComponentInstanceProperty> |
componentInstanceProperties |
protected String |
componentName |
| Constructor and Description |
|---|
ComponentInstance() |
| Modifier and Type | Method and Description |
|---|---|
List<ComponentInstanceProperty> |
getComponentInstanceProperties()
Gets the value of the componentInstanceProperties property.
|
String |
getComponentName()
Gets the value of the componentName property.
|
void |
setComponentName(String value)
Sets the value of the componentName property.
|
protected List<ComponentInstanceProperty> componentInstanceProperties
protected String componentName
public List<ComponentInstanceProperty> getComponentInstanceProperties()
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 componentInstanceProperties property.
For example, to add a new item, do as follows:
getComponentInstanceProperties().add(newItem);
Objects of the following type(s) are allowed in the list
ComponentInstanceProperty
public String getComponentName()
StringCopyright © 2016. All rights reserved.