|
||||||||||
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="timeout" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.String |
hostname
|
protected java.lang.String |
port
|
protected java.math.BigInteger |
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 |
---|
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.math.BigInteger |
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 |
setTimeout(java.math.BigInteger value)
Sets the value of the timeout 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 hostname
protected java.lang.String port
protected java.math.BigInteger 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 java.math.BigInteger getTimeout()
BigInteger
public void setTimeout(java.math.BigInteger value)
value
- allowed object is
BigInteger
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |