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, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

public class ConnectorHostType
extends ExtensibleObjectType
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

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>
 

See Also:
Serialized Form

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

hostname

protected java.lang.String hostname

port

protected java.lang.String port

sharedSecret

protected ProtectedStringType sharedSecret

protectConnection

protected java.lang.Boolean protectConnection

timeout

protected java.lang.Integer timeout

COMPLEX_TYPE

public static final javax.xml.namespace.QName COMPLEX_TYPE

F_HOSTNAME

public static final javax.xml.namespace.QName F_HOSTNAME

F_PORT

public static final javax.xml.namespace.QName F_PORT

F_SHARED_SECRET

public static final javax.xml.namespace.QName F_SHARED_SECRET

F_PROTECT_CONNECTION

public static final javax.xml.namespace.QName F_PROTECT_CONNECTION

F_TIMEOUT

public static final javax.xml.namespace.QName F_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 ProtectedStringType getSharedSecret()
Gets the value of the sharedSecret property.

Returns:
possible object is ProtectedStringType

setSharedSecret

public void setSharedSecret(ProtectedStringType value)
Sets the value of the sharedSecret property.

Parameters:
value - allowed object is ProtectedStringType

isProtectConnection

public java.lang.Boolean isProtectConnection()
Gets the value of the protectConnection property.

Returns:
possible object is Boolean

setProtectConnection

public void setProtectConnection(java.lang.Boolean value)
Sets the value of the protectConnection property.

Parameters:
value - allowed object is Boolean

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

hashCode

public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                    org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode
Overrides:
hashCode in class ExtensibleObjectType

hashCode

public int hashCode()
Overrides:
hashCode in class ExtensibleObjectType

equals

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)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals
Overrides:
equals in class ExtensibleObjectType

equals

public boolean equals(java.lang.Object object)
Overrides:
equals in class ExtensibleObjectType


Copyright © 2012 evolveum. All Rights Reserved.