|
||||||||||
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.ConnectorHostType
public class ConnectorHostType
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-1.xsd}ExtensibleObjectType"> <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-1.xsd}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>
Field Summary | |
---|---|
static javax.xml.namespace.QName |
COMPLEX_TYPE
|
static javax.xml.namespace.QName |
F_HOSTNAME
|
static javax.xml.namespace.QName |
F_PORT
|
static javax.xml.namespace.QName |
F_PROTECT_CONNECTION
|
static javax.xml.namespace.QName |
F_SHARED_SECRET
|
static javax.xml.namespace.QName |
F_TIMEOUT
|
protected java.lang.String |
hostname
|
protected java.lang.String |
port
|
protected java.lang.Boolean |
protectConnection
|
protected ProtectedStringType |
sharedSecret
|
protected java.lang.Integer |
timeout
|
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 | |
---|---|
ConnectorHostType()
|
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 |
getHostname()
Gets the value of the hostname property. |
java.lang.String |
getPort()
Gets the value of the port property. |
ProtectedStringType |
getSharedSecret()
Gets the value of the sharedSecret property. |
java.lang.Integer |
getTimeout()
Gets the value of the timeout property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
java.lang.Boolean |
isProtectConnection()
Gets the value of the protectConnection property. |
void |
setHostname(java.lang.String value)
Sets the value of the hostname property. |
void |
setPort(java.lang.String value)
Sets the value of the port property. |
void |
setProtectConnection(java.lang.Boolean value)
Sets the value of the protectConnection property. |
void |
setSharedSecret(ProtectedStringType value)
Sets the value of the sharedSecret property. |
void |
setTimeout(java.lang.Integer value)
Sets the value of the timeout 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 hostname
protected java.lang.String port
protected ProtectedStringType sharedSecret
protected java.lang.Boolean protectConnection
protected java.lang.Integer timeout
public static final javax.xml.namespace.QName COMPLEX_TYPE
public static final javax.xml.namespace.QName F_HOSTNAME
public static final javax.xml.namespace.QName F_PORT
public static final javax.xml.namespace.QName F_SHARED_SECRET
public static final javax.xml.namespace.QName F_PROTECT_CONNECTION
public static final javax.xml.namespace.QName F_TIMEOUT
Constructor Detail |
---|
public ConnectorHostType()
Method Detail |
---|
public java.lang.String getHostname()
String
public void setHostname(java.lang.String value)
value
- allowed object is
String
public java.lang.String getPort()
String
public void setPort(java.lang.String value)
value
- allowed object is
String
public ProtectedStringType getSharedSecret()
ProtectedStringType
public void setSharedSecret(ProtectedStringType value)
value
- allowed object is
ProtectedStringType
public java.lang.Boolean isProtectConnection()
Boolean
public void setProtectConnection(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Integer getTimeout()
Integer
public void setTimeout(java.lang.Integer value)
value
- allowed object is
Integer
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 |