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="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>
 

See Also:
Serialized Form

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

hostname

protected java.lang.String hostname

port

protected java.lang.String port

sharedSecret

protected java.lang.String sharedSecret

timeout

protected java.lang.Integer 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

getSharedSecret

public java.lang.String getSharedSecret()
Gets the value of the sharedSecret property.

Returns:
possible object is String

setSharedSecret

public void setSharedSecret(java.lang.String value)
Sets the value of the sharedSecret property.

Parameters:
value - allowed object is String

getTimeout

public java.lang.Integer getTimeout()
Gets the value of the timeout property.

Returns:
possible object is Integer

setTimeout

public void setTimeout(java.lang.Integer value)
Sets the value of the timeout property.

Parameters:
value - allowed object is Integer

toString

public java.lang.String toString()
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin

Overrides:
toString in class ExtensibleObjectType


Copyright © 2011 evolveum. All Rights Reserved.