Class ComponentConfiguration

java.lang.Object
nablarch.core.repository.di.config.xml.schema.ComponentConfiguration

public class ComponentConfiguration extends 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>
 
  • Field Details

    • importOrConfigFileOrComponent

      protected List<Object> importOrConfigFileOrComponent
  • Constructor Details

    • ComponentConfiguration

      public ComponentConfiguration()
  • Method Details

    • getImportOrConfigFileOrComponent

      public List<Object> getImportOrConfigFileOrComponent()
      Gets the value of the importOrConfigFileOrComponent property.

      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