|
||||||||||
| 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://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="timeout" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
hostname
|
protected java.lang.String |
port
|
protected java.lang.String |
sharedSecret
|
protected java.lang.Integer |
timeout
|
| 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 |
|---|
description, name, oid, version |
| Constructor Summary | |
|---|---|
ConnectorHostType()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getHostname()
Gets the value of the hostname property. |
java.lang.String |
getPort()
Gets the value of the port property. |
java.lang.String |
getSharedSecret()
Gets the value of the sharedSecret property. |
java.lang.Integer |
getTimeout()
Gets the value of the timeout 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 |
setSharedSecret(java.lang.String 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, getName, getOid, getVersion, setDescription, setName, setOid, setVersion |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String hostname
protected java.lang.String port
protected java.lang.String sharedSecret
protected java.lang.Integer timeout
| Constructor Detail |
|---|
public ConnectorHostType()
| Method Detail |
|---|
public java.lang.String getHostname()
Stringpublic void setHostname(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPort()
Stringpublic void setPort(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSharedSecret()
Stringpublic void setSharedSecret(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getTimeout()
Integerpublic void setTimeout(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String toString()
toString in class ExtensibleObjectType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||