All Implemented Interfaces:
ArrayItemType, BaseDataVariableType, BaseVariableType, CubeItemType, DataItemType, org.eclipse.milo.opcua.sdk.core.nodes.Node, org.eclipse.milo.opcua.sdk.core.nodes.VariableNode

public class CubeItemTypeNode extends ArrayItemTypeNode implements CubeItemType
  • Constructor Details

    • CubeItemTypeNode

      public CubeItemTypeNode(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.DataValue value, org.eclipse.milo.opcua.stack.core.types.builtin.NodeId dataType, Integer valueRank, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger[] arrayDimensions, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte accessLevel, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte userAccessLevel, Double minimumSamplingInterval, Boolean historizing, org.eclipse.milo.opcua.stack.core.types.structured.AccessLevelExType accessLevelEx)
  • Method Details

    • getXAxisDefinition

      public org.eclipse.milo.opcua.stack.core.types.structured.AxisInformation getXAxisDefinition() throws org.eclipse.milo.opcua.stack.core.UaException
      Description copied from interface: CubeItemType
      Get the local value of the XAxisDefinition Node.

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

      Specified by:
      getXAxisDefinition in interface CubeItemType
      Returns:
      the local value of the XAxisDefinition Node.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the XAxisDefinition Node.
    • setXAxisDefinition

      public void setXAxisDefinition(org.eclipse.milo.opcua.stack.core.types.structured.AxisInformation value) throws org.eclipse.milo.opcua.stack.core.UaException
      Description copied from interface: CubeItemType
      Set the local value of the XAxisDefinition Node.

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

      Specified by:
      setXAxisDefinition in interface CubeItemType
      Parameters:
      value - the local value to set for the XAxisDefinition Node.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the XAxisDefinition Node.
    • readXAxisDefinition

      public org.eclipse.milo.opcua.stack.core.types.structured.AxisInformation readXAxisDefinition() throws org.eclipse.milo.opcua.stack.core.UaException
      Description copied from interface: CubeItemType
      Read the value of the XAxisDefinition Node from the server and update the local value if the operation succeeds.
      Specified by:
      readXAxisDefinition in interface CubeItemType
      Returns:
      the AxisInformation value read from the server.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.
    • writeXAxisDefinition

      public void writeXAxisDefinition(org.eclipse.milo.opcua.stack.core.types.structured.AxisInformation value) throws org.eclipse.milo.opcua.stack.core.UaException
      Description copied from interface: CubeItemType
      Write a new value for the XAxisDefinition Node to the server and update the local value if the operation succeeds.
      Specified by:
      writeXAxisDefinition in interface CubeItemType
      Parameters:
      value - the AxisInformation value to write to the server.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.
    • readXAxisDefinitionAsync

      public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.AxisInformation> readXAxisDefinitionAsync()
      Description copied from interface: CubeItemType
      An asynchronous implementation of CubeItemType.readXAxisDefinition().
      Specified by:
      readXAxisDefinitionAsync in interface CubeItemType
      Returns:
      a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
    • writeXAxisDefinitionAsync

      public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeXAxisDefinitionAsync(org.eclipse.milo.opcua.stack.core.types.structured.AxisInformation xAxisDefinition)
      Description copied from interface: CubeItemType
      Specified by:
      writeXAxisDefinitionAsync in interface CubeItemType
      Returns:
      a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
    • getXAxisDefinitionNode

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

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

      Specified by:
      getXAxisDefinitionNode in interface CubeItemType
      Returns:
      the XAxisDefinition 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.
    • getXAxisDefinitionNodeAsync

      public CompletableFuture<? extends PropertyTypeNode> getXAxisDefinitionNodeAsync()
      Description copied from interface: CubeItemType
      Asynchronous implementation of CubeItemType.getXAxisDefinitionNode().
      Specified by:
      getXAxisDefinitionNodeAsync in interface CubeItemType
      Returns:
      a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
    • getYAxisDefinition

      public org.eclipse.milo.opcua.stack.core.types.structured.AxisInformation getYAxisDefinition() throws org.eclipse.milo.opcua.stack.core.UaException
      Description copied from interface: CubeItemType
      Get the local value of the YAxisDefinition Node.

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

      Specified by:
      getYAxisDefinition in interface CubeItemType
      Returns:
      the local value of the YAxisDefinition Node.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the YAxisDefinition Node.
    • setYAxisDefinition

      public void setYAxisDefinition(org.eclipse.milo.opcua.stack.core.types.structured.AxisInformation value) throws org.eclipse.milo.opcua.stack.core.UaException
      Description copied from interface: CubeItemType
      Set the local value of the YAxisDefinition Node.

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

      Specified by:
      setYAxisDefinition in interface CubeItemType
      Parameters:
      value - the local value to set for the YAxisDefinition Node.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the YAxisDefinition Node.
    • readYAxisDefinition

      public org.eclipse.milo.opcua.stack.core.types.structured.AxisInformation readYAxisDefinition() throws org.eclipse.milo.opcua.stack.core.UaException
      Description copied from interface: CubeItemType
      Read the value of the YAxisDefinition Node from the server and update the local value if the operation succeeds.
      Specified by:
      readYAxisDefinition in interface CubeItemType
      Returns:
      the AxisInformation value read from the server.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.
    • writeYAxisDefinition

      public void writeYAxisDefinition(org.eclipse.milo.opcua.stack.core.types.structured.AxisInformation value) throws org.eclipse.milo.opcua.stack.core.UaException
      Description copied from interface: CubeItemType
      Write a new value for the YAxisDefinition Node to the server and update the local value if the operation succeeds.
      Specified by:
      writeYAxisDefinition in interface CubeItemType
      Parameters:
      value - the AxisInformation value to write to the server.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.
    • readYAxisDefinitionAsync

      public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.AxisInformation> readYAxisDefinitionAsync()
      Description copied from interface: CubeItemType
      An asynchronous implementation of CubeItemType.readYAxisDefinition().
      Specified by:
      readYAxisDefinitionAsync in interface CubeItemType
      Returns:
      a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
    • writeYAxisDefinitionAsync

      public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeYAxisDefinitionAsync(org.eclipse.milo.opcua.stack.core.types.structured.AxisInformation yAxisDefinition)
      Description copied from interface: CubeItemType
      Specified by:
      writeYAxisDefinitionAsync in interface CubeItemType
      Returns:
      a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
    • getYAxisDefinitionNode

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

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

      Specified by:
      getYAxisDefinitionNode in interface CubeItemType
      Returns:
      the YAxisDefinition 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.
    • getYAxisDefinitionNodeAsync

      public CompletableFuture<? extends PropertyTypeNode> getYAxisDefinitionNodeAsync()
      Description copied from interface: CubeItemType
      Asynchronous implementation of CubeItemType.getYAxisDefinitionNode().
      Specified by:
      getYAxisDefinitionNodeAsync in interface CubeItemType
      Returns:
      a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
    • getZAxisDefinition

      public org.eclipse.milo.opcua.stack.core.types.structured.AxisInformation getZAxisDefinition() throws org.eclipse.milo.opcua.stack.core.UaException
      Description copied from interface: CubeItemType
      Get the local value of the ZAxisDefinition Node.

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

      Specified by:
      getZAxisDefinition in interface CubeItemType
      Returns:
      the local value of the ZAxisDefinition Node.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ZAxisDefinition Node.
    • setZAxisDefinition

      public void setZAxisDefinition(org.eclipse.milo.opcua.stack.core.types.structured.AxisInformation value) throws org.eclipse.milo.opcua.stack.core.UaException
      Description copied from interface: CubeItemType
      Set the local value of the ZAxisDefinition Node.

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

      Specified by:
      setZAxisDefinition in interface CubeItemType
      Parameters:
      value - the local value to set for the ZAxisDefinition Node.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ZAxisDefinition Node.
    • readZAxisDefinition

      public org.eclipse.milo.opcua.stack.core.types.structured.AxisInformation readZAxisDefinition() throws org.eclipse.milo.opcua.stack.core.UaException
      Description copied from interface: CubeItemType
      Read the value of the ZAxisDefinition Node from the server and update the local value if the operation succeeds.
      Specified by:
      readZAxisDefinition in interface CubeItemType
      Returns:
      the AxisInformation value read from the server.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.
    • writeZAxisDefinition

      public void writeZAxisDefinition(org.eclipse.milo.opcua.stack.core.types.structured.AxisInformation value) throws org.eclipse.milo.opcua.stack.core.UaException
      Description copied from interface: CubeItemType
      Write a new value for the ZAxisDefinition Node to the server and update the local value if the operation succeeds.
      Specified by:
      writeZAxisDefinition in interface CubeItemType
      Parameters:
      value - the AxisInformation value to write to the server.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.
    • readZAxisDefinitionAsync

      public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.AxisInformation> readZAxisDefinitionAsync()
      Description copied from interface: CubeItemType
      An asynchronous implementation of CubeItemType.readZAxisDefinition().
      Specified by:
      readZAxisDefinitionAsync in interface CubeItemType
      Returns:
      a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
    • writeZAxisDefinitionAsync

      public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeZAxisDefinitionAsync(org.eclipse.milo.opcua.stack.core.types.structured.AxisInformation zAxisDefinition)
      Description copied from interface: CubeItemType
      Specified by:
      writeZAxisDefinitionAsync in interface CubeItemType
      Returns:
      a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
    • getZAxisDefinitionNode

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

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

      Specified by:
      getZAxisDefinitionNode in interface CubeItemType
      Returns:
      the ZAxisDefinition 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.
    • getZAxisDefinitionNodeAsync

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