|
||||||||||
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. 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="connectorType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="connectorVersion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="framework" type="{http://www.w3.org/2001/XMLSchema}anyURI" 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"/> </sequence> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
protected ConnectorHostType |
connectorHost
|
protected ObjectReferenceType |
connectorHostRef
|
protected java.lang.String |
connectorType
|
protected java.lang.String |
connectorVersion
|
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 |
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_1.ObjectType |
---|
name, oid, version |
Constructor Summary | |
---|---|
ConnectorType()
|
Method Summary | |
---|---|
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. |
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. |
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 |
---|
getName, getOid, getVersion, setName, setOid, setVersion |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String connectorType
protected java.lang.String connectorVersion
protected java.lang.String framework
protected java.util.List<java.lang.String> targetSystemType
protected java.lang.String namespace
protected ConnectorHostType connectorHost
protected ObjectReferenceType connectorHostRef
protected XmlSchemaType schema
Constructor Detail |
---|
public ConnectorType()
Method Detail |
---|
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 getFramework()
String
public void setFramework(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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |