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

public class AudioVariableTypeNode extends BaseDataVariableTypeNode implements AudioVariableType
  • Constructor Details

    • AudioVariableTypeNode

      public AudioVariableTypeNode(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

    • getListId

      public String getListId() throws org.eclipse.milo.opcua.stack.core.UaException
      Description copied from interface: AudioVariableType
      Get the local value of the ListId Node.

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

      Specified by:
      getListId in interface AudioVariableType
      Returns:
      the local value of the ListId Node.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ListId Node.
    • setListId

      public void setListId(String value) throws org.eclipse.milo.opcua.stack.core.UaException
      Description copied from interface: AudioVariableType
      Set the local value of the ListId Node.

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

      Specified by:
      setListId in interface AudioVariableType
      Parameters:
      value - the local value to set for the ListId Node.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ListId Node.
    • readListId

      public String readListId() throws org.eclipse.milo.opcua.stack.core.UaException
      Description copied from interface: AudioVariableType
      Read the value of the ListId Node from the server and update the local value if the operation succeeds.
      Specified by:
      readListId in interface AudioVariableType
      Returns:
      the String value read from the server.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.
    • writeListId

      public void writeListId(String value) throws org.eclipse.milo.opcua.stack.core.UaException
      Description copied from interface: AudioVariableType
      Write a new value for the ListId Node to the server and update the local value if the operation succeeds.
      Specified by:
      writeListId in interface AudioVariableType
      Parameters:
      value - the String value to write to the server.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.
    • readListIdAsync

      public CompletableFuture<? extends String> readListIdAsync()
      Description copied from interface: AudioVariableType
      An asynchronous implementation of AudioVariableType.readListId().
      Specified by:
      readListIdAsync in interface AudioVariableType
      Returns:
      a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
    • writeListIdAsync

      public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeListIdAsync(String listId)
      Description copied from interface: AudioVariableType
      An asynchronous implementation of AudioVariableType.writeListId(java.lang.String).
      Specified by:
      writeListIdAsync in interface AudioVariableType
      Returns:
      a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
    • getListIdNode

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

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

      Specified by:
      getListIdNode in interface AudioVariableType
      Returns:
      the ListId 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.
    • getListIdNodeAsync

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

      public String getAgencyId() throws org.eclipse.milo.opcua.stack.core.UaException
      Description copied from interface: AudioVariableType
      Get the local value of the AgencyId Node.

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

      Specified by:
      getAgencyId in interface AudioVariableType
      Returns:
      the local value of the AgencyId Node.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the AgencyId Node.
    • setAgencyId

      public void setAgencyId(String value) throws org.eclipse.milo.opcua.stack.core.UaException
      Description copied from interface: AudioVariableType
      Set the local value of the AgencyId Node.

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

      Specified by:
      setAgencyId in interface AudioVariableType
      Parameters:
      value - the local value to set for the AgencyId Node.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the AgencyId Node.
    • readAgencyId

      public String readAgencyId() throws org.eclipse.milo.opcua.stack.core.UaException
      Description copied from interface: AudioVariableType
      Read the value of the AgencyId Node from the server and update the local value if the operation succeeds.
      Specified by:
      readAgencyId in interface AudioVariableType
      Returns:
      the String value read from the server.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.
    • writeAgencyId

      public void writeAgencyId(String value) throws org.eclipse.milo.opcua.stack.core.UaException
      Description copied from interface: AudioVariableType
      Write a new value for the AgencyId Node to the server and update the local value if the operation succeeds.
      Specified by:
      writeAgencyId in interface AudioVariableType
      Parameters:
      value - the String value to write to the server.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.
    • readAgencyIdAsync

      public CompletableFuture<? extends String> readAgencyIdAsync()
      Description copied from interface: AudioVariableType
      An asynchronous implementation of AudioVariableType.readAgencyId().
      Specified by:
      readAgencyIdAsync in interface AudioVariableType
      Returns:
      a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
    • writeAgencyIdAsync

      public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeAgencyIdAsync(String agencyId)
      Description copied from interface: AudioVariableType
      An asynchronous implementation of AudioVariableType.writeAgencyId(java.lang.String).
      Specified by:
      writeAgencyIdAsync in interface AudioVariableType
      Returns:
      a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
    • getAgencyIdNode

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

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

      Specified by:
      getAgencyIdNode in interface AudioVariableType
      Returns:
      the AgencyId 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.
    • getAgencyIdNodeAsync

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

      public String getVersionId() throws org.eclipse.milo.opcua.stack.core.UaException
      Description copied from interface: AudioVariableType
      Get the local value of the VersionId Node.

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

      Specified by:
      getVersionId in interface AudioVariableType
      Returns:
      the local value of the VersionId Node.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the VersionId Node.
    • setVersionId

      public void setVersionId(String value) throws org.eclipse.milo.opcua.stack.core.UaException
      Description copied from interface: AudioVariableType
      Set the local value of the VersionId Node.

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

      Specified by:
      setVersionId in interface AudioVariableType
      Parameters:
      value - the local value to set for the VersionId Node.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the VersionId Node.
    • readVersionId

      public String readVersionId() throws org.eclipse.milo.opcua.stack.core.UaException
      Description copied from interface: AudioVariableType
      Read the value of the VersionId Node from the server and update the local value if the operation succeeds.
      Specified by:
      readVersionId in interface AudioVariableType
      Returns:
      the String value read from the server.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.
    • writeVersionId

      public void writeVersionId(String value) throws org.eclipse.milo.opcua.stack.core.UaException
      Description copied from interface: AudioVariableType
      Write a new value for the VersionId Node to the server and update the local value if the operation succeeds.
      Specified by:
      writeVersionId in interface AudioVariableType
      Parameters:
      value - the String value to write to the server.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.
    • readVersionIdAsync

      public CompletableFuture<? extends String> readVersionIdAsync()
      Description copied from interface: AudioVariableType
      An asynchronous implementation of AudioVariableType.readVersionId().
      Specified by:
      readVersionIdAsync in interface AudioVariableType
      Returns:
      a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
    • writeVersionIdAsync

      public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeVersionIdAsync(String versionId)
      Description copied from interface: AudioVariableType
      An asynchronous implementation of AudioVariableType.writeVersionId(java.lang.String).
      Specified by:
      writeVersionIdAsync in interface AudioVariableType
      Returns:
      a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
    • getVersionIdNode

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

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

      Specified by:
      getVersionIdNode in interface AudioVariableType
      Returns:
      the VersionId 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.
    • getVersionIdNodeAsync

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