com.evolveum.midpoint.xml.ns._public.resource.idconnector.configuration_1
Class ConnectorConfiguration

java.lang.Object
  extended by com.evolveum.midpoint.xml.ns._public.resource.idconnector.configuration_1.ConnectorConfiguration

public class ConnectorConfiguration
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">
       <sequence>
         <element ref="{http://midpoint.evolveum.com/xml/ns/public/resource/idconnector/configuration-1.xsd}ConnectorRef"/>
         <element ref="{http://midpoint.evolveum.com/xml/ns/public/resource/idconnector/configuration-1.xsd}BundleProperties"/>
         <element ref="{http://midpoint.evolveum.com/xml/ns/public/resource/idconnector/configuration-1.xsd}PoolConfigOption" minOccurs="0"/>
         <element ref="{http://midpoint.evolveum.com/xml/ns/public/resource/idconnector/configuration-1.xsd}OperationTimeouts" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  BundleProperties bundleProperties
           
protected  ConnectorRef connectorRef
           
protected  OperationTimeouts operationTimeouts
           
protected  PoolConfigOption poolConfigOption
           
 
Constructor Summary
ConnectorConfiguration()
           
 
Method Summary
 BundleProperties getBundleProperties()
          Gets the value of the bundleProperties property.
 ConnectorRef getConnectorRef()
          Gets the value of the connectorRef property.
 OperationTimeouts getOperationTimeouts()
          Gets the value of the operationTimeouts property.
 PoolConfigOption getPoolConfigOption()
          Gets the value of the poolConfigOption property.
 void setBundleProperties(BundleProperties value)
          Sets the value of the bundleProperties property.
 void setConnectorRef(ConnectorRef value)
          Sets the value of the connectorRef property.
 void setOperationTimeouts(OperationTimeouts value)
          Sets the value of the operationTimeouts property.
 void setPoolConfigOption(PoolConfigOption value)
          Sets the value of the poolConfigOption property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

connectorRef

protected ConnectorRef connectorRef

bundleProperties

protected BundleProperties bundleProperties

poolConfigOption

protected PoolConfigOption poolConfigOption

operationTimeouts

protected OperationTimeouts operationTimeouts
Constructor Detail

ConnectorConfiguration

public ConnectorConfiguration()
Method Detail

getConnectorRef

public ConnectorRef getConnectorRef()
Gets the value of the connectorRef property.

Returns:
possible object is ConnectorRef

setConnectorRef

public void setConnectorRef(ConnectorRef value)
Sets the value of the connectorRef property.

Parameters:
value - allowed object is ConnectorRef

getBundleProperties

public BundleProperties getBundleProperties()
Gets the value of the bundleProperties property.

Returns:
possible object is BundleProperties

setBundleProperties

public void setBundleProperties(BundleProperties value)
Sets the value of the bundleProperties property.

Parameters:
value - allowed object is BundleProperties

getPoolConfigOption

public PoolConfigOption getPoolConfigOption()
Gets the value of the poolConfigOption property.

Returns:
possible object is PoolConfigOption

setPoolConfigOption

public void setPoolConfigOption(PoolConfigOption value)
Sets the value of the poolConfigOption property.

Parameters:
value - allowed object is PoolConfigOption

getOperationTimeouts

public OperationTimeouts getOperationTimeouts()
Gets the value of the operationTimeouts property.

Returns:
possible object is OperationTimeouts

setOperationTimeouts

public void setOperationTimeouts(OperationTimeouts value)
Sets the value of the operationTimeouts property.

Parameters:
value - allowed object is OperationTimeouts


Copyright © 2011 evolveum. All Rights Reserved.