com.evolveum.midpoint.xml.ns._public.common.common_1
Class SystemConfigurationType.ConnectorFramework

java.lang.Object
  extended by com.evolveum.midpoint.xml.ns._public.common.common_1.SystemConfigurationType.ConnectorFramework
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
SystemConfigurationType

public static class SystemConfigurationType.ConnectorFramework
extends java.lang.Object
implements java.io.Serializable

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 name="configuration" maxOccurs="unbounded" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}extension" minOccurs="0"/>
                   <element name="connectorPath" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Nested Class Summary
static class SystemConfigurationType.ConnectorFramework.Configuration
          Java class for anonymous complex type.
 
Field Summary
protected  java.util.List<SystemConfigurationType.ConnectorFramework.Configuration> configuration
           
 
Constructor Summary
SystemConfigurationType.ConnectorFramework()
           
 
Method Summary
 java.util.List<SystemConfigurationType.ConnectorFramework.Configuration> getConfiguration()
          Gets the value of the configuration property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

configuration

protected java.util.List<SystemConfigurationType.ConnectorFramework.Configuration> configuration
Constructor Detail

SystemConfigurationType.ConnectorFramework

public SystemConfigurationType.ConnectorFramework()
Method Detail

getConfiguration

public java.util.List<SystemConfigurationType.ConnectorFramework.Configuration> getConfiguration()
Gets the value of the configuration 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 configuration property.

For example, to add a new item, do as follows:

    getConfiguration().add(newItem);
 

Objects of the following type(s) are allowed in the list SystemConfigurationType.ConnectorFramework.Configuration



Copyright © 2011 evolveum. All Rights Reserved.