public class PortableQualifiedName extends DynamicStructure
| Modifier and Type | Class and Description |
|---|---|
static class |
PortableQualifiedName.Builder |
static class |
PortableQualifiedName.Fields |
Structure.MapKind<T>UaNamespaceTranslateable.Context| Modifier and Type | Field and Description |
|---|---|
static StructureSpecification |
SPECIFICATION |
| Modifier | Constructor and Description |
|---|---|
|
PortableQualifiedName() |
|
PortableQualifiedName(String f_namespaceUri,
String f_name) |
protected |
PortableQualifiedName(UaDataTypeSpecification specification) |
| Modifier and Type | Method and Description |
|---|---|
static PortableQualifiedName.Builder |
builder() |
PortableQualifiedName |
clone()
Clones the Structure.
|
String |
getName() |
String |
getNamespaceUri() |
void |
setName(String value) |
void |
setNamespaceUri(String value) |
PortableQualifiedName.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 PortableQualifiedName()
protected PortableQualifiedName(UaDataTypeSpecification specification)
public String getNamespaceUri()
public void setNamespaceUri(String value)
public String getName()
public void setName(String value)
public PortableQualifiedName clone()
AbstractStructureCloneNotSupportedException
as all Structures must be cloneable.clone in interface Structureclone in class DynamicStructurepublic static PortableQualifiedName.Builder builder()
public PortableQualifiedName.Builder toBuilder()
Structure#getClass() as this one.toBuilder in interface StructuretoBuilder in class AbstractStructureCopyright © 2026. All rights reserved.