public class DialogConditionTypeNode extends ConditionTypeNode implements DialogConditionType
CANCEL_RESPONSE, DEFAULT_RESPONSE, LAST_RESPONSE, OK_RESPONSE, PROMPT, RESPONSE_OPTION_SETBRANCH_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 |
|---|
DialogConditionTypeNode(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 |
|---|---|
Integer |
getCancelResponse()
Get the local value of the CancelResponse Node.
|
PropertyTypeNode |
getCancelResponseNode()
Get the CancelResponse
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyTypeNode> |
getCancelResponseNodeAsync()
Asynchronous implementation of
DialogConditionType.getCancelResponseNode(). |
Integer |
getDefaultResponse()
Get the local value of the DefaultResponse Node.
|
PropertyTypeNode |
getDefaultResponseNode()
Get the DefaultResponse
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyTypeNode> |
getDefaultResponseNodeAsync()
Asynchronous implementation of
DialogConditionType.getDefaultResponseNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText |
getDialogState()
Get the local value of the DialogState Node.
|
TwoStateVariableTypeNode |
getDialogStateNode()
Get the DialogState
TwoStateVariableType Node, or null if it does not exist. |
CompletableFuture<? extends TwoStateVariableTypeNode> |
getDialogStateNodeAsync()
Asynchronous implementation of
DialogConditionType.getDialogStateNode(). |
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(). |
Integer |
getLastResponse()
Get the local value of the LastResponse Node.
|
PropertyTypeNode |
getLastResponseNode()
Get the LastResponse
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyTypeNode> |
getLastResponseNodeAsync()
Asynchronous implementation of
DialogConditionType.getLastResponseNode(). |
Integer |
getOkResponse()
Get the local value of the OkResponse Node.
|
PropertyTypeNode |
getOkResponseNode()
Get the OkResponse
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyTypeNode> |
getOkResponseNodeAsync()
Asynchronous implementation of
DialogConditionType.getOkResponseNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText |
getPrompt()
Get the local value of the Prompt Node.
|
PropertyTypeNode |
getPromptNode()
Get the Prompt
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyTypeNode> |
getPromptNodeAsync()
Asynchronous implementation of
DialogConditionType.getPromptNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText[] |
getResponseOptionSet()
Get the local value of the ResponseOptionSet Node.
|
PropertyTypeNode |
getResponseOptionSetNode()
Get the ResponseOptionSet
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyTypeNode> |
getResponseOptionSetNodeAsync()
Asynchronous implementation of
DialogConditionType.getResponseOptionSetNode(). |
Integer |
readCancelResponse()
Read the value of the CancelResponse Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends Integer> |
readCancelResponseAsync()
An asynchronous implementation of
DialogConditionType.readCancelResponse(). |
Integer |
readDefaultResponse()
Read the value of the DefaultResponse Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends Integer> |
readDefaultResponseAsync()
An asynchronous implementation of
DialogConditionType.readDefaultResponse(). |
org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText |
readDialogState()
Read the value of the DialogState Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText> |
readDialogStateAsync()
An asynchronous implementation of
DialogConditionType.readDialogState(). |
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(). |
Integer |
readLastResponse()
Read the value of the LastResponse Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends Integer> |
readLastResponseAsync()
An asynchronous implementation of
DialogConditionType.readLastResponse(). |
Integer |
readOkResponse()
Read the value of the OkResponse Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends Integer> |
readOkResponseAsync()
An asynchronous implementation of
DialogConditionType.readOkResponse(). |
org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText |
readPrompt()
Read the value of the Prompt Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText> |
readPromptAsync()
An asynchronous implementation of
DialogConditionType.readPrompt(). |
org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText[] |
readResponseOptionSet()
Read the value of the ResponseOptionSet Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText[]> |
readResponseOptionSetAsync()
An asynchronous implementation of
DialogConditionType.readResponseOptionSet(). |
void |
setCancelResponse(Integer cancelResponse)
Set the local value of the CancelResponse Node.
|
void |
setDefaultResponse(Integer defaultResponse)
Set the local value of the DefaultResponse Node.
|
void |
setDialogState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText dialogState)
Set the local value of the DialogState Node.
|
void |
setEnabledState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText enabledState)
Set the local value of the EnabledState Node.
|
void |
setLastResponse(Integer lastResponse)
Set the local value of the LastResponse Node.
|
void |
setOkResponse(Integer okResponse)
Set the local value of the OkResponse Node.
|
void |
setPrompt(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText prompt)
Set the local value of the Prompt Node.
|
void |
setResponseOptionSet(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText[] responseOptionSet)
Set the local value of the ResponseOptionSet Node.
|
void |
writeCancelResponse(Integer cancelResponse)
Write a new value for the CancelResponse Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeCancelResponseAsync(Integer cancelResponse)
An asynchronous implementation of
DialogConditionType.writeCancelResponse(Integer). |
void |
writeDefaultResponse(Integer defaultResponse)
Write a new value for the DefaultResponse Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeDefaultResponseAsync(Integer defaultResponse)
An asynchronous implementation of
DialogConditionType.writeDefaultResponse(Integer). |
void |
writeDialogState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText dialogState)
Write a new value for the DialogState Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeDialogStateAsync(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText dialogState)
An asynchronous implementation of
DialogConditionType.writeDialogState(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 |
writeLastResponse(Integer lastResponse)
Write a new value for the LastResponse Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeLastResponseAsync(Integer lastResponse)
An asynchronous implementation of
DialogConditionType.writeLastResponse(Integer). |
void |
writeOkResponse(Integer okResponse)
Write a new value for the OkResponse Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeOkResponseAsync(Integer okResponse)
An asynchronous implementation of
DialogConditionType.writeOkResponse(Integer). |
void |
writePrompt(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText prompt)
Write a new value for the Prompt Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writePromptAsync(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText prompt)
An asynchronous implementation of
DialogConditionType.writePrompt(LocalizedText). |
void |
writeResponseOptionSet(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText[] responseOptionSet)
Write a new value for the ResponseOptionSet Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeResponseOptionSetAsync(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText[] responseOptionSet)
An asynchronous implementation of
DialogConditionType.writeResponseOptionSet(LocalizedText[]). |
getBranchId, 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, waitgetBranchId, 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 DialogConditionTypeNode(OpcUaClient client, org.eclipse.milo.opcua.stack.core.types.builtin.NodeId nodeId, org.eclipse.milo.opcua.stack.core.types.enumerated.NodeClass nodeClass, org.eclipse.milo.opcua.stack.core.types.builtin.QualifiedName browseName, org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText displayName, org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText description, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger writeMask, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger userWriteMask, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte eventNotifier)
public org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText getPrompt()
throws org.eclipse.milo.opcua.stack.core.UaException
DialogConditionTypeThe returned value is the last seen; it is not read live from the server.
getPrompt in interface DialogConditionTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Prompt Node.public void setPrompt(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText prompt)
throws org.eclipse.milo.opcua.stack.core.UaException
DialogConditionTypeThe value is only updated locally; it is not written to the server.
setPrompt in interface DialogConditionTypeprompt - the local value to set for the Prompt Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Prompt Node.public org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText readPrompt()
throws org.eclipse.milo.opcua.stack.core.UaException
DialogConditionTypereadPrompt in interface DialogConditionTypeLocalizedText value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writePrompt(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText prompt)
throws org.eclipse.milo.opcua.stack.core.UaException
DialogConditionTypewritePrompt in interface DialogConditionTypeprompt - 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> readPromptAsync()
DialogConditionTypeDialogConditionType.readPrompt().readPromptAsync in interface DialogConditionTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writePromptAsync(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText prompt)
DialogConditionTypeDialogConditionType.writePrompt(LocalizedText).writePromptAsync in interface DialogConditionTypepublic PropertyTypeNode getPromptNode() throws org.eclipse.milo.opcua.stack.core.UaException
DialogConditionTypePropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getPromptNode in interface DialogConditionTypePropertyType 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> getPromptNodeAsync()
DialogConditionTypeDialogConditionType.getPromptNode().getPromptNodeAsync in interface DialogConditionTypepublic org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText[] getResponseOptionSet()
throws org.eclipse.milo.opcua.stack.core.UaException
DialogConditionTypeThe returned value is the last seen; it is not read live from the server.
getResponseOptionSet in interface DialogConditionTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ResponseOptionSet Node.public void setResponseOptionSet(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText[] responseOptionSet)
throws org.eclipse.milo.opcua.stack.core.UaException
DialogConditionTypeThe value is only updated locally; it is not written to the server.
setResponseOptionSet in interface DialogConditionTyperesponseOptionSet - the local value to set for the ResponseOptionSet Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ResponseOptionSet Node.public org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText[] readResponseOptionSet()
throws org.eclipse.milo.opcua.stack.core.UaException
DialogConditionTypereadResponseOptionSet in interface DialogConditionTypeLocalizedText[] value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeResponseOptionSet(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText[] responseOptionSet)
throws org.eclipse.milo.opcua.stack.core.UaException
DialogConditionTypewriteResponseOptionSet in interface DialogConditionTyperesponseOptionSet - 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[]> readResponseOptionSetAsync()
DialogConditionTypeDialogConditionType.readResponseOptionSet().readResponseOptionSetAsync in interface DialogConditionTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeResponseOptionSetAsync(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText[] responseOptionSet)
DialogConditionTypeDialogConditionType.writeResponseOptionSet(LocalizedText[]).writeResponseOptionSetAsync in interface DialogConditionTypepublic PropertyTypeNode getResponseOptionSetNode() throws org.eclipse.milo.opcua.stack.core.UaException
DialogConditionTypePropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getResponseOptionSetNode in interface DialogConditionTypePropertyType 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> getResponseOptionSetNodeAsync()
DialogConditionTypeDialogConditionType.getResponseOptionSetNode().getResponseOptionSetNodeAsync in interface DialogConditionTypepublic Integer getDefaultResponse() throws org.eclipse.milo.opcua.stack.core.UaException
DialogConditionTypeThe returned value is the last seen; it is not read live from the server.
getDefaultResponse in interface DialogConditionTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the DefaultResponse Node.public void setDefaultResponse(Integer defaultResponse) throws org.eclipse.milo.opcua.stack.core.UaException
DialogConditionTypeThe value is only updated locally; it is not written to the server.
setDefaultResponse in interface DialogConditionTypedefaultResponse - the local value to set for the DefaultResponse Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the DefaultResponse Node.public Integer readDefaultResponse() throws org.eclipse.milo.opcua.stack.core.UaException
DialogConditionTypereadDefaultResponse in interface DialogConditionTypeInteger value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeDefaultResponse(Integer defaultResponse) throws org.eclipse.milo.opcua.stack.core.UaException
DialogConditionTypewriteDefaultResponse in interface DialogConditionTypedefaultResponse - the Integer value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends Integer> readDefaultResponseAsync()
DialogConditionTypeDialogConditionType.readDefaultResponse().readDefaultResponseAsync in interface DialogConditionTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeDefaultResponseAsync(Integer defaultResponse)
DialogConditionTypeDialogConditionType.writeDefaultResponse(Integer).writeDefaultResponseAsync in interface DialogConditionTypepublic PropertyTypeNode getDefaultResponseNode() throws org.eclipse.milo.opcua.stack.core.UaException
DialogConditionTypePropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getDefaultResponseNode in interface DialogConditionTypePropertyType 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> getDefaultResponseNodeAsync()
DialogConditionTypeDialogConditionType.getDefaultResponseNode().getDefaultResponseNodeAsync in interface DialogConditionTypepublic Integer getOkResponse() throws org.eclipse.milo.opcua.stack.core.UaException
DialogConditionTypeThe returned value is the last seen; it is not read live from the server.
getOkResponse in interface DialogConditionTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the OkResponse Node.public void setOkResponse(Integer okResponse) throws org.eclipse.milo.opcua.stack.core.UaException
DialogConditionTypeThe value is only updated locally; it is not written to the server.
setOkResponse in interface DialogConditionTypeokResponse - the local value to set for the OkResponse Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the OkResponse Node.public Integer readOkResponse() throws org.eclipse.milo.opcua.stack.core.UaException
DialogConditionTypereadOkResponse in interface DialogConditionTypeInteger value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeOkResponse(Integer okResponse) throws org.eclipse.milo.opcua.stack.core.UaException
DialogConditionTypewriteOkResponse in interface DialogConditionTypeokResponse - the Integer value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends Integer> readOkResponseAsync()
DialogConditionTypeDialogConditionType.readOkResponse().readOkResponseAsync in interface DialogConditionTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeOkResponseAsync(Integer okResponse)
DialogConditionTypeDialogConditionType.writeOkResponse(Integer).writeOkResponseAsync in interface DialogConditionTypepublic PropertyTypeNode getOkResponseNode() throws org.eclipse.milo.opcua.stack.core.UaException
DialogConditionTypePropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getOkResponseNode in interface DialogConditionTypePropertyType 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> getOkResponseNodeAsync()
DialogConditionTypeDialogConditionType.getOkResponseNode().getOkResponseNodeAsync in interface DialogConditionTypepublic Integer getCancelResponse() throws org.eclipse.milo.opcua.stack.core.UaException
DialogConditionTypeThe returned value is the last seen; it is not read live from the server.
getCancelResponse in interface DialogConditionTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the CancelResponse Node.public void setCancelResponse(Integer cancelResponse) throws org.eclipse.milo.opcua.stack.core.UaException
DialogConditionTypeThe value is only updated locally; it is not written to the server.
setCancelResponse in interface DialogConditionTypecancelResponse - the local value to set for the CancelResponse Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the CancelResponse Node.public Integer readCancelResponse() throws org.eclipse.milo.opcua.stack.core.UaException
DialogConditionTypereadCancelResponse in interface DialogConditionTypeInteger value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeCancelResponse(Integer cancelResponse) throws org.eclipse.milo.opcua.stack.core.UaException
DialogConditionTypewriteCancelResponse in interface DialogConditionTypecancelResponse - the Integer value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends Integer> readCancelResponseAsync()
DialogConditionTypeDialogConditionType.readCancelResponse().readCancelResponseAsync in interface DialogConditionTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeCancelResponseAsync(Integer cancelResponse)
DialogConditionTypeDialogConditionType.writeCancelResponse(Integer).writeCancelResponseAsync in interface DialogConditionTypepublic PropertyTypeNode getCancelResponseNode() throws org.eclipse.milo.opcua.stack.core.UaException
DialogConditionTypePropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getCancelResponseNode in interface DialogConditionTypePropertyType 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> getCancelResponseNodeAsync()
DialogConditionTypeDialogConditionType.getCancelResponseNode().getCancelResponseNodeAsync in interface DialogConditionTypepublic Integer getLastResponse() throws org.eclipse.milo.opcua.stack.core.UaException
DialogConditionTypeThe returned value is the last seen; it is not read live from the server.
getLastResponse in interface DialogConditionTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the LastResponse Node.public void setLastResponse(Integer lastResponse) throws org.eclipse.milo.opcua.stack.core.UaException
DialogConditionTypeThe value is only updated locally; it is not written to the server.
setLastResponse in interface DialogConditionTypelastResponse - the local value to set for the LastResponse Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the LastResponse Node.public Integer readLastResponse() throws org.eclipse.milo.opcua.stack.core.UaException
DialogConditionTypereadLastResponse in interface DialogConditionTypeInteger value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeLastResponse(Integer lastResponse) throws org.eclipse.milo.opcua.stack.core.UaException
DialogConditionTypewriteLastResponse in interface DialogConditionTypelastResponse - the Integer value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends Integer> readLastResponseAsync()
DialogConditionTypeDialogConditionType.readLastResponse().readLastResponseAsync in interface DialogConditionTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeLastResponseAsync(Integer lastResponse)
DialogConditionTypeDialogConditionType.writeLastResponse(Integer).writeLastResponseAsync in interface DialogConditionTypepublic PropertyTypeNode getLastResponseNode() throws org.eclipse.milo.opcua.stack.core.UaException
DialogConditionTypePropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getLastResponseNode in interface DialogConditionTypePropertyType 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> getLastResponseNodeAsync()
DialogConditionTypeDialogConditionType.getLastResponseNode().getLastResponseNodeAsync in interface DialogConditionTypepublic 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 ConditionTypegetEnabledState in interface DialogConditionTypegetEnabledState in class ConditionTypeNodeorg.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 ConditionTypesetEnabledState in interface DialogConditionTypesetEnabledState in class ConditionTypeNodeenabledState - 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 ConditionTypereadEnabledState in interface DialogConditionTypereadEnabledState in class ConditionTypeNodeLocalizedText 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 ConditionTypewriteEnabledState in interface DialogConditionTypewriteEnabledState in class ConditionTypeNodeenabledState - 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 ConditionTypereadEnabledStateAsync in interface DialogConditionTypereadEnabledStateAsync in class ConditionTypeNodepublic 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 ConditionTypewriteEnabledStateAsync in interface DialogConditionTypewriteEnabledStateAsync in class ConditionTypeNodepublic 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 ConditionTypegetEnabledStateNode in interface DialogConditionTypegetEnabledStateNode in class ConditionTypeNodeTwoStateVariableType 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 ConditionTypegetEnabledStateNodeAsync in interface DialogConditionTypegetEnabledStateNodeAsync in class ConditionTypeNodepublic org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText getDialogState()
throws org.eclipse.milo.opcua.stack.core.UaException
DialogConditionTypeThe returned value is the last seen; it is not read live from the server.
getDialogState in interface DialogConditionTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the DialogState Node.public void setDialogState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText dialogState)
throws org.eclipse.milo.opcua.stack.core.UaException
DialogConditionTypeThe value is only updated locally; it is not written to the server.
setDialogState in interface DialogConditionTypedialogState - the local value to set for the DialogState Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the DialogState Node.public org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText readDialogState()
throws org.eclipse.milo.opcua.stack.core.UaException
DialogConditionTypereadDialogState in interface DialogConditionTypeLocalizedText value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeDialogState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText dialogState)
throws org.eclipse.milo.opcua.stack.core.UaException
DialogConditionTypewriteDialogState in interface DialogConditionTypedialogState - 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> readDialogStateAsync()
DialogConditionTypeDialogConditionType.readDialogState().readDialogStateAsync in interface DialogConditionTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeDialogStateAsync(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText dialogState)
DialogConditionTypeDialogConditionType.writeDialogState(LocalizedText).writeDialogStateAsync in interface DialogConditionTypepublic TwoStateVariableTypeNode getDialogStateNode() throws org.eclipse.milo.opcua.stack.core.UaException
DialogConditionTypeTwoStateVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getDialogStateNode in interface DialogConditionTypeTwoStateVariableType 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> getDialogStateNodeAsync()
DialogConditionTypeDialogConditionType.getDialogStateNode().getDialogStateNodeAsync in interface DialogConditionTypeCopyright © 2021. All rights reserved.