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-3}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://prism.evolveum.com/xml/ns/public/types-3}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_HOSTNAME |
static QName |
F_PORT |
static QName |
F_PROTECT_CONNECTION |
static QName |
F_SHARED_SECRET |
static QName |
F_TIMEOUT |
F_DESCRIPTION, F_EXTENSION, F_FETCH_RESULT, F_LIFECYCLE_STATE, F_METADATA, F_NAME, F_PARENT_ORG, F_PARENT_ORG_REF, F_TENANT_REF, F_TRIGGER
Constructor and Description |
---|
ConnectorHostType() |
ConnectorHostType(PrismContext prismContext) |
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, getLifecycleState, getMetadata, getName, getOid, getParentOrg, getParentOrgRef, getTenantRef, getTrigger, getVersion, hashCode, setDescription, setExtension, setFetchResult, setLifecycleState, setMetadata, setName, setOid, setTenantRef, setupContainer, setupContainerValue, setVersion, toDebugName, toDebugType, toString
public static final QName COMPLEX_TYPE
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 ConnectorHostType()
public ConnectorHostType(PrismContext prismContext)
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 © 2017 Evolveum. All rights reserved.