public class ConditionTypeNode extends BaseEventTypeNode implements ConditionType
BRANCH_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 |
|---|
ConditionTypeNode(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.NodeId |
getBranchId()
Get the local value of the BranchId Node.
|
PropertyTypeNode |
getBranchIdNode()
Get the BranchId
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyTypeNode> |
getBranchIdNodeAsync()
Asynchronous implementation of
ConditionType.getBranchIdNode(). |
String |
getClientUserId()
Get the local value of the ClientUserId Node.
|
PropertyTypeNode |
getClientUserIdNode()
Get the ClientUserId
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyTypeNode> |
getClientUserIdNodeAsync()
Asynchronous implementation of
ConditionType.getClientUserIdNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText |
getComment()
Get the local value of the Comment Node.
|
ConditionVariableTypeNode |
getCommentNode()
Get the Comment
ConditionVariableType Node, or null if it does not exist. |
CompletableFuture<? extends ConditionVariableTypeNode> |
getCommentNodeAsync()
Asynchronous implementation of
ConditionType.getCommentNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.NodeId |
getConditionClassId()
Get the local value of the ConditionClassId Node.
|
PropertyTypeNode |
getConditionClassIdNode()
Get the ConditionClassId
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyTypeNode> |
getConditionClassIdNodeAsync()
Asynchronous implementation of
ConditionType.getConditionClassIdNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText |
getConditionClassName()
Get the local value of the ConditionClassName Node.
|
PropertyTypeNode |
getConditionClassNameNode()
Get the ConditionClassName
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyTypeNode> |
getConditionClassNameNodeAsync()
Asynchronous implementation of
ConditionType.getConditionClassNameNode(). |
String |
getConditionName()
Get the local value of the ConditionName Node.
|
PropertyTypeNode |
getConditionNameNode()
Get the ConditionName
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyTypeNode> |
getConditionNameNodeAsync()
Asynchronous implementation of
ConditionType.getConditionNameNode(). |
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.unsigned.UShort |
getLastSeverity()
Get the local value of the LastSeverity Node.
|
ConditionVariableTypeNode |
getLastSeverityNode()
Get the LastSeverity
ConditionVariableType Node, or null if it does not exist. |
CompletableFuture<? extends ConditionVariableTypeNode> |
getLastSeverityNodeAsync()
Asynchronous implementation of
ConditionType.getLastSeverityNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode |
getQuality()
Get the local value of the Quality Node.
|
ConditionVariableTypeNode |
getQualityNode()
Get the Quality
ConditionVariableType Node, or null if it does not exist. |
CompletableFuture<? extends ConditionVariableTypeNode> |
getQualityNodeAsync()
Asynchronous implementation of
ConditionType.getQualityNode(). |
Boolean |
getRetain()
Get the local value of the Retain Node.
|
PropertyTypeNode |
getRetainNode()
Get the Retain
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyTypeNode> |
getRetainNodeAsync()
Asynchronous implementation of
ConditionType.getRetainNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.NodeId |
readBranchId()
Read the value of the BranchId Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.NodeId> |
readBranchIdAsync()
An asynchronous implementation of
ConditionType.readBranchId(). |
String |
readClientUserId()
Read the value of the ClientUserId Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends String> |
readClientUserIdAsync()
An asynchronous implementation of
ConditionType.readClientUserId(). |
org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText |
readComment()
Read the value of the Comment Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText> |
readCommentAsync()
An asynchronous implementation of
ConditionType.readComment(). |
org.eclipse.milo.opcua.stack.core.types.builtin.NodeId |
readConditionClassId()
Read the value of the ConditionClassId Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.NodeId> |
readConditionClassIdAsync()
An asynchronous implementation of
ConditionType.readConditionClassId(). |
org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText |
readConditionClassName()
Read the value of the ConditionClassName Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText> |
readConditionClassNameAsync()
An asynchronous implementation of
ConditionType.readConditionClassName(). |
String |
readConditionName()
Read the value of the ConditionName Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends String> |
readConditionNameAsync()
An asynchronous implementation of
ConditionType.readConditionName(). |
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.unsigned.UShort |
readLastSeverity()
Read the value of the LastSeverity Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort> |
readLastSeverityAsync()
An asynchronous implementation of
ConditionType.readLastSeverity(). |
org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode |
readQuality()
Read the value of the Quality Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
readQualityAsync()
An asynchronous implementation of
ConditionType.readQuality(). |
Boolean |
readRetain()
Read the value of the Retain Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends Boolean> |
readRetainAsync()
An asynchronous implementation of
ConditionType.readRetain(). |
void |
setBranchId(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId branchId)
Set the local value of the BranchId Node.
|
void |
setClientUserId(String clientUserId)
Set the local value of the ClientUserId Node.
|
void |
setComment(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText comment)
Set the local value of the Comment Node.
|
void |
setConditionClassId(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId conditionClassId)
Set the local value of the ConditionClassId Node.
|
void |
setConditionClassName(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText conditionClassName)
Set the local value of the ConditionClassName Node.
|
void |
setConditionName(String conditionName)
Set the local value of the ConditionName Node.
|
void |
setEnabledState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText enabledState)
Set the local value of the EnabledState Node.
|
void |
setLastSeverity(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort lastSeverity)
Set the local value of the LastSeverity Node.
|
void |
setQuality(org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode quality)
Set the local value of the Quality Node.
|
void |
setRetain(Boolean retain)
Set the local value of the Retain Node.
|
void |
writeBranchId(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId branchId)
Write a new value for the BranchId Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeBranchIdAsync(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId branchId)
An asynchronous implementation of
ConditionType.writeBranchId(NodeId). |
void |
writeClientUserId(String clientUserId)
Write a new value for the ClientUserId Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeClientUserIdAsync(String clientUserId)
An asynchronous implementation of
ConditionType.writeClientUserId(String). |
void |
writeComment(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText comment)
Write a new value for the Comment Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeCommentAsync(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText comment)
An asynchronous implementation of
ConditionType.writeComment(LocalizedText). |
void |
writeConditionClassId(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId conditionClassId)
Write a new value for the ConditionClassId Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeConditionClassIdAsync(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId conditionClassId)
An asynchronous implementation of
ConditionType.writeConditionClassId(NodeId). |
void |
writeConditionClassName(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText conditionClassName)
Write a new value for the ConditionClassName Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeConditionClassNameAsync(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText conditionClassName)
An asynchronous implementation of
ConditionType.writeConditionClassName(LocalizedText). |
void |
writeConditionName(String conditionName)
Write a new value for the ConditionName Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeConditionNameAsync(String conditionName)
An asynchronous implementation of
ConditionType.writeConditionName(String). |
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 |
writeLastSeverity(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort lastSeverity)
Write a new value for the LastSeverity Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeLastSeverityAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort lastSeverity)
An asynchronous implementation of
ConditionType.writeLastSeverity(UShort). |
void |
writeQuality(org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode quality)
Write a new value for the Quality Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeQualityAsync(org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode quality)
An asynchronous implementation of
ConditionType.writeQuality(StatusCode). |
void |
writeRetain(Boolean retain)
Write a new value for the Retain Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeRetainAsync(Boolean retain)
An asynchronous implementation of
ConditionType.writeRetain(Boolean). |
getEventId, 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, waitgetEventId, 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 ConditionTypeNode(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 getConditionClassId()
throws org.eclipse.milo.opcua.stack.core.UaException
ConditionTypeThe returned value is the last seen; it is not read live from the server.
getConditionClassId in interface ConditionTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ConditionClassId Node.public void setConditionClassId(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId conditionClassId)
throws org.eclipse.milo.opcua.stack.core.UaException
ConditionTypeThe value is only updated locally; it is not written to the server.
setConditionClassId in interface ConditionTypeconditionClassId - the local value to set for the ConditionClassId Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ConditionClassId Node.public org.eclipse.milo.opcua.stack.core.types.builtin.NodeId readConditionClassId()
throws org.eclipse.milo.opcua.stack.core.UaException
ConditionTypereadConditionClassId in interface ConditionTypeNodeId value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeConditionClassId(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId conditionClassId)
throws org.eclipse.milo.opcua.stack.core.UaException
ConditionTypewriteConditionClassId in interface ConditionTypeconditionClassId - 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> readConditionClassIdAsync()
ConditionTypeConditionType.readConditionClassId().readConditionClassIdAsync in interface ConditionTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeConditionClassIdAsync(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId conditionClassId)
ConditionTypeConditionType.writeConditionClassId(NodeId).writeConditionClassIdAsync in interface ConditionTypepublic PropertyTypeNode getConditionClassIdNode() throws org.eclipse.milo.opcua.stack.core.UaException
ConditionTypePropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getConditionClassIdNode in interface ConditionTypePropertyType 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> getConditionClassIdNodeAsync()
ConditionTypeConditionType.getConditionClassIdNode().getConditionClassIdNodeAsync in interface ConditionTypepublic org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText getConditionClassName()
throws org.eclipse.milo.opcua.stack.core.UaException
ConditionTypeThe returned value is the last seen; it is not read live from the server.
getConditionClassName in interface ConditionTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ConditionClassName Node.public void setConditionClassName(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText conditionClassName)
throws org.eclipse.milo.opcua.stack.core.UaException
ConditionTypeThe value is only updated locally; it is not written to the server.
setConditionClassName in interface ConditionTypeconditionClassName - the local value to set for the ConditionClassName Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ConditionClassName Node.public org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText readConditionClassName()
throws org.eclipse.milo.opcua.stack.core.UaException
ConditionTypereadConditionClassName in interface ConditionTypeLocalizedText value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeConditionClassName(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText conditionClassName)
throws org.eclipse.milo.opcua.stack.core.UaException
ConditionTypewriteConditionClassName in interface ConditionTypeconditionClassName - 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> readConditionClassNameAsync()
ConditionTypeConditionType.readConditionClassName().readConditionClassNameAsync in interface ConditionTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeConditionClassNameAsync(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText conditionClassName)
ConditionTypeConditionType.writeConditionClassName(LocalizedText).writeConditionClassNameAsync in interface ConditionTypepublic PropertyTypeNode getConditionClassNameNode() throws org.eclipse.milo.opcua.stack.core.UaException
ConditionTypePropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getConditionClassNameNode in interface ConditionTypePropertyType 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> getConditionClassNameNodeAsync()
ConditionTypeConditionType.getConditionClassNameNode().getConditionClassNameNodeAsync in interface ConditionTypepublic String getConditionName() throws org.eclipse.milo.opcua.stack.core.UaException
ConditionTypeThe returned value is the last seen; it is not read live from the server.
getConditionName in interface ConditionTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ConditionName Node.public void setConditionName(String conditionName) throws org.eclipse.milo.opcua.stack.core.UaException
ConditionTypeThe value is only updated locally; it is not written to the server.
setConditionName in interface ConditionTypeconditionName - the local value to set for the ConditionName Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ConditionName Node.public String readConditionName() throws org.eclipse.milo.opcua.stack.core.UaException
ConditionTypereadConditionName in interface ConditionTypeString value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeConditionName(String conditionName) throws org.eclipse.milo.opcua.stack.core.UaException
ConditionTypewriteConditionName in interface ConditionTypeconditionName - the String value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends String> readConditionNameAsync()
ConditionTypeConditionType.readConditionName().readConditionNameAsync in interface ConditionTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeConditionNameAsync(String conditionName)
ConditionTypeConditionType.writeConditionName(String).writeConditionNameAsync in interface ConditionTypepublic PropertyTypeNode getConditionNameNode() throws org.eclipse.milo.opcua.stack.core.UaException
ConditionTypePropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getConditionNameNode in interface ConditionTypePropertyType 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> getConditionNameNodeAsync()
ConditionTypeConditionType.getConditionNameNode().getConditionNameNodeAsync in interface ConditionTypepublic org.eclipse.milo.opcua.stack.core.types.builtin.NodeId getBranchId()
throws org.eclipse.milo.opcua.stack.core.UaException
ConditionTypeThe returned value is the last seen; it is not read live from the server.
getBranchId in interface ConditionTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the BranchId Node.public void setBranchId(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId branchId)
throws org.eclipse.milo.opcua.stack.core.UaException
ConditionTypeThe value is only updated locally; it is not written to the server.
setBranchId in interface ConditionTypebranchId - the local value to set for the BranchId Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the BranchId Node.public org.eclipse.milo.opcua.stack.core.types.builtin.NodeId readBranchId()
throws org.eclipse.milo.opcua.stack.core.UaException
ConditionTypereadBranchId in interface ConditionTypeNodeId value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeBranchId(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId branchId)
throws org.eclipse.milo.opcua.stack.core.UaException
ConditionTypewriteBranchId in interface ConditionTypebranchId - 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> readBranchIdAsync()
ConditionTypeConditionType.readBranchId().readBranchIdAsync in interface ConditionTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeBranchIdAsync(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId branchId)
ConditionTypeConditionType.writeBranchId(NodeId).writeBranchIdAsync in interface ConditionTypepublic PropertyTypeNode getBranchIdNode() throws org.eclipse.milo.opcua.stack.core.UaException
ConditionTypePropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getBranchIdNode in interface ConditionTypePropertyType 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> getBranchIdNodeAsync()
ConditionTypeConditionType.getBranchIdNode().getBranchIdNodeAsync in interface ConditionTypepublic Boolean getRetain() throws org.eclipse.milo.opcua.stack.core.UaException
ConditionTypeThe returned value is the last seen; it is not read live from the server.
getRetain in interface ConditionTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Retain Node.public void setRetain(Boolean retain) throws org.eclipse.milo.opcua.stack.core.UaException
ConditionTypeThe value is only updated locally; it is not written to the server.
setRetain in interface ConditionTyperetain - the local value to set for the Retain Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Retain Node.public Boolean readRetain() throws org.eclipse.milo.opcua.stack.core.UaException
ConditionTypereadRetain in interface ConditionTypeBoolean value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeRetain(Boolean retain) throws org.eclipse.milo.opcua.stack.core.UaException
ConditionTypewriteRetain in interface ConditionTyperetain - 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> readRetainAsync()
ConditionTypeConditionType.readRetain().readRetainAsync in interface ConditionTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeRetainAsync(Boolean retain)
ConditionTypeConditionType.writeRetain(Boolean).writeRetainAsync in interface ConditionTypepublic PropertyTypeNode getRetainNode() throws org.eclipse.milo.opcua.stack.core.UaException
ConditionTypePropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getRetainNode in interface ConditionTypePropertyType 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> getRetainNodeAsync()
ConditionTypeConditionType.getRetainNode().getRetainNodeAsync in interface ConditionTypepublic String getClientUserId() throws org.eclipse.milo.opcua.stack.core.UaException
ConditionTypeThe returned value is the last seen; it is not read live from the server.
getClientUserId in interface ConditionTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ClientUserId Node.public void setClientUserId(String clientUserId) throws org.eclipse.milo.opcua.stack.core.UaException
ConditionTypeThe value is only updated locally; it is not written to the server.
setClientUserId in interface ConditionTypeclientUserId - the local value to set for the ClientUserId Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ClientUserId Node.public String readClientUserId() throws org.eclipse.milo.opcua.stack.core.UaException
ConditionTypereadClientUserId in interface ConditionTypeString value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeClientUserId(String clientUserId) throws org.eclipse.milo.opcua.stack.core.UaException
ConditionTypewriteClientUserId in interface ConditionTypeclientUserId - the String value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends String> readClientUserIdAsync()
ConditionTypeConditionType.readClientUserId().readClientUserIdAsync in interface ConditionTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeClientUserIdAsync(String clientUserId)
ConditionTypeConditionType.writeClientUserId(String).writeClientUserIdAsync in interface ConditionTypepublic PropertyTypeNode getClientUserIdNode() throws org.eclipse.milo.opcua.stack.core.UaException
ConditionTypePropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getClientUserIdNode in interface ConditionTypePropertyType 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> getClientUserIdNodeAsync()
ConditionTypeConditionType.getClientUserIdNode().getClientUserIdNodeAsync in interface ConditionTypepublic 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 ConditionTypeorg.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 ConditionTypeenabledState - 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 ConditionTypeLocalizedText 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 ConditionTypeenabledState - 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 ConditionTypepublic 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 ConditionTypepublic 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 ConditionTypeTwoStateVariableType 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 ConditionTypepublic org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode getQuality()
throws org.eclipse.milo.opcua.stack.core.UaException
ConditionTypeThe returned value is the last seen; it is not read live from the server.
getQuality in interface ConditionTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Quality Node.public void setQuality(org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode quality)
throws org.eclipse.milo.opcua.stack.core.UaException
ConditionTypeThe value is only updated locally; it is not written to the server.
setQuality in interface ConditionTypequality - the local value to set for the Quality Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Quality Node.public org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode readQuality()
throws org.eclipse.milo.opcua.stack.core.UaException
ConditionTypereadQuality in interface ConditionTypeStatusCode value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeQuality(org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode quality)
throws org.eclipse.milo.opcua.stack.core.UaException
ConditionTypewriteQuality in interface ConditionTypequality - the StatusCode 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.StatusCode> readQualityAsync()
ConditionTypeConditionType.readQuality().readQualityAsync in interface ConditionTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeQualityAsync(org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode quality)
ConditionTypeConditionType.writeQuality(StatusCode).writeQualityAsync in interface ConditionTypepublic ConditionVariableTypeNode getQualityNode() throws org.eclipse.milo.opcua.stack.core.UaException
ConditionTypeConditionVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getQualityNode in interface ConditionTypeConditionVariableType 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 ConditionVariableTypeNode> getQualityNodeAsync()
ConditionTypeConditionType.getQualityNode().getQualityNodeAsync in interface ConditionTypepublic org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort getLastSeverity()
throws org.eclipse.milo.opcua.stack.core.UaException
ConditionTypeThe returned value is the last seen; it is not read live from the server.
getLastSeverity in interface ConditionTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the LastSeverity Node.public void setLastSeverity(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort lastSeverity)
throws org.eclipse.milo.opcua.stack.core.UaException
ConditionTypeThe value is only updated locally; it is not written to the server.
setLastSeverity in interface ConditionTypelastSeverity - the local value to set for the LastSeverity Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the LastSeverity Node.public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort readLastSeverity()
throws org.eclipse.milo.opcua.stack.core.UaException
ConditionTypereadLastSeverity in interface ConditionTypeUShort value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeLastSeverity(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort lastSeverity)
throws org.eclipse.milo.opcua.stack.core.UaException
ConditionTypewriteLastSeverity in interface ConditionTypelastSeverity - the UShort 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.unsigned.UShort> readLastSeverityAsync()
ConditionTypeConditionType.readLastSeverity().readLastSeverityAsync in interface ConditionTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeLastSeverityAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort lastSeverity)
ConditionTypeConditionType.writeLastSeverity(UShort).writeLastSeverityAsync in interface ConditionTypepublic ConditionVariableTypeNode getLastSeverityNode() throws org.eclipse.milo.opcua.stack.core.UaException
ConditionTypeConditionVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getLastSeverityNode in interface ConditionTypeConditionVariableType 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 ConditionVariableTypeNode> getLastSeverityNodeAsync()
ConditionTypeConditionType.getLastSeverityNode().getLastSeverityNodeAsync in interface ConditionTypepublic org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText getComment()
throws org.eclipse.milo.opcua.stack.core.UaException
ConditionTypeThe returned value is the last seen; it is not read live from the server.
getComment in interface ConditionTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Comment Node.public void setComment(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText comment)
throws org.eclipse.milo.opcua.stack.core.UaException
ConditionTypeThe value is only updated locally; it is not written to the server.
setComment in interface ConditionTypecomment - the local value to set for the Comment Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Comment Node.public org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText readComment()
throws org.eclipse.milo.opcua.stack.core.UaException
ConditionTypereadComment in interface ConditionTypeLocalizedText value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeComment(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText comment)
throws org.eclipse.milo.opcua.stack.core.UaException
ConditionTypewriteComment in interface ConditionTypecomment - 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> readCommentAsync()
ConditionTypeConditionType.readComment().readCommentAsync in interface ConditionTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeCommentAsync(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText comment)
ConditionTypeConditionType.writeComment(LocalizedText).writeCommentAsync in interface ConditionTypepublic ConditionVariableTypeNode getCommentNode() throws org.eclipse.milo.opcua.stack.core.UaException
ConditionTypeConditionVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getCommentNode in interface ConditionTypeConditionVariableType 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 ConditionVariableTypeNode> getCommentNodeAsync()
ConditionTypeConditionType.getCommentNode().getCommentNodeAsync in interface ConditionTypeCopyright © 2021. All rights reserved.