public class ServerStatusNode extends BaseDataVariableNode implements ServerStatusType
UaVariableNode.UaVariableNodeBuilderAllowNulls, DataTypeVersion, DictionaryFragment, EngineeringUnits, LocalTime, MaxArrayLength, MaxStringLength, NodeVersion, ValueAsText| Constructor and Description |
|---|
ServerStatusNode(UaNamespace namespace,
com.digitalpetri.opcua.stack.core.types.builtin.NodeId nodeId,
com.digitalpetri.opcua.stack.core.types.builtin.QualifiedName browseName,
com.digitalpetri.opcua.stack.core.types.builtin.LocalizedText displayName,
Optional<com.digitalpetri.opcua.stack.core.types.builtin.LocalizedText> description,
Optional<com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger> writeMask,
Optional<com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger> userWriteMask,
com.digitalpetri.opcua.stack.core.types.builtin.DataValue value,
com.digitalpetri.opcua.stack.core.types.builtin.NodeId dataType,
Integer valueRank,
Optional<com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger[]> arrayDimensions,
com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UByte accessLevel,
com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UByte userAccessLevel,
Optional<Double> minimumSamplingInterval,
boolean historizing) |
| Modifier and Type | Method and Description |
|---|---|
com.digitalpetri.opcua.stack.core.types.structured.BuildInfo |
getBuildInfo() |
com.digitalpetri.opcua.stack.core.types.builtin.DateTime |
getCurrentTime() |
com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger |
getSecondsTillShutdown() |
com.digitalpetri.opcua.stack.core.types.builtin.LocalizedText |
getShutdownReason() |
com.digitalpetri.opcua.stack.core.types.builtin.DateTime |
getStartTime() |
com.digitalpetri.opcua.stack.core.types.enumerated.ServerState |
getState() |
com.digitalpetri.opcua.stack.core.types.builtin.DataValue |
getValue() |
void |
setBuildInfo(com.digitalpetri.opcua.stack.core.types.structured.BuildInfo buildInfo) |
void |
setCurrentTime(com.digitalpetri.opcua.stack.core.types.builtin.DateTime currentTime) |
void |
setSecondsTillShutdown(com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger secondsTillShutdown) |
void |
setShutdownReason(com.digitalpetri.opcua.stack.core.types.builtin.LocalizedText shutdownReason) |
void |
setStartTime(com.digitalpetri.opcua.stack.core.types.builtin.DateTime startTime) |
void |
setState(com.digitalpetri.opcua.stack.core.types.enumerated.ServerState state) |
void |
setValue(com.digitalpetri.opcua.stack.core.types.builtin.DataValue value)
Set the Value attribute of this Node.
|
builder, getAccessLevel, getAllowNulls, getArrayDimensions, getComponentNodes, getDataType, getDataTypeVersion, getDictionaryFragment, getEngineeringUnits, getHistorizing, getLocalTime, getMaxArrayLength, getMaxStringLength, getMinimumSamplingInterval, getModellingRuleNode, getNodeVersion, getPropertyNodes, getTypeDefinitionNode, getUserAccessLevel, getValueRank, setAccessLevel, setAllowNulls, setArrayDimensions, setDataType, setDataTypeVersion, setDictionaryFragment, setEngineeringUnits, setHistorizing, setLocalTime, setMaxArrayLength, setMaxStringLength, setMinimumSamplingInterval, setNodeVersion, setUserAccessLevel, setValueRankaddAttributeObserver, addProperty, addReference, addReferences, deallocate, fireAttributeChanged, getBrowseName, getDescription, getDisplayName, getNamespace, getNode, getNode, getNodeClass, getNodeId, getObjectComponent, getObjectComponent, getProperty, getProperty, getProperty, getPropertyNode, getPropertyNode, getReferences, getUserWriteMask, getVariableComponent, getVariableComponent, getWriteMask, removeAttributeObserver, removeProperty, removeReference, removeReferences, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setProperty, setUserWriteMask, setWriteMaskclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBrowseName, getDescription, getDisplayName, getNodeClass, getNodeId, getUserWriteMask, getWriteMask, hasAttribute, hasAttribute, readAttribute, readAttribute, readAttribute, readAttribute, readAttribute, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setUserWriteMask, setWriteMask, writeAttribute, writeAttribute, writeAttributepublic ServerStatusNode(UaNamespace namespace, com.digitalpetri.opcua.stack.core.types.builtin.NodeId nodeId, com.digitalpetri.opcua.stack.core.types.builtin.QualifiedName browseName, com.digitalpetri.opcua.stack.core.types.builtin.LocalizedText displayName, Optional<com.digitalpetri.opcua.stack.core.types.builtin.LocalizedText> description, Optional<com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger> writeMask, Optional<com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger> userWriteMask, com.digitalpetri.opcua.stack.core.types.builtin.DataValue value, com.digitalpetri.opcua.stack.core.types.builtin.NodeId dataType, Integer valueRank, Optional<com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger[]> arrayDimensions, com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UByte accessLevel, com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UByte userAccessLevel, Optional<Double> minimumSamplingInterval, boolean historizing)
public com.digitalpetri.opcua.stack.core.types.builtin.DataValue getValue()
getValue in interface VariableNodegetValue in class UaVariableNodepublic void setValue(com.digitalpetri.opcua.stack.core.types.builtin.DataValue value)
VariableNodesetValue in interface VariableNodesetValue in class UaVariableNodevalue - the Value to set.public com.digitalpetri.opcua.stack.core.types.builtin.DateTime getStartTime()
getStartTime in interface ServerStatusTypepublic com.digitalpetri.opcua.stack.core.types.builtin.DateTime getCurrentTime()
getCurrentTime in interface ServerStatusTypepublic com.digitalpetri.opcua.stack.core.types.enumerated.ServerState getState()
getState in interface ServerStatusTypepublic com.digitalpetri.opcua.stack.core.types.structured.BuildInfo getBuildInfo()
getBuildInfo in interface ServerStatusTypepublic com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger getSecondsTillShutdown()
getSecondsTillShutdown in interface ServerStatusTypepublic com.digitalpetri.opcua.stack.core.types.builtin.LocalizedText getShutdownReason()
getShutdownReason in interface ServerStatusTypepublic void setStartTime(com.digitalpetri.opcua.stack.core.types.builtin.DateTime startTime)
setStartTime in interface ServerStatusTypepublic void setCurrentTime(com.digitalpetri.opcua.stack.core.types.builtin.DateTime currentTime)
setCurrentTime in interface ServerStatusTypepublic void setState(com.digitalpetri.opcua.stack.core.types.enumerated.ServerState state)
setState in interface ServerStatusTypepublic void setBuildInfo(com.digitalpetri.opcua.stack.core.types.structured.BuildInfo buildInfo)
setBuildInfo in interface ServerStatusTypepublic void setSecondsTillShutdown(com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger secondsTillShutdown)
setSecondsTillShutdown in interface ServerStatusTypepublic void setShutdownReason(com.digitalpetri.opcua.stack.core.types.builtin.LocalizedText shutdownReason)
setShutdownReason in interface ServerStatusTypeCopyright © 2015. All rights reserved.