com.evolveum.midpoint.xml.ns._public.common.common_2a
Class ConnectorHostType
java.lang.Object
com.evolveum.midpoint.xml.ns._public.common.common_2a.ObjectType
com.evolveum.midpoint.xml.ns._public.common.common_2a.ConnectorHostType
- All Implemented Interfaces:
- Containerable, Objectable, java.io.Serializable, java.lang.Cloneable
public class ConnectorHostType
- extends ObjectType
- implements java.io.Serializable, java.lang.Cloneable
Host definition for remote connector, remote
connector framework or a remote "gateway".
Note that this is a generic concept of a connector host, not specific to
any connector framework. It can be extended with a framework-specific
configuration using the usual "extension" element.
Java class for ConnectorHostType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConnectorHostType">
<complexContent>
<extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}ObjectType">
<sequence>
<element name="hostname" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="port" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="sharedSecret" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}ProtectedStringType" minOccurs="0"/>
<element name="protectConnection" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="timeout" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
- See Also:
- Serialized Form
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_2a.ObjectType |
asPrismContainer, asPrismContainerValue, asPrismObject, equals, getDescription, getExtension, getFetchResult, getName, getOid, getParentOrg, getParentOrgRef, getVersion, hashCode, setDescription, setExtension, setFetchResult, setName, setOid, setupContainer, setupContainerValue, setVersion, toDebugName, toDebugType, toString |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
COMPLEX_TYPE
public static final javax.xml.namespace.QName COMPLEX_TYPE
F_HOSTNAME
public static final javax.xml.namespace.QName F_HOSTNAME
F_PORT
public static final javax.xml.namespace.QName F_PORT
F_SHARED_SECRET
public static final javax.xml.namespace.QName F_SHARED_SECRET
F_PROTECT_CONNECTION
public static final javax.xml.namespace.QName F_PROTECT_CONNECTION
F_TIMEOUT
public static final javax.xml.namespace.QName F_TIMEOUT
ConnectorHostType
public ConnectorHostType()
getHostname
public java.lang.String getHostname()
setHostname
public void setHostname(java.lang.String value)
getPort
public java.lang.String getPort()
setPort
public void setPort(java.lang.String value)
getSharedSecret
public ProtectedStringType getSharedSecret()
setSharedSecret
public void setSharedSecret(ProtectedStringType value)
isProtectConnection
public java.lang.Boolean isProtectConnection()
setProtectConnection
public void setProtectConnection(java.lang.Boolean value)
getTimeout
public java.lang.Integer getTimeout()
setTimeout
public void setTimeout(java.lang.Integer value)
clone
public ConnectorHostType clone()
- Overrides:
clone
in class ObjectType
Copyright © 2012 evolveum. All Rights Reserved.