| Package | Description |
|---|---|
| com.prosysopc.ua |
Common classes for client and server side.
|
| com.prosysopc.ua.nodes |
Common
UaNode model. |
| com.prosysopc.ua.pubsub |
PubSub (Part 14 of the OPC UA Specification) related implementations.
|
| com.prosysopc.ua.server.instantiation |
Classes the SDK uses internally for building UaNode instances based on address space.
|
| com.prosysopc.ua.stack.builtintypes |
OPC UA Part 6 defines 25 builtin types.
|
| Modifier and Type | Field and Description |
|---|---|
static UaNodeSet.NodeData.Attribute<UaQualifiedName> |
UaNodeSet.NodeData.Attribute.BROWSE_NAME |
List<UaQualifiedName> |
UaRelativeNamePath.elements |
| Modifier and Type | Method and Description |
|---|---|
static UaQualifiedName[] |
UaQualifiedName.arrayFrom(QualifiedName[] qualifiedNames,
NamespaceTable namespaceTable)
Converts an array of
QualifiedName to an array ofUaQualifiedName in the context
of the given NamespaceTable. |
static UaQualifiedName |
UaQualifiedName.from(QualifiedName qualifiedName,
NamespaceTable namespaceTable)
|
static UaQualifiedName |
UaQualifiedName.from(String namespaceUri,
String name)
Creates an UaQualifiedName with the given NamespaceUri and name parts.
|
static UaQualifiedName |
UaQualifiedName.from(UaNamespace namespace,
String name)
Creates an UaQualifiedName with the given namespace and name parts.
|
UaQualifiedName |
UaNodeSet.NodeData.getBrowseName() |
UaQualifiedName |
InternalUaNodeParameters.getBrowseName() |
UaQualifiedName |
UaRelativePathElement.getTargetName() |
UaQualifiedName |
UaRelativePathElement.Builder.getTargetName() |
static UaQualifiedName |
UaQualifiedName.parse(String encodedUaQualifiedName)
Returns
UaQualifiedName that matches the given encoded from that was previously
returned by toString(). |
static UaQualifiedName |
UaQualifiedName.standard(String name)
Creates a new UaQualifiedName for a name in the OPC UA Standard namepsace.
|
UaQualifiedName |
UaQualifiedName.withTranslatedNamespaces(UaNamespaceTranslateable.Context context) |
| Modifier and Type | Method and Description |
|---|---|
List<UaQualifiedName> |
UaRelativeNamePath.getElements() |
| Modifier and Type | Method and Description |
|---|---|
int |
UaQualifiedName.compareTo(UaQualifiedName other) |
static UaBrowseNamePath |
UaBrowseNamePath.from(ExpandedNodeId startingNode,
UaQualifiedName... pathElements) |
static UaBrowseNamePath |
UaBrowseNamePath.from(UaNodeId startingNode,
UaQualifiedName... pathElements) |
static UaRelativeNamePath |
UaRelativeNamePath.from(UaQualifiedName... elements)
Create a
UaRelativeNamePath from the given UaQualifiedName elements. |
UaRelativePathElement.Builder |
UaRelativePathElement.Builder.setTargetName(UaQualifiedName targetName) |
| Constructor and Description |
|---|
InternalUaNodeParameters(UaAddressSpace addressSpace,
UaNodeId nodeId,
UaQualifiedName browseName,
LocalizedText localizedText)
Creates new instance.
|
| Modifier and Type | Method and Description |
|---|---|
UaQualifiedName |
UaNode.Parameters.getBrowseName()
The BrowseName of the node.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<UaQualifiedName,Object> |
PubSubPublishedVariableConf.Builder.metaDataPropertyMap |
static PubSubConfMapFieldSpecification<UaQualifiedName,Object> |
PubSubPublishedVariableConf.Fields.MetaDataPropertyMap |
protected Map<UaQualifiedName,Object> |
PubSubFieldMetaDataConf.Builder.properties |
static PubSubConfMapFieldSpecification<UaQualifiedName,Object> |
PubSubFieldMetaDataConf.Fields.Properties |
| Modifier and Type | Method and Description |
|---|---|
Map<UaQualifiedName,Object> |
PubSubPublishedVariableConf.getMetaDataPropertyMap() |
Map<UaQualifiedName,Object> |
PubSubPublishedVariableConf.Builder.getMetaDataPropertyMap() |
Map<UaQualifiedName,Object> |
PubSubFieldMetaDataConf.getProperties() |
Map<UaQualifiedName,Object> |
PubSubFieldMetaDataConf.Builder.getProperties() |
| Modifier and Type | Method and Description |
|---|---|
PubSubPublishedVariableConf.Builder |
PubSubPublishedVariableConf.Builder.putMetaDataPropertyMap(UaQualifiedName key,
Object value)
Puts the key-value pair for
PubSubPublishedVariableConf.getMetaDataPropertyMap(). |
PubSubFieldMetaDataConf.Builder |
PubSubFieldMetaDataConf.Builder.putProperties(UaQualifiedName key,
Object value)
Puts the key-value pair for
PubSubFieldMetaDataConf.getProperties(). |
| Modifier and Type | Method and Description |
|---|---|
TypeDefinitionBasedNodeBuilderConfiguration.Builder |
TypeDefinitionBasedNodeBuilderConfiguration.Builder.addOptional(UaQualifiedName browseName)
Mark optional nodes to be instantiated.
|
| Modifier and Type | Method and Description |
|---|---|
static QualifiedName[] |
QualifiedName.arrayFrom(UaQualifiedName[] qualifiedNames,
NamespaceTable namespaceTable)
Converts an array of
UaQualifiedName to an array ofQualifiedName in the context
of the given NamespaceTable. |
static QualifiedName |
QualifiedName.from(UaQualifiedName qualifiedName,
NamespaceTable namespaceTable)
|
Copyright © 2026. All rights reserved.