public class ConnectorHostType extends ObjectType implements Serializable, Cloneable
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-2a}ObjectType"> <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-2a}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>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_COMPLEX___TYPE |
static QName |
F_HOSTNAME |
static QName |
F_PORT |
static QName |
F_PROTECT_CONNECTION |
static QName |
F_SERIAL_VERSION_UID |
static QName |
F_SHARED_SECRET |
static QName |
F_TIMEOUT |
F_DESCRIPTION, F_EXTENSION, F_FETCH_RESULT, F_METADATA, F_NAME, F_PARENT_ORG, F_PARENT_ORG_REF, F_TRIGGER
Constructor and Description |
---|
ConnectorHostType() |
Modifier and Type | Method and Description |
---|---|
ConnectorHostType |
clone() |
String |
getHostname() |
String |
getPort() |
ProtectedStringType |
getSharedSecret() |
Integer |
getTimeout() |
Boolean |
isProtectConnection() |
void |
setHostname(String value) |
void |
setPort(String value) |
void |
setProtectConnection(Boolean value) |
void |
setSharedSecret(ProtectedStringType value) |
void |
setTimeout(Integer value) |
asPrismContainer, asPrismContainerValue, asPrismObject, equals, getDescription, getExtension, getFetchResult, getMetadata, getName, getOid, getParentOrg, getParentOrgRef, getTrigger, getVersion, hashCode, setDescription, setExtension, setFetchResult, setMetadata, setName, setOid, setupContainer, setupContainerValue, setVersion, toDebugName, toDebugType, toString
public static final QName COMPLEX_TYPE
public static final QName F_SERIAL_VERSION_UID
public static final QName F_HOSTNAME
public static final QName F_PORT
public static final QName F_SHARED_SECRET
public static final QName F_PROTECT_CONNECTION
public static final QName F_TIMEOUT
public static final QName F_COMPLEX___TYPE
public String getHostname()
public void setHostname(String value)
public String getPort()
public void setPort(String value)
public ProtectedStringType getSharedSecret()
public void setSharedSecret(ProtectedStringType value)
public Boolean isProtectConnection()
public void setProtectConnection(Boolean value)
public Integer getTimeout()
public void setTimeout(Integer value)
public ConnectorHostType clone()
clone
in class ObjectType
Copyright © 2013 evolveum. All rights reserved.