public static class PortableNodeId.Builder extends DynamicStructure.Builder
| Modifier | Constructor and Description |
|---|---|
protected |
Builder(UaDataTypeSpecification specification,
Supplier<? extends Structure> emptyInstanceSupplier) |
| Modifier and Type | Method and Description |
|---|---|
PortableNodeId |
build()
Builds a Structure with the given data.
|
NodeId |
getIdentifier() |
String |
getNamespaceUri() |
PortableNodeId.Builder |
setIdentifier(NodeId value) |
PortableNodeId.Builder |
setNamespaceUri(String value) |
protected Builder(UaDataTypeSpecification specification, Supplier<? extends Structure> emptyInstanceSupplier)
public String getNamespaceUri()
public PortableNodeId.Builder setNamespaceUri(String value)
public NodeId getIdentifier()
public PortableNodeId.Builder setIdentifier(NodeId value)
public PortableNodeId build()
Structure.Builderbuild in interface Structure.Builderbuild in class DynamicStructure.BuilderCopyright © 2026. All rights reserved.