|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.evolveum.midpoint.xml.ns._public.resource.idconnector.configuration_1.ConnectorConfiguration
public class ConnectorConfiguration
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 |
|---|
protected ConnectorRef connectorRef
protected BundleProperties bundleProperties
protected PoolConfigOption poolConfigOption
protected OperationTimeouts operationTimeouts
| Constructor Detail |
|---|
public ConnectorConfiguration()
| Method Detail |
|---|
public ConnectorRef getConnectorRef()
ConnectorRefpublic void setConnectorRef(ConnectorRef value)
value - allowed object is
ConnectorRefpublic BundleProperties getBundleProperties()
BundlePropertiespublic void setBundleProperties(BundleProperties value)
value - allowed object is
BundlePropertiespublic PoolConfigOption getPoolConfigOption()
PoolConfigOptionpublic void setPoolConfigOption(PoolConfigOption value)
value - allowed object is
PoolConfigOptionpublic OperationTimeouts getOperationTimeouts()
OperationTimeoutspublic void setOperationTimeouts(OperationTimeouts value)
value - allowed object is
OperationTimeouts
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||