|
||||||||||
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()
ConnectorRef
public void setConnectorRef(ConnectorRef value)
value
- allowed object is
ConnectorRef
public BundleProperties getBundleProperties()
BundleProperties
public void setBundleProperties(BundleProperties value)
value
- allowed object is
BundleProperties
public PoolConfigOption getPoolConfigOption()
PoolConfigOption
public void setPoolConfigOption(PoolConfigOption value)
value
- allowed object is
PoolConfigOption
public OperationTimeouts getOperationTimeouts()
OperationTimeouts
public 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 |