Class ExclusiveDeviationAlarmTypeNode

All Implemented Interfaces:
AcknowledgeableConditionType, AlarmConditionType, BaseEventType, BaseObjectType, ConditionType, ExclusiveDeviationAlarmType, ExclusiveLimitAlarmType, LimitAlarmType, org.eclipse.milo.opcua.sdk.core.nodes.Node, org.eclipse.milo.opcua.sdk.core.nodes.ObjectNode

public class ExclusiveDeviationAlarmTypeNode extends ExclusiveLimitAlarmTypeNode implements ExclusiveDeviationAlarmType
  • Constructor Details

    • ExclusiveDeviationAlarmTypeNode

      public ExclusiveDeviationAlarmTypeNode(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.structured.RolePermissionType[] rolePermissions, org.eclipse.milo.opcua.stack.core.types.structured.RolePermissionType[] userRolePermissions, org.eclipse.milo.opcua.stack.core.types.structured.AccessRestrictionType accessRestrictions, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte eventNotifier)
  • Method Details

    • getSetpointNode

      public org.eclipse.milo.opcua.stack.core.types.builtin.NodeId getSetpointNode() throws org.eclipse.milo.opcua.stack.core.UaException
      Description copied from interface: ExclusiveDeviationAlarmType
      Get the local value of the SetpointNode Node.

      The returned value is the last seen; it is not read live from the server.

      Specified by:
      getSetpointNode in interface ExclusiveDeviationAlarmType
      Returns:
      the local value of the SetpointNode Node.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the SetpointNode Node.
    • setSetpointNode

      public void setSetpointNode(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId value) throws org.eclipse.milo.opcua.stack.core.UaException
      Description copied from interface: ExclusiveDeviationAlarmType
      Set the local value of the SetpointNode Node.

      The value is only updated locally; it is not written to the server.

      Specified by:
      setSetpointNode in interface ExclusiveDeviationAlarmType
      Parameters:
      value - the local value to set for the SetpointNode Node.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the SetpointNode Node.
    • readSetpointNode

      public org.eclipse.milo.opcua.stack.core.types.builtin.NodeId readSetpointNode() throws org.eclipse.milo.opcua.stack.core.UaException
      Description copied from interface: ExclusiveDeviationAlarmType
      Read the value of the SetpointNode Node from the server and update the local value if the operation succeeds.
      Specified by:
      readSetpointNode in interface ExclusiveDeviationAlarmType
      Returns:
      the NodeId value read from the server.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.
    • writeSetpointNode

      public void writeSetpointNode(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId value) throws org.eclipse.milo.opcua.stack.core.UaException
      Description copied from interface: ExclusiveDeviationAlarmType
      Write a new value for the SetpointNode Node to the server and update the local value if the operation succeeds.
      Specified by:
      writeSetpointNode in interface ExclusiveDeviationAlarmType
      Parameters:
      value - the NodeId value to write to the server.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.
    • readSetpointNodeAsync

      public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.NodeId> readSetpointNodeAsync()
      Description copied from interface: ExclusiveDeviationAlarmType
      An asynchronous implementation of ExclusiveDeviationAlarmType.readSetpointNode().
      Specified by:
      readSetpointNodeAsync in interface ExclusiveDeviationAlarmType
      Returns:
      a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
    • writeSetpointNodeAsync

      public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSetpointNodeAsync(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId setpointNode)
      Description copied from interface: ExclusiveDeviationAlarmType
      Specified by:
      writeSetpointNodeAsync in interface ExclusiveDeviationAlarmType
      Returns:
      a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
    • getSetpointNodeNode

      public PropertyTypeNode getSetpointNodeNode() throws org.eclipse.milo.opcua.stack.core.UaException
      Description copied from interface: ExclusiveDeviationAlarmType
      Get the SetpointNode PropertyType Node, or null if it does not exist.

      The Node is created when first accessed and cached for subsequent calls.

      Specified by:
      getSetpointNodeNode in interface ExclusiveDeviationAlarmType
      Returns:
      the SetpointNode PropertyType Node, or null if it does not exist.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.
    • getSetpointNodeNodeAsync

      public CompletableFuture<? extends PropertyTypeNode> getSetpointNodeNodeAsync()
      Description copied from interface: ExclusiveDeviationAlarmType
      Specified by:
      getSetpointNodeNodeAsync in interface ExclusiveDeviationAlarmType
      Returns:
      a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
    • getBaseSetpointNode

      public org.eclipse.milo.opcua.stack.core.types.builtin.NodeId getBaseSetpointNode() throws org.eclipse.milo.opcua.stack.core.UaException
      Description copied from interface: ExclusiveDeviationAlarmType
      Get the local value of the BaseSetpointNode Node.

      The returned value is the last seen; it is not read live from the server.

      Specified by:
      getBaseSetpointNode in interface ExclusiveDeviationAlarmType
      Returns:
      the local value of the BaseSetpointNode Node.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the BaseSetpointNode Node.
    • setBaseSetpointNode

      public void setBaseSetpointNode(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId value) throws org.eclipse.milo.opcua.stack.core.UaException
      Description copied from interface: ExclusiveDeviationAlarmType
      Set the local value of the BaseSetpointNode Node.

      The value is only updated locally; it is not written to the server.

      Specified by:
      setBaseSetpointNode in interface ExclusiveDeviationAlarmType
      Parameters:
      value - the local value to set for the BaseSetpointNode Node.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the BaseSetpointNode Node.
    • readBaseSetpointNode

      public org.eclipse.milo.opcua.stack.core.types.builtin.NodeId readBaseSetpointNode() throws org.eclipse.milo.opcua.stack.core.UaException
      Description copied from interface: ExclusiveDeviationAlarmType
      Read the value of the BaseSetpointNode Node from the server and update the local value if the operation succeeds.
      Specified by:
      readBaseSetpointNode in interface ExclusiveDeviationAlarmType
      Returns:
      the NodeId value read from the server.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.
    • writeBaseSetpointNode

      public void writeBaseSetpointNode(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId value) throws org.eclipse.milo.opcua.stack.core.UaException
      Description copied from interface: ExclusiveDeviationAlarmType
      Write a new value for the BaseSetpointNode Node to the server and update the local value if the operation succeeds.
      Specified by:
      writeBaseSetpointNode in interface ExclusiveDeviationAlarmType
      Parameters:
      value - the NodeId value to write to the server.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.
    • readBaseSetpointNodeAsync

      public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.NodeId> readBaseSetpointNodeAsync()
      Description copied from interface: ExclusiveDeviationAlarmType
      An asynchronous implementation of ExclusiveDeviationAlarmType.readBaseSetpointNode().
      Specified by:
      readBaseSetpointNodeAsync in interface ExclusiveDeviationAlarmType
      Returns:
      a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
    • writeBaseSetpointNodeAsync

      public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeBaseSetpointNodeAsync(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId baseSetpointNode)
      Description copied from interface: ExclusiveDeviationAlarmType
      Specified by:
      writeBaseSetpointNodeAsync in interface ExclusiveDeviationAlarmType
      Returns:
      a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
    • getBaseSetpointNodeNode

      public PropertyTypeNode getBaseSetpointNodeNode() throws org.eclipse.milo.opcua.stack.core.UaException
      Description copied from interface: ExclusiveDeviationAlarmType
      Get the BaseSetpointNode PropertyType Node, or null if it does not exist.

      The Node is created when first accessed and cached for subsequent calls.

      Specified by:
      getBaseSetpointNodeNode in interface ExclusiveDeviationAlarmType
      Returns:
      the BaseSetpointNode PropertyType Node, or null if it does not exist.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.
    • getBaseSetpointNodeNodeAsync

      public CompletableFuture<? extends PropertyTypeNode> getBaseSetpointNodeNodeAsync()
      Description copied from interface: ExclusiveDeviationAlarmType
      Specified by:
      getBaseSetpointNodeNodeAsync in interface ExclusiveDeviationAlarmType
      Returns:
      a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.