|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.evolveum.midpoint.xml.ns._public.common.common_1.ObjectType
com.evolveum.midpoint.xml.ns._public.common.common_1.ExtensibleObjectType
com.evolveum.midpoint.xml.ns._public.common.common_1.ConnectorType
public class ConnectorType
Description of a generic connector. Connector in midPoint is any method of connection to the resource. The actual implementation, connector framework or protocol does not matter. More specific types derived from this type may exists. E.g. a connector framework may create a derived type and return that instead of this type. The values of "framework", "connectorType" and "connectorVersion" (if present) together form a unique identification of the connector. That means that two ConnectorType objects that have these values same represent the same connector. Only one such instance of ConnectorType should exist in the repository. Note: The ConnectorType does not describe only Identity Connector Framework (ICF) connectors, it is much more generic.
Java class for ConnectorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConnectorType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}ExtensibleObjectType"> <sequence> <element name="framework" type="{http://www.w3.org/2001/XMLSchema}anyURI"/> <element name="connectorType" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="connectorVersion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="connectorBundle" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="targetSystemType" type="{http://www.w3.org/2001/XMLSchema}anyURI" maxOccurs="unbounded" minOccurs="0"/> <element name="namespace" type="{http://www.w3.org/2001/XMLSchema}anyURI"/> <element name="connectorHost" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}ConnectorHostType" minOccurs="0"/> <element name="connectorHostRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}ObjectReferenceType" minOccurs="0"/> <element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}schema" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
static javax.xml.namespace.QName |
COMPLEX_TYPE
|
protected java.lang.String |
connectorBundle
|
protected ConnectorHostType |
connectorHost
|
protected ObjectReferenceType |
connectorHostRef
|
protected java.lang.String |
connectorType
|
protected java.lang.String |
connectorVersion
|
static javax.xml.namespace.QName |
F_CONNECTOR_BUNDLE
|
static javax.xml.namespace.QName |
F_CONNECTOR_HOST
|
static javax.xml.namespace.QName |
F_CONNECTOR_HOST_REF
|
static javax.xml.namespace.QName |
F_CONNECTOR_TYPE
|
static javax.xml.namespace.QName |
F_CONNECTOR_VERSION
|
static javax.xml.namespace.QName |
F_FRAMEWORK
|
static javax.xml.namespace.QName |
F_NAMESPACE
|
static javax.xml.namespace.QName |
F_SCHEMA
|
static javax.xml.namespace.QName |
F_TARGET_SYSTEM_TYPE
|
protected java.lang.String |
framework
|
protected java.lang.String |
namespace
|
protected XmlSchemaType |
schema
|
protected java.util.List<java.lang.String> |
targetSystemType
|
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_1.ExtensibleObjectType |
---|
extension, F_EXTENSION |
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_1.ObjectType |
---|
description, F_DESCRIPTION, F_FETCH_RESULT, F_NAME, F_VERSION, fetchResult, name, oid, version |
Constructor Summary | |
---|---|
ConnectorType()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object object)
|
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
|
java.lang.String |
getConnectorBundle()
Gets the value of the connectorBundle property. |
ConnectorHostType |
getConnectorHost()
Gets the value of the connectorHost property. |
ObjectReferenceType |
getConnectorHostRef()
Gets the value of the connectorHostRef property. |
java.lang.String |
getConnectorType()
Gets the value of the connectorType property. |
java.lang.String |
getConnectorVersion()
Gets the value of the connectorVersion property. |
java.lang.String |
getFramework()
Gets the value of the framework property. |
java.lang.String |
getNamespace()
Gets the value of the namespace property. |
XmlSchemaType |
getSchema()
Connector configuration schema. |
java.util.List<java.lang.String> |
getTargetSystemType()
Gets the value of the targetSystemType property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
void |
setConnectorBundle(java.lang.String value)
Sets the value of the connectorBundle property. |
void |
setConnectorHost(ConnectorHostType value)
Sets the value of the connectorHost property. |
void |
setConnectorHostRef(ObjectReferenceType value)
Sets the value of the connectorHostRef property. |
void |
setConnectorType(java.lang.String value)
Sets the value of the connectorType property. |
void |
setConnectorVersion(java.lang.String value)
Sets the value of the connectorVersion property. |
void |
setFramework(java.lang.String value)
Sets the value of the framework property. |
void |
setNamespace(java.lang.String value)
Sets the value of the namespace property. |
void |
setSchema(XmlSchemaType value)
Sets the value of the schema property. |
java.lang.String |
toString()
Generates a String representation of the contents of this type. |
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_1.ExtensibleObjectType |
---|
getExtension, setExtension |
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_1.ObjectType |
---|
getDescription, getFetchResult, getName, getOid, getVersion, setDescription, setFetchResult, setName, setOid, setVersion |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected java.lang.String framework
protected java.lang.String connectorType
protected java.lang.String connectorVersion
protected java.lang.String connectorBundle
protected java.util.List<java.lang.String> targetSystemType
protected java.lang.String namespace
protected ConnectorHostType connectorHost
protected ObjectReferenceType connectorHostRef
protected XmlSchemaType schema
public static final javax.xml.namespace.QName COMPLEX_TYPE
public static final javax.xml.namespace.QName F_FRAMEWORK
public static final javax.xml.namespace.QName F_CONNECTOR_TYPE
public static final javax.xml.namespace.QName F_CONNECTOR_VERSION
public static final javax.xml.namespace.QName F_CONNECTOR_BUNDLE
public static final javax.xml.namespace.QName F_TARGET_SYSTEM_TYPE
public static final javax.xml.namespace.QName F_NAMESPACE
public static final javax.xml.namespace.QName F_CONNECTOR_HOST
public static final javax.xml.namespace.QName F_CONNECTOR_HOST_REF
public static final javax.xml.namespace.QName F_SCHEMA
Constructor Detail |
---|
public ConnectorType()
Method Detail |
---|
public java.lang.String getFramework()
String
public void setFramework(java.lang.String value)
value
- allowed object is
String
public java.lang.String getConnectorType()
String
public void setConnectorType(java.lang.String value)
value
- allowed object is
String
public java.lang.String getConnectorVersion()
String
public void setConnectorVersion(java.lang.String value)
value
- allowed object is
String
public java.lang.String getConnectorBundle()
String
public void setConnectorBundle(java.lang.String value)
value
- allowed object is
String
public java.util.List<java.lang.String> getTargetSystemType()
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 targetSystemType property.
For example, to add a new item, do as follows:
getTargetSystemType().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.lang.String getNamespace()
String
public void setNamespace(java.lang.String value)
value
- allowed object is
String
public ConnectorHostType getConnectorHost()
ConnectorHostType
public void setConnectorHost(ConnectorHostType value)
value
- allowed object is
ConnectorHostType
public ObjectReferenceType getConnectorHostRef()
ObjectReferenceType
public void setConnectorHostRef(ObjectReferenceType value)
value
- allowed object is
ObjectReferenceType
public XmlSchemaType getSchema()
XmlSchemaType
public void setSchema(XmlSchemaType value)
value
- allowed object is
XmlSchemaType
public java.lang.String toString()
toString
in class ExtensibleObjectType
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode
in interface org.jvnet.jaxb2_commons.lang.HashCode
hashCode
in class ExtensibleObjectType
public int hashCode()
hashCode
in class ExtensibleObjectType
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, java.lang.Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
equals
in class ExtensibleObjectType
public boolean equals(java.lang.Object object)
equals
in class ExtensibleObjectType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |