See: Description
| Interface | Description |
|---|---|
| Enumeration |
Interface for all UA Enumerations DataTypes.
|
| Enumeration.Builder |
Builder for making Enumerations dynamically.
|
| ServiceRequest<T extends ServiceResponse> |
Super interface for all service requests messages.
|
| ServiceResponse |
Super interface for all service response messages.
|
| Structure |
Interface for all Complex DataTypes of OPC UA, i.e.
|
| Structure.Builder |
Base interface for all Builders of all Structures.
|
| Class | Description |
|---|---|
| BuiltinsMap |
Contains internal mappings.
|
| ByteString |
This primitive DataType specifies an immutable ByteString, similar as String but for bytes.
|
| DataValue |
DataValue class.
|
| DateTime |
OPC UA DateTime.
|
| DiagnosticInfo |
DiagnosticInfo class.
|
| ExpandedNodeId |
A NodeId that allows the NamespaceUri to be specified explicitly instead of NamespaceIndex.
|
| ExtensionObject |
Extension object contains a
Structure which is either XML or binary encoded. |
| InternalNodeIdUtilAccessor |
Internal utils, shall only be subtyped by SDK classes.
|
| LocalizedText |
OPC UA LocalizedText DataType.
|
| LocalizedText.Builder |
Builder for
LocalizedText. |
| NodeId |
An identifier of a node in the address space of an OPC UA server.
|
| QualifiedName |
A name qualified by a namespace.
|
| ServiceResult |
ServiceResult class.
|
| StatusCode |
A numeric identifier for a error or condition that is associated with a value or an operation.
|
| Structure.MapKind<T> |
Marker for different kinds of maps for
Structure.toMap(MapKind). |
| UnsignedByte |
UnsignedByte represents an integer number value between 0 ..
|
| UnsignedInteger |
Unsigned Integer represents an integer number value between 0 ..
|
| UnsignedLong |
Unsigned Long represents an integer number value between 0 ..
|
| UnsignedShort |
UnsignedShort represents an integer number value between 0 ..
|
| Variant |
Variant wraps an arbitrary builtin variable, an array of builtin variables or a multi-dimension
array of builtin variable.
|
| XmlElement |
An XML element is a container for XML DOM documents.
|
| ID | Name | Java Class | Notes |
|---|---|---|---|
| 1 | Boolean | java.lang.Boolean | |
| 2 | SByte | java.lang.Byte | |
| 3 | Byte | org.opcfoundation.ua.builtintypes.UnsignedByte | |
| 4 | Int16 | java.lang.Short | |
| 5 | UInt16 | org.opcfoundation.ua.builtintypes.UnsignedShort | |
| 6 | Int32 | java.lang.Integer | |
| 7 | UInt32 | org.opcfoundation.ua.builtintypes.UnsignedInteger | |
| 8 | Int64 | java.lang.Long | |
| 9 | UInt64 | org.opcfoundation.ua.builtintypes.UnsignedLong | |
| 10 | Float | java.lang.Float | |
| 11 | Double | java.lang.Double | |
| 12 | String | java.lang.String | |
| 13 | DateTime | org.opcfoundation.ua.builtintypes.DateTime | |
| 14 | Guid | java.util.UUID | |
| 15 | ByteString | org.opcfoundation.ua.builtintypes.ByteString | |
| 16 | XmlElement | org.opcfoundation.ua.builtintypes.XmlElement | |
| 17 | NodeId | org.opcfoundation.ua.builtintypes.NodeId | |
| 18 | ExpandedNodeId | org.opcfoundation.ua.builtintypes.ExpandedNodeId | |
| 19 | StatusCode | org.opcfoundation.ua.builtintypes.StatusCode | |
| 20 | QualifiedName | org.opcfoundation.ua.builtintypes.QualifiedName | |
| 21 | LocalizedText | org.opcfoundation.ua.builtintypes.LocalizedText | |
| 22 | ExtensionObject | org.opcfoundation.ua.builtintypes.ExtensionObject | |
| 23 | DataValue | org.opcfoundation.ua.builtintypes.DataValue | |
| 24 | Variant | org.opcfoundation.ua.builtintypes.Variant | |
| 25 | DiagnosticInfo | org.opcfoundation.ua.builtintypes.DiagnosticInfo |
Copyright © 2026. All rights reserved.