public class PortableNodeId extends DynamicStructure
| Modifier and Type | Class and Description |
|---|---|
static class |
PortableNodeId.Builder |
static class |
PortableNodeId.Fields |
Structure.MapKind<T>UaNamespaceTranslateable.Context| Modifier and Type | Field and Description |
|---|---|
static StructureSpecification |
SPECIFICATION |
| Modifier | Constructor and Description |
|---|---|
|
PortableNodeId() |
|
PortableNodeId(String f_namespaceUri,
NodeId f_identifier) |
protected |
PortableNodeId(UaDataTypeSpecification specification) |
| Modifier and Type | Method and Description |
|---|---|
static PortableNodeId.Builder |
builder() |
PortableNodeId |
clone()
Clones the Structure.
|
NodeId |
getIdentifier() |
String |
getNamespaceUri() |
void |
setIdentifier(NodeId value) |
void |
setNamespaceUri(String value) |
PortableNodeId.Builder |
toBuilder()
Returns a builder with the data of this Structure pre-set.
|
builderclear, equals, forEachField, forEachField, get, get, hashCode, indexGet, indexSet, set, set, specification, toFieldNamesMap, toFieldNamesMap, toFieldsMap, toFieldsMap, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitreduceFields, reduceFields, toMap, withTranslatedNamespacespublic static final StructureSpecification SPECIFICATION
public PortableNodeId()
protected PortableNodeId(UaDataTypeSpecification specification)
public String getNamespaceUri()
public void setNamespaceUri(String value)
public NodeId getIdentifier()
public void setIdentifier(NodeId value)
public PortableNodeId clone()
AbstractStructureCloneNotSupportedException
as all Structures must be cloneable.clone in interface Structureclone in class DynamicStructurepublic static PortableNodeId.Builder builder()
public PortableNodeId.Builder toBuilder()
Structure#getClass() as this one.toBuilder in interface StructuretoBuilder in class AbstractStructureCopyright © 2026. All rights reserved.