public class ComponentConfiguration
extends java.lang.Object
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">
<choice maxOccurs="unbounded">
<element name="import" type="{http://tis.co.jp/nablarch/component-configuration}Import" maxOccurs="unbounded" minOccurs="0"/>
<element name="config-file" type="{http://tis.co.jp/nablarch/component-configuration}ConfigFile" maxOccurs="unbounded" minOccurs="0"/>
<element name="component" type="{http://tis.co.jp/nablarch/component-configuration}Component" maxOccurs="unbounded" minOccurs="0"/>
<element name="list" type="{http://tis.co.jp/nablarch/component-configuration}List" maxOccurs="unbounded" minOccurs="0"/>
<element name="map" type="{http://tis.co.jp/nablarch/component-configuration}Map" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</restriction>
</complexContent>
</complexType>
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected java.util.List<java.lang.Object> |
importOrConfigFileOrComponent |
| コンストラクタと説明 |
|---|
ComponentConfiguration() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
java.util.List<java.lang.Object> |
getImportOrConfigFileOrComponent()
Gets the value of the importOrConfigFileOrComponent property.
|
protected java.util.List<java.lang.Object> importOrConfigFileOrComponent
public java.util.List<java.lang.Object> getImportOrConfigFileOrComponent()
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 importOrConfigFileOrComponent property.
For example, to add a new item, do as follows:
getImportOrConfigFileOrComponent().add(newItem);
Objects of the following type(s) are allowed in the list
List
ConfigFile
Map
Component
Import