public class ConnectorType extends ObjectType implements Serializable, Cloneable
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-2a}ObjectType"> <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" minOccurs="0"/> <element name="connectorHost" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}ConnectorHostType" minOccurs="0"/> <element name="connectorHostRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}ObjectReferenceType" minOccurs="0"/> <element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}schema" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_COMPLEX___TYPE |
static QName |
F_CONNECTOR_BUNDLE |
static QName |
F_CONNECTOR_HOST |
static QName |
F_CONNECTOR_HOST_REF |
static QName |
F_CONNECTOR_TYPE |
static QName |
F_CONNECTOR_VERSION |
static QName |
F_FRAMEWORK |
static QName |
F_NAMESPACE |
static QName |
F_SCHEMA |
static QName |
F_SERIAL_VERSION_UID |
static QName |
F_TARGET_SYSTEM_TYPE |
F_DESCRIPTION, F_EXTENSION, F_FETCH_RESULT, F_METADATA, F_NAME, F_PARENT_ORG, F_PARENT_ORG_REF, F_TRIGGER
Constructor and Description |
---|
ConnectorType() |
Modifier and Type | Method and Description |
---|---|
ConnectorType |
clone() |
String |
getConnectorBundle() |
ConnectorHostType |
getConnectorHost() |
ObjectReferenceType |
getConnectorHostRef() |
String |
getConnectorType() |
String |
getConnectorVersion() |
String |
getFramework() |
String |
getNamespace() |
XmlSchemaType |
getSchema() |
List<String> |
getTargetSystemType() |
void |
setConnectorBundle(String value) |
void |
setConnectorHost(ConnectorHostType value) |
void |
setConnectorHostRef(ObjectReferenceType value) |
void |
setConnectorType(String value) |
void |
setConnectorVersion(String value) |
void |
setFramework(String value) |
void |
setNamespace(String value) |
void |
setSchema(XmlSchemaType value) |
asPrismContainer, asPrismContainerValue, asPrismObject, equals, getDescription, getExtension, getFetchResult, getMetadata, getName, getOid, getParentOrg, getParentOrgRef, getTrigger, getVersion, hashCode, setDescription, setExtension, setFetchResult, setMetadata, setName, setOid, setupContainer, setupContainerValue, setVersion, toDebugName, toDebugType, toString
public static final QName COMPLEX_TYPE
public static final QName F_SERIAL_VERSION_UID
public static final QName F_FRAMEWORK
public static final QName F_CONNECTOR_TYPE
public static final QName F_CONNECTOR_VERSION
public static final QName F_CONNECTOR_BUNDLE
public static final QName F_TARGET_SYSTEM_TYPE
public static final QName F_NAMESPACE
public static final QName F_CONNECTOR_HOST
public static final QName F_CONNECTOR_HOST_REF
public static final QName F_SCHEMA
public static final QName F_COMPLEX___TYPE
public String getFramework()
public void setFramework(String value)
public String getConnectorType()
public void setConnectorType(String value)
public String getConnectorVersion()
public void setConnectorVersion(String value)
public String getConnectorBundle()
public void setConnectorBundle(String value)
public String getNamespace()
public void setNamespace(String value)
public ConnectorHostType getConnectorHost()
public void setConnectorHost(ConnectorHostType value)
public ObjectReferenceType getConnectorHostRef()
public void setConnectorHostRef(ObjectReferenceType value)
public XmlSchemaType getSchema()
public void setSchema(XmlSchemaType value)
public ConnectorType clone()
clone
in class ObjectType
Copyright © 2013 evolveum. All rights reserved.