public class NodeType extends ObjectType implements Serializable, Cloneable
Java class for NodeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NodeType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectType"> <sequence> <element name="nodeIdentifier" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="hostname" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="jmxPort" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="lastCheckInTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="running" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="clustered" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="internalNodeIdentifier" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="executionStatus" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}NodeExecutionStatusType"/> <element name="errorStatus" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}NodeErrorStatusType"/> <element name="connectionResult" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}OperationResultType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_CLUSTERED |
static QName |
F_CONNECTION_RESULT |
static QName |
F_ERROR_STATUS |
static QName |
F_EXECUTION_STATUS |
static QName |
F_HOSTNAME |
static QName |
F_INTERNAL_NODE_IDENTIFIER |
static QName |
F_JMX_PORT |
static QName |
F_LAST_CHECK_IN_TIME |
static QName |
F_NODE_IDENTIFIER |
static QName |
F_RUNNING |
F_DESCRIPTION, F_EXTENSION, F_FETCH_RESULT, F_METADATA, F_NAME, F_PARENT_ORG, F_PARENT_ORG_REF, F_TENANT_REF, F_TRIGGER
Constructor and Description |
---|
NodeType() |
NodeType(com.evolveum.midpoint.prism.PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
NodeType |
clone() |
OperationResultType |
getConnectionResult() |
NodeErrorStatusType |
getErrorStatus() |
NodeExecutionStatusType |
getExecutionStatus() |
String |
getHostname() |
String |
getInternalNodeIdentifier() |
Integer |
getJmxPort() |
XMLGregorianCalendar |
getLastCheckInTime() |
String |
getNodeIdentifier() |
Boolean |
isClustered() |
Boolean |
isRunning() |
void |
setClustered(Boolean value) |
void |
setConnectionResult(OperationResultType value) |
void |
setErrorStatus(NodeErrorStatusType value) |
void |
setExecutionStatus(NodeExecutionStatusType value) |
void |
setHostname(String value) |
void |
setInternalNodeIdentifier(String value) |
void |
setJmxPort(Integer value) |
void |
setLastCheckInTime(XMLGregorianCalendar value) |
void |
setNodeIdentifier(String value) |
void |
setRunning(Boolean value) |
asPrismContainer, asPrismContainerValue, asPrismObject, equals, getDescription, getExtension, getFetchResult, getMetadata, getName, getOid, getParentOrg, getParentOrgRef, getTenantRef, getTrigger, getVersion, hashCode, setDescription, setExtension, setFetchResult, setMetadata, setName, setOid, setTenantRef, setupContainer, setupContainerValue, setVersion, toDebugName, toDebugType, toString
public static final QName COMPLEX_TYPE
public static final QName F_NODE_IDENTIFIER
public static final QName F_HOSTNAME
public static final QName F_JMX_PORT
public static final QName F_LAST_CHECK_IN_TIME
public static final QName F_RUNNING
public static final QName F_CLUSTERED
public static final QName F_INTERNAL_NODE_IDENTIFIER
public static final QName F_EXECUTION_STATUS
public static final QName F_ERROR_STATUS
public static final QName F_CONNECTION_RESULT
public NodeType()
public NodeType(com.evolveum.midpoint.prism.PrismContext prismContext)
public String getNodeIdentifier()
public void setNodeIdentifier(String value)
public String getHostname()
public void setHostname(String value)
public Integer getJmxPort()
public void setJmxPort(Integer value)
public XMLGregorianCalendar getLastCheckInTime()
public void setLastCheckInTime(XMLGregorianCalendar value)
public Boolean isRunning()
public void setRunning(Boolean value)
public Boolean isClustered()
public void setClustered(Boolean value)
public String getInternalNodeIdentifier()
public void setInternalNodeIdentifier(String value)
public NodeExecutionStatusType getExecutionStatus()
public void setExecutionStatus(NodeExecutionStatusType value)
public NodeErrorStatusType getErrorStatus()
public void setErrorStatus(NodeErrorStatusType value)
public OperationResultType getConnectionResult()
public void setConnectionResult(OperationResultType value)
public NodeType clone()
clone
in class ObjectType
Copyright © 2014 Evolveum. All rights reserved.