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

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

public static class SystemConfigurationType.ConnectorFramework.Configuration
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 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>
 

See Also:
Serialized Form

Field Summary
protected  java.util.List<java.lang.String> connectorPath
           
protected  Extension extension
           
 
Constructor Summary
SystemConfigurationType.ConnectorFramework.Configuration()
           
 
Method Summary
 java.util.List<java.lang.String> getConnectorPath()
          Gets the value of the connectorPath property.
 Extension getExtension()
          This element may contain any framework-specific global configuration.
 void setExtension(Extension value)
          Sets the value of the extension property.
 java.lang.String toString()
          Generates a String representation of the contents of this type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

extension

protected Extension extension

connectorPath

protected java.util.List<java.lang.String> connectorPath
Constructor Detail

SystemConfigurationType.ConnectorFramework.Configuration

public SystemConfigurationType.ConnectorFramework.Configuration()
Method Detail

getExtension

public Extension getExtension()
This element may contain any framework-specific global configuration.

Returns:
possible object is Extension

setExtension

public void setExtension(Extension value)
Sets the value of the extension property.

Parameters:
value - allowed object is Extension

getConnectorPath

public java.util.List<java.lang.String> getConnectorPath()
Gets the value of the connectorPath 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 connectorPath property.

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

    getConnectorPath().add(newItem);
 

Objects of the following type(s) are allowed in the list String


toString

public java.lang.String toString()
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin

Overrides:
toString in class java.lang.Object


Copyright © 2011 evolveum. All Rights Reserved.