public class NonExclusiveLimitAlarmTypeNode extends LimitAlarmTypeNode implements NonExclusiveLimitAlarmType
HIGH_HIGH_LIMIT, HIGH_LIMIT, LOW_LIMIT, LOW_LOW_LIMITINPUT_NODE, MAX_TIME_SHELVED, SUPPRESSED_OR_SHELVEDBRANCH_ID, CLIENT_USER_ID, CONDITION_CLASS_ID, CONDITION_CLASS_NAME, CONDITION_NAME, RETAINEVENT_ID, EVENT_TYPE, LOCAL_TIME, MESSAGE, RECEIVE_TIME, SEVERITY, SOURCE_NAME, SOURCE_NODE, TIME| Constructor and Description |
|---|
NonExclusiveLimitAlarmTypeNode(OpcUaClient client,
org.eclipse.milo.opcua.stack.core.types.builtin.NodeId nodeId,
org.eclipse.milo.opcua.stack.core.types.enumerated.NodeClass nodeClass,
org.eclipse.milo.opcua.stack.core.types.builtin.QualifiedName browseName,
org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText displayName,
org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText description,
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger writeMask,
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger userWriteMask,
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte eventNotifier) |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText |
getActiveState()
Get the local value of the ActiveState Node.
|
TwoStateVariableTypeNode |
getActiveStateNode()
Get the ActiveState
TwoStateVariableType Node, or null if it does not exist. |
CompletableFuture<? extends TwoStateVariableTypeNode> |
getActiveStateNodeAsync()
Asynchronous implementation of
AlarmConditionType.getActiveStateNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText |
getHighHighState()
Get the local value of the HighHighState Node.
|
TwoStateVariableTypeNode |
getHighHighStateNode()
Get the HighHighState
TwoStateVariableType Node, or null if it does not exist. |
CompletableFuture<? extends TwoStateVariableTypeNode> |
getHighHighStateNodeAsync()
Asynchronous implementation of
NonExclusiveLimitAlarmType.getHighHighStateNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText |
getHighState()
Get the local value of the HighState Node.
|
TwoStateVariableTypeNode |
getHighStateNode()
Get the HighState
TwoStateVariableType Node, or null if it does not exist. |
CompletableFuture<? extends TwoStateVariableTypeNode> |
getHighStateNodeAsync()
Asynchronous implementation of
NonExclusiveLimitAlarmType.getHighStateNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText |
getLowLowState()
Get the local value of the LowLowState Node.
|
TwoStateVariableTypeNode |
getLowLowStateNode()
Get the LowLowState
TwoStateVariableType Node, or null if it does not exist. |
CompletableFuture<? extends TwoStateVariableTypeNode> |
getLowLowStateNodeAsync()
Asynchronous implementation of
NonExclusiveLimitAlarmType.getLowLowStateNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText |
getLowState()
Get the local value of the LowState Node.
|
TwoStateVariableTypeNode |
getLowStateNode()
Get the LowState
TwoStateVariableType Node, or null if it does not exist. |
CompletableFuture<? extends TwoStateVariableTypeNode> |
getLowStateNodeAsync()
Asynchronous implementation of
NonExclusiveLimitAlarmType.getLowStateNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText |
readActiveState()
Read the value of the ActiveState Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText> |
readActiveStateAsync()
An asynchronous implementation of
AlarmConditionType.readActiveState(). |
org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText |
readHighHighState()
Read the value of the HighHighState Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText> |
readHighHighStateAsync()
An asynchronous implementation of
NonExclusiveLimitAlarmType.readHighHighState(). |
org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText |
readHighState()
Read the value of the HighState Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText> |
readHighStateAsync()
An asynchronous implementation of
NonExclusiveLimitAlarmType.readHighState(). |
org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText |
readLowLowState()
Read the value of the LowLowState Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText> |
readLowLowStateAsync()
An asynchronous implementation of
NonExclusiveLimitAlarmType.readLowLowState(). |
org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText |
readLowState()
Read the value of the LowState Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText> |
readLowStateAsync()
An asynchronous implementation of
NonExclusiveLimitAlarmType.readLowState(). |
void |
setActiveState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText activeState)
Set the local value of the ActiveState Node.
|
void |
setHighHighState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText highHighState)
Set the local value of the HighHighState Node.
|
void |
setHighState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText highState)
Set the local value of the HighState Node.
|
void |
setLowLowState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText lowLowState)
Set the local value of the LowLowState Node.
|
void |
setLowState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText lowState)
Set the local value of the LowState Node.
|
void |
writeActiveState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText activeState)
Write a new value for the ActiveState Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeActiveStateAsync(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText activeState)
An asynchronous implementation of
AlarmConditionType.writeActiveState(LocalizedText). |
void |
writeHighHighState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText highHighState)
Write a new value for the HighHighState Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeHighHighStateAsync(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText highHighState)
An asynchronous implementation of
NonExclusiveLimitAlarmType.writeHighHighState(LocalizedText). |
void |
writeHighState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText highState)
Write a new value for the HighState Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeHighStateAsync(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText highState)
An asynchronous implementation of
NonExclusiveLimitAlarmType.writeHighState(LocalizedText). |
void |
writeLowLowState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText lowLowState)
Write a new value for the LowLowState Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeLowLowStateAsync(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText lowLowState)
An asynchronous implementation of
NonExclusiveLimitAlarmType.writeLowLowState(LocalizedText). |
void |
writeLowState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText lowState)
Write a new value for the LowState Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeLowStateAsync(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText lowState)
An asynchronous implementation of
NonExclusiveLimitAlarmType.writeLowState(LocalizedText). |
getHighHighLimit, getHighHighLimitNode, getHighHighLimitNodeAsync, getHighLimit, getHighLimitNode, getHighLimitNodeAsync, getLowLimit, getLowLimitNode, getLowLimitNodeAsync, getLowLowLimit, getLowLowLimitNode, getLowLowLimitNodeAsync, readHighHighLimit, readHighHighLimitAsync, readHighLimit, readHighLimitAsync, readLowLimit, readLowLimitAsync, readLowLowLimit, readLowLowLimitAsync, setHighHighLimit, setHighLimit, setLowLimit, setLowLowLimit, writeHighHighLimit, writeHighHighLimitAsync, writeHighLimit, writeHighLimitAsync, writeLowLimit, writeLowLimitAsync, writeLowLowLimit, writeLowLowLimitAsyncgetEnabledState, getEnabledStateNode, getEnabledStateNodeAsync, getInputNode, getInputNodeNode, getInputNodeNodeAsync, getMaxTimeShelved, getMaxTimeShelvedNode, getMaxTimeShelvedNodeAsync, getShelvingStateNode, getShelvingStateNodeAsync, getSuppressedOrShelved, getSuppressedOrShelvedNode, getSuppressedOrShelvedNodeAsync, getSuppressedState, getSuppressedStateNode, getSuppressedStateNodeAsync, readEnabledState, readEnabledStateAsync, readInputNode, readInputNodeAsync, readMaxTimeShelved, readMaxTimeShelvedAsync, readSuppressedOrShelved, readSuppressedOrShelvedAsync, readSuppressedState, readSuppressedStateAsync, setEnabledState, setInputNode, setMaxTimeShelved, setSuppressedOrShelved, setSuppressedState, writeEnabledState, writeEnabledStateAsync, writeInputNode, writeInputNodeAsync, writeMaxTimeShelved, writeMaxTimeShelvedAsync, writeSuppressedOrShelved, writeSuppressedOrShelvedAsync, writeSuppressedState, writeSuppressedStateAsyncgetAckedState, getAckedStateNode, getAckedStateNodeAsync, getConfirmedState, getConfirmedStateNode, getConfirmedStateNodeAsync, readAckedState, readAckedStateAsync, readConfirmedState, readConfirmedStateAsync, setAckedState, setConfirmedState, writeAckedState, writeAckedStateAsync, writeConfirmedState, writeConfirmedStateAsyncgetBranchId, getBranchIdNode, getBranchIdNodeAsync, getClientUserId, getClientUserIdNode, getClientUserIdNodeAsync, getComment, getCommentNode, getCommentNodeAsync, getConditionClassId, getConditionClassIdNode, getConditionClassIdNodeAsync, getConditionClassName, getConditionClassNameNode, getConditionClassNameNodeAsync, getConditionName, getConditionNameNode, getConditionNameNodeAsync, getLastSeverity, getLastSeverityNode, getLastSeverityNodeAsync, getQuality, getQualityNode, getQualityNodeAsync, getRetain, getRetainNode, getRetainNodeAsync, readBranchId, readBranchIdAsync, readClientUserId, readClientUserIdAsync, readComment, readCommentAsync, readConditionClassId, readConditionClassIdAsync, readConditionClassName, readConditionClassNameAsync, readConditionName, readConditionNameAsync, readLastSeverity, readLastSeverityAsync, readQuality, readQualityAsync, readRetain, readRetainAsync, setBranchId, setClientUserId, setComment, setConditionClassId, setConditionClassName, setConditionName, setLastSeverity, setQuality, setRetain, writeBranchId, writeBranchIdAsync, writeClientUserId, writeClientUserIdAsync, writeComment, writeCommentAsync, writeConditionClassId, writeConditionClassIdAsync, writeConditionClassName, writeConditionClassNameAsync, writeConditionName, writeConditionNameAsync, writeLastSeverity, writeLastSeverityAsync, writeQuality, writeQualityAsync, writeRetain, writeRetainAsyncgetEventId, getEventIdNode, getEventIdNodeAsync, getEventType, getEventTypeNode, getEventTypeNodeAsync, getLocalTime, getLocalTimeNode, getLocalTimeNodeAsync, getMessage, getMessageNode, getMessageNodeAsync, getReceiveTime, getReceiveTimeNode, getReceiveTimeNodeAsync, getSeverity, getSeverityNode, getSeverityNodeAsync, getSourceName, getSourceNameNode, getSourceNameNodeAsync, getSourceNode, getSourceNodeNode, getSourceNodeNodeAsync, getTime, getTimeNode, getTimeNodeAsync, readEventId, readEventIdAsync, readEventType, readEventTypeAsync, readLocalTime, readLocalTimeAsync, readMessage, readMessageAsync, readReceiveTime, readReceiveTimeAsync, readSeverity, readSeverityAsync, readSourceName, readSourceNameAsync, readSourceNode, readSourceNodeAsync, readTime, readTimeAsync, setEventId, setEventType, setLocalTime, setMessage, setReceiveTime, setSeverity, setSourceName, setSourceNode, setTime, writeEventId, writeEventIdAsync, writeEventType, writeEventTypeAsync, writeLocalTime, writeLocalTimeAsync, writeMessage, writeMessageAsync, writeReceiveTime, writeReceiveTimeAsync, writeSeverity, writeSeverityAsync, writeSourceName, writeSourceNameAsync, writeSourceNode, writeSourceNodeAsync, writeTime, writeTimeAsynccallMethod, callMethod, callMethodAsync, callMethodAsync, getAttributeValue, getEventNotifier, getIcon, getMethod, getMethod, getMethodAsync, getMethodAsync, getNamingRuleAsync, getNodeVersion, getObjectComponent, getObjectComponent, getObjectComponent, getObjectComponentAsync, getObjectComponentAsync, getObjectComponentAsync, getTypeDefinition, getTypeDefinitionAsync, getVariableComponent, getVariableComponent, getVariableComponent, getVariableComponentAsync, getVariableComponentAsync, getVariableComponentAsync, readEventNotifier, setAttributeValue, setEventNotifier, setIcon, setNamingRuleAsync, setNodeVersion, writeEventNotifierbrowse, browse, browseAsync, browseAsync, browseNodes, browseNodes, browseNodesAsync, browseNodesAsync, canonicalize, cast, findMemberNodeId, getBrowseName, getComponentAsync, getDescription, getDisplayName, getMemberNodeAsync, getNodeClass, getNodeId, getProperty, getPropertyNodeAsync, getPropertyNodeAsync, getUserWriteMask, getWriteMask, invalidate, readAttribute, readAttributeAsync, readBrowseName, readDescription, readDisplayName, readNamespaceIndex, readNodeClass, readNodeId, readProperty, readUserWriteMask, readWriteMask, refresh, refreshAsync, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setProperty, setUserWriteMask, setWriteMask, synchronize, synchronizeAsync, writeAttribute, writeAttributeAsync, writeBrowseName, writeDescription, writeDisplayName, writeNodeClass, writeNodeId, writeProperty, writeUserWriteMask, writeWriteMaskclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetHighHighLimit, getHighHighLimitNode, getHighHighLimitNodeAsync, getHighLimit, getHighLimitNode, getHighLimitNodeAsync, getLowLimit, getLowLimitNode, getLowLimitNodeAsync, getLowLowLimit, getLowLowLimitNode, getLowLowLimitNodeAsync, readHighHighLimit, readHighHighLimitAsync, readHighLimit, readHighLimitAsync, readLowLimit, readLowLimitAsync, readLowLowLimit, readLowLowLimitAsync, setHighHighLimit, setHighLimit, setLowLimit, setLowLowLimit, writeHighHighLimit, writeHighHighLimitAsync, writeHighLimit, writeHighLimitAsync, writeLowLimit, writeLowLimitAsync, writeLowLowLimit, writeLowLowLimitAsyncgetEnabledState, getEnabledStateNode, getEnabledStateNodeAsync, getInputNode, getInputNodeNode, getInputNodeNodeAsync, getMaxTimeShelved, getMaxTimeShelvedNode, getMaxTimeShelvedNodeAsync, getShelvingStateNode, getShelvingStateNodeAsync, getSuppressedOrShelved, getSuppressedOrShelvedNode, getSuppressedOrShelvedNodeAsync, getSuppressedState, getSuppressedStateNode, getSuppressedStateNodeAsync, readEnabledState, readEnabledStateAsync, readInputNode, readInputNodeAsync, readMaxTimeShelved, readMaxTimeShelvedAsync, readSuppressedOrShelved, readSuppressedOrShelvedAsync, readSuppressedState, readSuppressedStateAsync, setEnabledState, setInputNode, setMaxTimeShelved, setSuppressedOrShelved, setSuppressedState, writeEnabledState, writeEnabledStateAsync, writeInputNode, writeInputNodeAsync, writeMaxTimeShelved, writeMaxTimeShelvedAsync, writeSuppressedOrShelved, writeSuppressedOrShelvedAsync, writeSuppressedState, writeSuppressedStateAsyncgetAckedState, getAckedStateNode, getAckedStateNodeAsync, getConfirmedState, getConfirmedStateNode, getConfirmedStateNodeAsync, readAckedState, readAckedStateAsync, readConfirmedState, readConfirmedStateAsync, setAckedState, setConfirmedState, writeAckedState, writeAckedStateAsync, writeConfirmedState, writeConfirmedStateAsyncgetBranchId, getBranchIdNode, getBranchIdNodeAsync, getClientUserId, getClientUserIdNode, getClientUserIdNodeAsync, getComment, getCommentNode, getCommentNodeAsync, getConditionClassId, getConditionClassIdNode, getConditionClassIdNodeAsync, getConditionClassName, getConditionClassNameNode, getConditionClassNameNodeAsync, getConditionName, getConditionNameNode, getConditionNameNodeAsync, getLastSeverity, getLastSeverityNode, getLastSeverityNodeAsync, getQuality, getQualityNode, getQualityNodeAsync, getRetain, getRetainNode, getRetainNodeAsync, readBranchId, readBranchIdAsync, readClientUserId, readClientUserIdAsync, readComment, readCommentAsync, readConditionClassId, readConditionClassIdAsync, readConditionClassName, readConditionClassNameAsync, readConditionName, readConditionNameAsync, readLastSeverity, readLastSeverityAsync, readQuality, readQualityAsync, readRetain, readRetainAsync, setBranchId, setClientUserId, setComment, setConditionClassId, setConditionClassName, setConditionName, setLastSeverity, setQuality, setRetain, writeBranchId, writeBranchIdAsync, writeClientUserId, writeClientUserIdAsync, writeComment, writeCommentAsync, writeConditionClassId, writeConditionClassIdAsync, writeConditionClassName, writeConditionClassNameAsync, writeConditionName, writeConditionNameAsync, writeLastSeverity, writeLastSeverityAsync, writeQuality, writeQualityAsync, writeRetain, writeRetainAsyncgetEventId, getEventIdNode, getEventIdNodeAsync, getEventType, getEventTypeNode, getEventTypeNodeAsync, getLocalTime, getLocalTimeNode, getLocalTimeNodeAsync, getMessage, getMessageNode, getMessageNodeAsync, getReceiveTime, getReceiveTimeNode, getReceiveTimeNodeAsync, getSeverity, getSeverityNode, getSeverityNodeAsync, getSourceName, getSourceNameNode, getSourceNameNodeAsync, getSourceNode, getSourceNodeNode, getSourceNodeNodeAsync, getTime, getTimeNode, getTimeNodeAsync, readEventId, readEventIdAsync, readEventType, readEventTypeAsync, readLocalTime, readLocalTimeAsync, readMessage, readMessageAsync, readReceiveTime, readReceiveTimeAsync, readSeverity, readSeverityAsync, readSourceName, readSourceNameAsync, readSourceNode, readSourceNodeAsync, readTime, readTimeAsync, setEventId, setEventType, setLocalTime, setMessage, setReceiveTime, setSeverity, setSourceName, setSourceNode, setTime, writeEventId, writeEventIdAsync, writeEventType, writeEventTypeAsync, writeLocalTime, writeLocalTimeAsync, writeMessage, writeMessageAsync, writeReceiveTime, writeReceiveTimeAsync, writeSeverity, writeSeverityAsync, writeSourceName, writeSourceNameAsync, writeSourceNode, writeSourceNodeAsync, writeTime, writeTimeAsyncgetEventNotifier, setEventNotifiergetBrowseName, getDescription, getDisplayName, getNodeClass, getNodeId, getUserWriteMask, getWriteMask, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setUserWriteMask, setWriteMaskpublic NonExclusiveLimitAlarmTypeNode(OpcUaClient client, org.eclipse.milo.opcua.stack.core.types.builtin.NodeId nodeId, org.eclipse.milo.opcua.stack.core.types.enumerated.NodeClass nodeClass, org.eclipse.milo.opcua.stack.core.types.builtin.QualifiedName browseName, org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText displayName, org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText description, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger writeMask, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger userWriteMask, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte eventNotifier)
public org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText getActiveState()
throws org.eclipse.milo.opcua.stack.core.UaException
AlarmConditionTypeThe returned value is the last seen; it is not read live from the server.
getActiveState in interface AlarmConditionTypegetActiveState in interface NonExclusiveLimitAlarmTypegetActiveState in class AlarmConditionTypeNodeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ActiveState Node.public void setActiveState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText activeState)
throws org.eclipse.milo.opcua.stack.core.UaException
AlarmConditionTypeThe value is only updated locally; it is not written to the server.
setActiveState in interface AlarmConditionTypesetActiveState in interface NonExclusiveLimitAlarmTypesetActiveState in class AlarmConditionTypeNodeactiveState - the local value to set for the ActiveState Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ActiveState Node.public org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText readActiveState()
throws org.eclipse.milo.opcua.stack.core.UaException
AlarmConditionTypereadActiveState in interface AlarmConditionTypereadActiveState in interface NonExclusiveLimitAlarmTypereadActiveState in class AlarmConditionTypeNodeLocalizedText value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeActiveState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText activeState)
throws org.eclipse.milo.opcua.stack.core.UaException
AlarmConditionTypewriteActiveState in interface AlarmConditionTypewriteActiveState in interface NonExclusiveLimitAlarmTypewriteActiveState in class AlarmConditionTypeNodeactiveState - the LocalizedText value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText> readActiveStateAsync()
AlarmConditionTypeAlarmConditionType.readActiveState().readActiveStateAsync in interface AlarmConditionTypereadActiveStateAsync in interface NonExclusiveLimitAlarmTypereadActiveStateAsync in class AlarmConditionTypeNodepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeActiveStateAsync(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText activeState)
AlarmConditionTypeAlarmConditionType.writeActiveState(LocalizedText).writeActiveStateAsync in interface AlarmConditionTypewriteActiveStateAsync in interface NonExclusiveLimitAlarmTypewriteActiveStateAsync in class AlarmConditionTypeNodepublic TwoStateVariableTypeNode getActiveStateNode() throws org.eclipse.milo.opcua.stack.core.UaException
AlarmConditionTypeTwoStateVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getActiveStateNode in interface AlarmConditionTypegetActiveStateNode in interface NonExclusiveLimitAlarmTypegetActiveStateNode in class AlarmConditionTypeNodeTwoStateVariableType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.public CompletableFuture<? extends TwoStateVariableTypeNode> getActiveStateNodeAsync()
AlarmConditionTypeAlarmConditionType.getActiveStateNode().getActiveStateNodeAsync in interface AlarmConditionTypegetActiveStateNodeAsync in interface NonExclusiveLimitAlarmTypegetActiveStateNodeAsync in class AlarmConditionTypeNodepublic org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText getHighHighState()
throws org.eclipse.milo.opcua.stack.core.UaException
NonExclusiveLimitAlarmTypeThe returned value is the last seen; it is not read live from the server.
getHighHighState in interface NonExclusiveLimitAlarmTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the HighHighState Node.public void setHighHighState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText highHighState)
throws org.eclipse.milo.opcua.stack.core.UaException
NonExclusiveLimitAlarmTypeThe value is only updated locally; it is not written to the server.
setHighHighState in interface NonExclusiveLimitAlarmTypehighHighState - the local value to set for the HighHighState Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the HighHighState Node.public org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText readHighHighState()
throws org.eclipse.milo.opcua.stack.core.UaException
NonExclusiveLimitAlarmTypereadHighHighState in interface NonExclusiveLimitAlarmTypeLocalizedText value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeHighHighState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText highHighState)
throws org.eclipse.milo.opcua.stack.core.UaException
NonExclusiveLimitAlarmTypewriteHighHighState in interface NonExclusiveLimitAlarmTypehighHighState - the LocalizedText value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText> readHighHighStateAsync()
NonExclusiveLimitAlarmTypeNonExclusiveLimitAlarmType.readHighHighState().readHighHighStateAsync in interface NonExclusiveLimitAlarmTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeHighHighStateAsync(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText highHighState)
NonExclusiveLimitAlarmTypeNonExclusiveLimitAlarmType.writeHighHighState(LocalizedText).writeHighHighStateAsync in interface NonExclusiveLimitAlarmTypepublic TwoStateVariableTypeNode getHighHighStateNode() throws org.eclipse.milo.opcua.stack.core.UaException
NonExclusiveLimitAlarmTypeTwoStateVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getHighHighStateNode in interface NonExclusiveLimitAlarmTypeTwoStateVariableType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.public CompletableFuture<? extends TwoStateVariableTypeNode> getHighHighStateNodeAsync()
NonExclusiveLimitAlarmTypeNonExclusiveLimitAlarmType.getHighHighStateNode().getHighHighStateNodeAsync in interface NonExclusiveLimitAlarmTypepublic org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText getHighState()
throws org.eclipse.milo.opcua.stack.core.UaException
NonExclusiveLimitAlarmTypeThe returned value is the last seen; it is not read live from the server.
getHighState in interface NonExclusiveLimitAlarmTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the HighState Node.public void setHighState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText highState)
throws org.eclipse.milo.opcua.stack.core.UaException
NonExclusiveLimitAlarmTypeThe value is only updated locally; it is not written to the server.
setHighState in interface NonExclusiveLimitAlarmTypehighState - the local value to set for the HighState Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the HighState Node.public org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText readHighState()
throws org.eclipse.milo.opcua.stack.core.UaException
NonExclusiveLimitAlarmTypereadHighState in interface NonExclusiveLimitAlarmTypeLocalizedText value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeHighState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText highState)
throws org.eclipse.milo.opcua.stack.core.UaException
NonExclusiveLimitAlarmTypewriteHighState in interface NonExclusiveLimitAlarmTypehighState - the LocalizedText value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText> readHighStateAsync()
NonExclusiveLimitAlarmTypeNonExclusiveLimitAlarmType.readHighState().readHighStateAsync in interface NonExclusiveLimitAlarmTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeHighStateAsync(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText highState)
NonExclusiveLimitAlarmTypeNonExclusiveLimitAlarmType.writeHighState(LocalizedText).writeHighStateAsync in interface NonExclusiveLimitAlarmTypepublic TwoStateVariableTypeNode getHighStateNode() throws org.eclipse.milo.opcua.stack.core.UaException
NonExclusiveLimitAlarmTypeTwoStateVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getHighStateNode in interface NonExclusiveLimitAlarmTypeTwoStateVariableType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.public CompletableFuture<? extends TwoStateVariableTypeNode> getHighStateNodeAsync()
NonExclusiveLimitAlarmTypeNonExclusiveLimitAlarmType.getHighStateNode().getHighStateNodeAsync in interface NonExclusiveLimitAlarmTypepublic org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText getLowState()
throws org.eclipse.milo.opcua.stack.core.UaException
NonExclusiveLimitAlarmTypeThe returned value is the last seen; it is not read live from the server.
getLowState in interface NonExclusiveLimitAlarmTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the LowState Node.public void setLowState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText lowState)
throws org.eclipse.milo.opcua.stack.core.UaException
NonExclusiveLimitAlarmTypeThe value is only updated locally; it is not written to the server.
setLowState in interface NonExclusiveLimitAlarmTypelowState - the local value to set for the LowState Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the LowState Node.public org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText readLowState()
throws org.eclipse.milo.opcua.stack.core.UaException
NonExclusiveLimitAlarmTypereadLowState in interface NonExclusiveLimitAlarmTypeLocalizedText value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeLowState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText lowState)
throws org.eclipse.milo.opcua.stack.core.UaException
NonExclusiveLimitAlarmTypewriteLowState in interface NonExclusiveLimitAlarmTypelowState - the LocalizedText value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText> readLowStateAsync()
NonExclusiveLimitAlarmTypeNonExclusiveLimitAlarmType.readLowState().readLowStateAsync in interface NonExclusiveLimitAlarmTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeLowStateAsync(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText lowState)
NonExclusiveLimitAlarmTypeNonExclusiveLimitAlarmType.writeLowState(LocalizedText).writeLowStateAsync in interface NonExclusiveLimitAlarmTypepublic TwoStateVariableTypeNode getLowStateNode() throws org.eclipse.milo.opcua.stack.core.UaException
NonExclusiveLimitAlarmTypeTwoStateVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getLowStateNode in interface NonExclusiveLimitAlarmTypeTwoStateVariableType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.public CompletableFuture<? extends TwoStateVariableTypeNode> getLowStateNodeAsync()
NonExclusiveLimitAlarmTypeNonExclusiveLimitAlarmType.getLowStateNode().getLowStateNodeAsync in interface NonExclusiveLimitAlarmTypepublic org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText getLowLowState()
throws org.eclipse.milo.opcua.stack.core.UaException
NonExclusiveLimitAlarmTypeThe returned value is the last seen; it is not read live from the server.
getLowLowState in interface NonExclusiveLimitAlarmTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the LowLowState Node.public void setLowLowState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText lowLowState)
throws org.eclipse.milo.opcua.stack.core.UaException
NonExclusiveLimitAlarmTypeThe value is only updated locally; it is not written to the server.
setLowLowState in interface NonExclusiveLimitAlarmTypelowLowState - the local value to set for the LowLowState Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the LowLowState Node.public org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText readLowLowState()
throws org.eclipse.milo.opcua.stack.core.UaException
NonExclusiveLimitAlarmTypereadLowLowState in interface NonExclusiveLimitAlarmTypeLocalizedText value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeLowLowState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText lowLowState)
throws org.eclipse.milo.opcua.stack.core.UaException
NonExclusiveLimitAlarmTypewriteLowLowState in interface NonExclusiveLimitAlarmTypelowLowState - the LocalizedText value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText> readLowLowStateAsync()
NonExclusiveLimitAlarmTypeNonExclusiveLimitAlarmType.readLowLowState().readLowLowStateAsync in interface NonExclusiveLimitAlarmTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeLowLowStateAsync(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText lowLowState)
NonExclusiveLimitAlarmTypeNonExclusiveLimitAlarmType.writeLowLowState(LocalizedText).writeLowLowStateAsync in interface NonExclusiveLimitAlarmTypepublic TwoStateVariableTypeNode getLowLowStateNode() throws org.eclipse.milo.opcua.stack.core.UaException
NonExclusiveLimitAlarmTypeTwoStateVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getLowLowStateNode in interface NonExclusiveLimitAlarmTypeTwoStateVariableType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.public CompletableFuture<? extends TwoStateVariableTypeNode> getLowLowStateNodeAsync()
NonExclusiveLimitAlarmTypeNonExclusiveLimitAlarmType.getLowLowStateNode().getLowLowStateNodeAsync in interface NonExclusiveLimitAlarmTypeCopyright © 2021. All rights reserved.