public interface NonExclusiveLimitAlarmType extends LimitAlarmType
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| Modifier and Type | Method and Description |
|---|---|
org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText |
getActiveState()
Get the local value of the ActiveState Node.
|
TwoStateVariableType |
getActiveStateNode()
Get the ActiveState
TwoStateVariableType Node, or null if it does not exist. |
CompletableFuture<? extends TwoStateVariableType> |
getActiveStateNodeAsync()
Asynchronous implementation of
getActiveStateNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText |
getHighHighState()
Get the local value of the HighHighState Node.
|
TwoStateVariableType |
getHighHighStateNode()
Get the HighHighState
TwoStateVariableType Node, or null if it does not exist. |
CompletableFuture<? extends TwoStateVariableType> |
getHighHighStateNodeAsync()
Asynchronous implementation of
getHighHighStateNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText |
getHighState()
Get the local value of the HighState Node.
|
TwoStateVariableType |
getHighStateNode()
Get the HighState
TwoStateVariableType Node, or null if it does not exist. |
CompletableFuture<? extends TwoStateVariableType> |
getHighStateNodeAsync()
Asynchronous implementation of
getHighStateNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText |
getLowLowState()
Get the local value of the LowLowState Node.
|
TwoStateVariableType |
getLowLowStateNode()
Get the LowLowState
TwoStateVariableType Node, or null if it does not exist. |
CompletableFuture<? extends TwoStateVariableType> |
getLowLowStateNodeAsync()
Asynchronous implementation of
getLowLowStateNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText |
getLowState()
Get the local value of the LowState Node.
|
TwoStateVariableType |
getLowStateNode()
Get the LowState
TwoStateVariableType Node, or null if it does not exist. |
CompletableFuture<? extends TwoStateVariableType> |
getLowStateNodeAsync()
Asynchronous implementation of
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
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
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
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
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
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
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
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
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
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
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, writeTimeAsyncgetEventNotifier, setEventNotifiergetBrowseName, getDescription, getDisplayName, getNodeClass, getNodeId, getUserWriteMask, getWriteMask, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setUserWriteMask, setWriteMaskorg.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText getActiveState()
throws org.eclipse.milo.opcua.stack.core.UaException
The returned value is the last seen; it is not read live from the server.
getActiveState in interface AlarmConditionTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ActiveState Node.void setActiveState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText activeState)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
setActiveState in interface AlarmConditionTypeactiveState - 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.org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText readActiveState()
throws org.eclipse.milo.opcua.stack.core.UaException
readActiveState in interface AlarmConditionTypeLocalizedText value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeActiveState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText activeState)
throws org.eclipse.milo.opcua.stack.core.UaException
writeActiveState in interface AlarmConditionTypeactiveState - the LocalizedText value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText> readActiveStateAsync()
readActiveState().readActiveStateAsync in interface AlarmConditionTypeCompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeActiveStateAsync(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText activeState)
writeActiveState(LocalizedText).writeActiveStateAsync in interface AlarmConditionTypeTwoStateVariableType getActiveStateNode() throws org.eclipse.milo.opcua.stack.core.UaException
TwoStateVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getActiveStateNode in interface AlarmConditionTypeTwoStateVariableType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.CompletableFuture<? extends TwoStateVariableType> getActiveStateNodeAsync()
getActiveStateNode().getActiveStateNodeAsync in interface AlarmConditionTypeorg.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText getHighHighState()
throws org.eclipse.milo.opcua.stack.core.UaException
The returned value is the last seen; it is not read live from the server.
org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the HighHighState Node.void setHighHighState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText highHighState)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
highHighState - 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.org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText readHighHighState()
throws org.eclipse.milo.opcua.stack.core.UaException
LocalizedText value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeHighHighState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText highHighState)
throws org.eclipse.milo.opcua.stack.core.UaException
highHighState - the LocalizedText value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText> readHighHighStateAsync()
readHighHighState().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeHighHighStateAsync(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText highHighState)
writeHighHighState(LocalizedText).TwoStateVariableType getHighHighStateNode() throws org.eclipse.milo.opcua.stack.core.UaException
TwoStateVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
TwoStateVariableType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.CompletableFuture<? extends TwoStateVariableType> getHighHighStateNodeAsync()
getHighHighStateNode().org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText getHighState()
throws org.eclipse.milo.opcua.stack.core.UaException
The returned value is the last seen; it is not read live from the server.
org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the HighState Node.void setHighState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText highState)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
highState - 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.org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText readHighState()
throws org.eclipse.milo.opcua.stack.core.UaException
LocalizedText value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeHighState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText highState)
throws org.eclipse.milo.opcua.stack.core.UaException
highState - the LocalizedText value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText> readHighStateAsync()
readHighState().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeHighStateAsync(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText highState)
writeHighState(LocalizedText).TwoStateVariableType getHighStateNode() throws org.eclipse.milo.opcua.stack.core.UaException
TwoStateVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
TwoStateVariableType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.CompletableFuture<? extends TwoStateVariableType> getHighStateNodeAsync()
getHighStateNode().org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText getLowState()
throws org.eclipse.milo.opcua.stack.core.UaException
The returned value is the last seen; it is not read live from the server.
org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the LowState Node.void setLowState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText lowState)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
lowState - 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.org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText readLowState()
throws org.eclipse.milo.opcua.stack.core.UaException
LocalizedText value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeLowState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText lowState)
throws org.eclipse.milo.opcua.stack.core.UaException
lowState - the LocalizedText value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText> readLowStateAsync()
readLowState().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeLowStateAsync(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText lowState)
writeLowState(LocalizedText).TwoStateVariableType getLowStateNode() throws org.eclipse.milo.opcua.stack.core.UaException
TwoStateVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
TwoStateVariableType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.CompletableFuture<? extends TwoStateVariableType> getLowStateNodeAsync()
getLowStateNode().org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText getLowLowState()
throws org.eclipse.milo.opcua.stack.core.UaException
The returned value is the last seen; it is not read live from the server.
org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the LowLowState Node.void setLowLowState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText lowLowState)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
lowLowState - 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.org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText readLowLowState()
throws org.eclipse.milo.opcua.stack.core.UaException
LocalizedText value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeLowLowState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText lowLowState)
throws org.eclipse.milo.opcua.stack.core.UaException
lowLowState - the LocalizedText value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText> readLowLowStateAsync()
readLowLowState().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeLowLowStateAsync(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText lowLowState)
writeLowLowState(LocalizedText).TwoStateVariableType getLowLowStateNode() throws org.eclipse.milo.opcua.stack.core.UaException
TwoStateVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
TwoStateVariableType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.CompletableFuture<? extends TwoStateVariableType> getLowLowStateNodeAsync()
getLowLowStateNode().Copyright © 2021. All rights reserved.