com.evolveum.midpoint.xml.ns._public.common.common_1
Class ConnectorHostType

java.lang.Object
  extended by com.evolveum.midpoint.xml.ns._public.common.common_1.ObjectType
      extended by com.evolveum.midpoint.xml.ns._public.common.common_1.ExtensibleObjectType
          extended by com.evolveum.midpoint.xml.ns._public.common.common_1.ConnectorHostType
All Implemented Interfaces:
java.io.Serializable

public class ConnectorHostType
extends ExtensibleObjectType
implements java.io.Serializable

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>
 

See Also:
Serialized Form

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

hostname

protected java.lang.String hostname

port

protected java.lang.String port

timeout

protected java.math.BigInteger timeout
Constructor Detail

ConnectorHostType

public ConnectorHostType()
Method Detail

getHostname

public java.lang.String getHostname()
Gets the value of the hostname property.

Returns:
possible object is String

setHostname

public void setHostname(java.lang.String value)
Sets the value of the hostname property.

Parameters:
value - allowed object is String

getPort

public java.lang.String getPort()
Gets the value of the port property.

Returns:
possible object is String

setPort

public void setPort(java.lang.String value)
Sets the value of the port property.

Parameters:
value - allowed object is String

getTimeout

public java.math.BigInteger getTimeout()
Gets the value of the timeout property.

Returns:
possible object is BigInteger

setTimeout

public void setTimeout(java.math.BigInteger value)
Sets the value of the timeout property.

Parameters:
value - allowed object is BigInteger


Copyright © 2011 evolveum. All Rights Reserved.