public class AlarmConditionTypeNode extends AcknowledgeableConditionTypeNode implements AlarmConditionType
INPUT_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 |
|---|
AlarmConditionTypeNode(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 |
getEnabledState()
Get the local value of the EnabledState Node.
|
TwoStateVariableTypeNode |
getEnabledStateNode()
Get the EnabledState
TwoStateVariableType Node, or null if it does not exist. |
CompletableFuture<? extends TwoStateVariableTypeNode> |
getEnabledStateNodeAsync()
Asynchronous implementation of
ConditionType.getEnabledStateNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.NodeId |
getInputNode()
Get the local value of the InputNode Node.
|
PropertyTypeNode |
getInputNodeNode()
Get the InputNode
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyTypeNode> |
getInputNodeNodeAsync()
Asynchronous implementation of
AlarmConditionType.getInputNodeNode(). |
Double |
getMaxTimeShelved()
Get the local value of the MaxTimeShelved Node.
|
PropertyTypeNode |
getMaxTimeShelvedNode()
Get the MaxTimeShelved
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyTypeNode> |
getMaxTimeShelvedNodeAsync()
Asynchronous implementation of
AlarmConditionType.getMaxTimeShelvedNode(). |
ShelvedStateMachineTypeNode |
getShelvingStateNode()
Get the ShelvingState
ShelvedStateMachineType Node, or null if it does not exist. |
CompletableFuture<? extends ShelvedStateMachineTypeNode> |
getShelvingStateNodeAsync()
Asynchronous implementation of
AlarmConditionType.getShelvingStateNode(). |
Boolean |
getSuppressedOrShelved()
Get the local value of the SuppressedOrShelved Node.
|
PropertyTypeNode |
getSuppressedOrShelvedNode()
Get the SuppressedOrShelved
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyTypeNode> |
getSuppressedOrShelvedNodeAsync()
Asynchronous implementation of
AlarmConditionType.getSuppressedOrShelvedNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText |
getSuppressedState()
Get the local value of the SuppressedState Node.
|
TwoStateVariableTypeNode |
getSuppressedStateNode()
Get the SuppressedState
TwoStateVariableType Node, or null if it does not exist. |
CompletableFuture<? extends TwoStateVariableTypeNode> |
getSuppressedStateNodeAsync()
Asynchronous implementation of
AlarmConditionType.getSuppressedStateNode(). |
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 |
readEnabledState()
Read the value of the EnabledState Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText> |
readEnabledStateAsync()
An asynchronous implementation of
ConditionType.readEnabledState(). |
org.eclipse.milo.opcua.stack.core.types.builtin.NodeId |
readInputNode()
Read the value of the InputNode Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.NodeId> |
readInputNodeAsync()
An asynchronous implementation of
AlarmConditionType.readInputNode(). |
Double |
readMaxTimeShelved()
Read the value of the MaxTimeShelved Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends Double> |
readMaxTimeShelvedAsync()
An asynchronous implementation of
AlarmConditionType.readMaxTimeShelved(). |
Boolean |
readSuppressedOrShelved()
Read the value of the SuppressedOrShelved Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends Boolean> |
readSuppressedOrShelvedAsync()
An asynchronous implementation of
AlarmConditionType.readSuppressedOrShelved(). |
org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText |
readSuppressedState()
Read the value of the SuppressedState Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText> |
readSuppressedStateAsync()
An asynchronous implementation of
AlarmConditionType.readSuppressedState(). |
void |
setActiveState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText activeState)
Set the local value of the ActiveState Node.
|
void |
setEnabledState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText enabledState)
Set the local value of the EnabledState Node.
|
void |
setInputNode(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId inputNode)
Set the local value of the InputNode Node.
|
void |
setMaxTimeShelved(Double maxTimeShelved)
Set the local value of the MaxTimeShelved Node.
|
void |
setSuppressedOrShelved(Boolean suppressedOrShelved)
Set the local value of the SuppressedOrShelved Node.
|
void |
setSuppressedState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText suppressedState)
Set the local value of the SuppressedState 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 |
writeEnabledState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText enabledState)
Write a new value for the EnabledState Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeEnabledStateAsync(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText enabledState)
An asynchronous implementation of
ConditionType.writeEnabledState(LocalizedText). |
void |
writeInputNode(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId inputNode)
Write a new value for the InputNode Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeInputNodeAsync(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId inputNode)
An asynchronous implementation of
AlarmConditionType.writeInputNode(NodeId). |
void |
writeMaxTimeShelved(Double maxTimeShelved)
Write a new value for the MaxTimeShelved Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeMaxTimeShelvedAsync(Double maxTimeShelved)
An asynchronous implementation of
AlarmConditionType.writeMaxTimeShelved(Double). |
void |
writeSuppressedOrShelved(Boolean suppressedOrShelved)
Write a new value for the SuppressedOrShelved Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeSuppressedOrShelvedAsync(Boolean suppressedOrShelved)
An asynchronous implementation of
AlarmConditionType.writeSuppressedOrShelved(Boolean). |
void |
writeSuppressedState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText suppressedState)
Write a new value for the SuppressedState Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeSuppressedStateAsync(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText suppressedState)
An asynchronous implementation of
AlarmConditionType.writeSuppressedState(LocalizedText). |
getAckedState, 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, waitgetAckedState, 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 AlarmConditionTypeNode(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.NodeId getInputNode()
throws org.eclipse.milo.opcua.stack.core.UaException
AlarmConditionTypeThe returned value is the last seen; it is not read live from the server.
getInputNode in interface AlarmConditionTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the InputNode Node.public void setInputNode(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId inputNode)
throws org.eclipse.milo.opcua.stack.core.UaException
AlarmConditionTypeThe value is only updated locally; it is not written to the server.
setInputNode in interface AlarmConditionTypeinputNode - the local value to set for the InputNode Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the InputNode Node.public org.eclipse.milo.opcua.stack.core.types.builtin.NodeId readInputNode()
throws org.eclipse.milo.opcua.stack.core.UaException
AlarmConditionTypereadInputNode in interface AlarmConditionTypeNodeId value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeInputNode(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId inputNode)
throws org.eclipse.milo.opcua.stack.core.UaException
AlarmConditionTypewriteInputNode in interface AlarmConditionTypeinputNode - the NodeId 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.NodeId> readInputNodeAsync()
AlarmConditionTypeAlarmConditionType.readInputNode().readInputNodeAsync in interface AlarmConditionTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeInputNodeAsync(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId inputNode)
AlarmConditionTypeAlarmConditionType.writeInputNode(NodeId).writeInputNodeAsync in interface AlarmConditionTypepublic PropertyTypeNode getInputNodeNode() throws org.eclipse.milo.opcua.stack.core.UaException
AlarmConditionTypePropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getInputNodeNode in interface AlarmConditionTypePropertyType 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 PropertyTypeNode> getInputNodeNodeAsync()
AlarmConditionTypeAlarmConditionType.getInputNodeNode().getInputNodeNodeAsync in interface AlarmConditionTypepublic Boolean getSuppressedOrShelved() throws org.eclipse.milo.opcua.stack.core.UaException
AlarmConditionTypeThe returned value is the last seen; it is not read live from the server.
getSuppressedOrShelved in interface AlarmConditionTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the SuppressedOrShelved Node.public void setSuppressedOrShelved(Boolean suppressedOrShelved) throws org.eclipse.milo.opcua.stack.core.UaException
AlarmConditionTypeThe value is only updated locally; it is not written to the server.
setSuppressedOrShelved in interface AlarmConditionTypesuppressedOrShelved - the local value to set for the SuppressedOrShelved Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the SuppressedOrShelved Node.public Boolean readSuppressedOrShelved() throws org.eclipse.milo.opcua.stack.core.UaException
AlarmConditionTypereadSuppressedOrShelved in interface AlarmConditionTypeBoolean value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeSuppressedOrShelved(Boolean suppressedOrShelved) throws org.eclipse.milo.opcua.stack.core.UaException
AlarmConditionTypewriteSuppressedOrShelved in interface AlarmConditionTypesuppressedOrShelved - the Boolean value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends Boolean> readSuppressedOrShelvedAsync()
AlarmConditionTypeAlarmConditionType.readSuppressedOrShelved().readSuppressedOrShelvedAsync in interface AlarmConditionTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSuppressedOrShelvedAsync(Boolean suppressedOrShelved)
AlarmConditionTypeAlarmConditionType.writeSuppressedOrShelved(Boolean).writeSuppressedOrShelvedAsync in interface AlarmConditionTypepublic PropertyTypeNode getSuppressedOrShelvedNode() throws org.eclipse.milo.opcua.stack.core.UaException
AlarmConditionTypePropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getSuppressedOrShelvedNode in interface AlarmConditionTypePropertyType 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 PropertyTypeNode> getSuppressedOrShelvedNodeAsync()
AlarmConditionTypeAlarmConditionType.getSuppressedOrShelvedNode().getSuppressedOrShelvedNodeAsync in interface AlarmConditionTypepublic Double getMaxTimeShelved() throws org.eclipse.milo.opcua.stack.core.UaException
AlarmConditionTypeThe returned value is the last seen; it is not read live from the server.
getMaxTimeShelved in interface AlarmConditionTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the MaxTimeShelved Node.public void setMaxTimeShelved(Double maxTimeShelved) throws org.eclipse.milo.opcua.stack.core.UaException
AlarmConditionTypeThe value is only updated locally; it is not written to the server.
setMaxTimeShelved in interface AlarmConditionTypemaxTimeShelved - the local value to set for the MaxTimeShelved Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the MaxTimeShelved Node.public Double readMaxTimeShelved() throws org.eclipse.milo.opcua.stack.core.UaException
AlarmConditionTypereadMaxTimeShelved in interface AlarmConditionTypeDouble value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeMaxTimeShelved(Double maxTimeShelved) throws org.eclipse.milo.opcua.stack.core.UaException
AlarmConditionTypewriteMaxTimeShelved in interface AlarmConditionTypemaxTimeShelved - the Double value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends Double> readMaxTimeShelvedAsync()
AlarmConditionTypeAlarmConditionType.readMaxTimeShelved().readMaxTimeShelvedAsync in interface AlarmConditionTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeMaxTimeShelvedAsync(Double maxTimeShelved)
AlarmConditionTypeAlarmConditionType.writeMaxTimeShelved(Double).writeMaxTimeShelvedAsync in interface AlarmConditionTypepublic PropertyTypeNode getMaxTimeShelvedNode() throws org.eclipse.milo.opcua.stack.core.UaException
AlarmConditionTypePropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getMaxTimeShelvedNode in interface AlarmConditionTypePropertyType 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 PropertyTypeNode> getMaxTimeShelvedNodeAsync()
AlarmConditionTypeAlarmConditionType.getMaxTimeShelvedNode().getMaxTimeShelvedNodeAsync in interface AlarmConditionTypepublic org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText getEnabledState()
throws org.eclipse.milo.opcua.stack.core.UaException
ConditionTypeThe returned value is the last seen; it is not read live from the server.
getEnabledState in interface AcknowledgeableConditionTypegetEnabledState in interface AlarmConditionTypegetEnabledState in interface ConditionTypegetEnabledState in class AcknowledgeableConditionTypeNodeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the EnabledState Node.public void setEnabledState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText enabledState)
throws org.eclipse.milo.opcua.stack.core.UaException
ConditionTypeThe value is only updated locally; it is not written to the server.
setEnabledState in interface AcknowledgeableConditionTypesetEnabledState in interface AlarmConditionTypesetEnabledState in interface ConditionTypesetEnabledState in class AcknowledgeableConditionTypeNodeenabledState - the local value to set for the EnabledState Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the EnabledState Node.public org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText readEnabledState()
throws org.eclipse.milo.opcua.stack.core.UaException
ConditionTypereadEnabledState in interface AcknowledgeableConditionTypereadEnabledState in interface AlarmConditionTypereadEnabledState in interface ConditionTypereadEnabledState in class AcknowledgeableConditionTypeNodeLocalizedText value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeEnabledState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText enabledState)
throws org.eclipse.milo.opcua.stack.core.UaException
ConditionTypewriteEnabledState in interface AcknowledgeableConditionTypewriteEnabledState in interface AlarmConditionTypewriteEnabledState in interface ConditionTypewriteEnabledState in class AcknowledgeableConditionTypeNodeenabledState - 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> readEnabledStateAsync()
ConditionTypeConditionType.readEnabledState().readEnabledStateAsync in interface AcknowledgeableConditionTypereadEnabledStateAsync in interface AlarmConditionTypereadEnabledStateAsync in interface ConditionTypereadEnabledStateAsync in class AcknowledgeableConditionTypeNodepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeEnabledStateAsync(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText enabledState)
ConditionTypeConditionType.writeEnabledState(LocalizedText).writeEnabledStateAsync in interface AcknowledgeableConditionTypewriteEnabledStateAsync in interface AlarmConditionTypewriteEnabledStateAsync in interface ConditionTypewriteEnabledStateAsync in class AcknowledgeableConditionTypeNodepublic TwoStateVariableTypeNode getEnabledStateNode() throws org.eclipse.milo.opcua.stack.core.UaException
ConditionTypeTwoStateVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getEnabledStateNode in interface AcknowledgeableConditionTypegetEnabledStateNode in interface AlarmConditionTypegetEnabledStateNode in interface ConditionTypegetEnabledStateNode in class AcknowledgeableConditionTypeNodeTwoStateVariableType 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> getEnabledStateNodeAsync()
ConditionTypeConditionType.getEnabledStateNode().getEnabledStateNodeAsync in interface AcknowledgeableConditionTypegetEnabledStateNodeAsync in interface AlarmConditionTypegetEnabledStateNodeAsync in interface ConditionTypegetEnabledStateNodeAsync in class AcknowledgeableConditionTypeNodepublic 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 AlarmConditionTypeorg.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 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.public org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText readActiveState()
throws org.eclipse.milo.opcua.stack.core.UaException
AlarmConditionTypereadActiveState in interface AlarmConditionTypeLocalizedText 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 AlarmConditionTypeactiveState - 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 AlarmConditionTypepublic 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 AlarmConditionTypepublic 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 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.public CompletableFuture<? extends TwoStateVariableTypeNode> getActiveStateNodeAsync()
AlarmConditionTypeAlarmConditionType.getActiveStateNode().getActiveStateNodeAsync in interface AlarmConditionTypepublic org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText getSuppressedState()
throws org.eclipse.milo.opcua.stack.core.UaException
AlarmConditionTypeThe returned value is the last seen; it is not read live from the server.
getSuppressedState in interface AlarmConditionTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the SuppressedState Node.public void setSuppressedState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText suppressedState)
throws org.eclipse.milo.opcua.stack.core.UaException
AlarmConditionTypeThe value is only updated locally; it is not written to the server.
setSuppressedState in interface AlarmConditionTypesuppressedState - the local value to set for the SuppressedState Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the SuppressedState Node.public org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText readSuppressedState()
throws org.eclipse.milo.opcua.stack.core.UaException
AlarmConditionTypereadSuppressedState in interface AlarmConditionTypeLocalizedText value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeSuppressedState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText suppressedState)
throws org.eclipse.milo.opcua.stack.core.UaException
AlarmConditionTypewriteSuppressedState in interface AlarmConditionTypesuppressedState - 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> readSuppressedStateAsync()
AlarmConditionTypeAlarmConditionType.readSuppressedState().readSuppressedStateAsync in interface AlarmConditionTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSuppressedStateAsync(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText suppressedState)
AlarmConditionTypeAlarmConditionType.writeSuppressedState(LocalizedText).writeSuppressedStateAsync in interface AlarmConditionTypepublic TwoStateVariableTypeNode getSuppressedStateNode() 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.
getSuppressedStateNode 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.public CompletableFuture<? extends TwoStateVariableTypeNode> getSuppressedStateNodeAsync()
AlarmConditionTypeAlarmConditionType.getSuppressedStateNode().getSuppressedStateNodeAsync in interface AlarmConditionTypepublic ShelvedStateMachineTypeNode getShelvingStateNode() throws org.eclipse.milo.opcua.stack.core.UaException
AlarmConditionTypeShelvedStateMachineType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getShelvingStateNode in interface AlarmConditionTypeShelvedStateMachineType 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 ShelvedStateMachineTypeNode> getShelvingStateNodeAsync()
AlarmConditionTypeAlarmConditionType.getShelvingStateNode().getShelvingStateNodeAsync in interface AlarmConditionTypeCopyright © 2021. All rights reserved.