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-2a}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"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_CLUSTERED |
static QName |
F_COMPLEX___TYPE |
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 |
static QName |
F_SERIAL_VERSION_UID |
F_DESCRIPTION, F_EXTENSION, F_FETCH_RESULT, F_METADATA, F_NAME, F_PARENT_ORG, F_PARENT_ORG_REF, F_TRIGGER
Constructor and Description |
---|
NodeType() |
Modifier and Type | Method and Description |
---|---|
NodeType |
clone() |
String |
getHostname() |
String |
getInternalNodeIdentifier() |
Integer |
getJmxPort() |
XMLGregorianCalendar |
getLastCheckInTime() |
String |
getNodeIdentifier() |
Boolean |
isClustered() |
Boolean |
isRunning() |
void |
setClustered(Boolean 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, 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_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_COMPLEX___TYPE
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 NodeType clone()
clone
in class ObjectType
Copyright © 2013 evolveum. All rights reserved.