public class ConfigurationInstance
extends java.lang.Object
implements java.lang.Cloneable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{}OutputConfiguration" maxOccurs="unbounded"/>
</sequence>
<attribute name="ComponentName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
ConfigurationInstance() |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationInstance |
clone() |
java.lang.String |
getComponentName()
Gets the value of the componentName property.
|
java.util.List<OutputConfiguration> |
getOutputConfiguration()
Gets the value of the outputConfiguration property.
|
void |
merge(ConfigurationInstance source)
Merge the source into the current instance
|
void |
setComponentName(java.lang.String value)
Sets the value of the componentName property.
|
public java.util.List<OutputConfiguration> getOutputConfiguration()
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 outputConfiguration property.
For example, to add a new item, do as follows:
getOutputConfiguration().add(newItem);
Objects of the following type(s) are allowed in the list OutputConfiguration
public java.lang.String getComponentName()
Stringpublic void setComponentName(java.lang.String value)
value - allowed object is Stringpublic ConfigurationInstance clone()
clone in class java.lang.Objectpublic void merge(ConfigurationInstance source)