public class AddNodesItem extends DynamicStructure
| Modifier and Type | Class and Description |
|---|---|
static class |
AddNodesItem.Builder |
static class |
AddNodesItem.Fields |
Structure.MapKind<T>UaNamespaceTranslateable.Context| Modifier and Type | Field and Description |
|---|---|
static StructureSpecification |
SPECIFICATION |
| Modifier | Constructor and Description |
|---|---|
|
AddNodesItem() |
|
AddNodesItem(ExpandedNodeId f_parentNodeId,
NodeId f_referenceTypeId,
ExpandedNodeId f_requestedNewNodeId,
QualifiedName f_browseName,
NodeClass f_nodeClass,
Structure f_nodeAttributes,
ExpandedNodeId f_typeDefinition) |
protected |
AddNodesItem(UaDataTypeSpecification specification) |
| Modifier and Type | Method and Description |
|---|---|
static AddNodesItem.Builder |
builder() |
AddNodesItem |
clone()
Clones the Structure.
|
QualifiedName |
getBrowseName() |
Structure |
getNodeAttributes() |
NodeClass |
getNodeClass() |
ExpandedNodeId |
getParentNodeId() |
NodeId |
getReferenceTypeId() |
ExpandedNodeId |
getRequestedNewNodeId() |
ExpandedNodeId |
getTypeDefinition() |
void |
setBrowseName(QualifiedName value) |
void |
setNodeAttributes(Structure value) |
void |
setNodeClass(NodeClass value) |
void |
setParentNodeId(ExpandedNodeId value) |
void |
setReferenceTypeId(NodeId value) |
void |
setRequestedNewNodeId(ExpandedNodeId value) |
void |
setTypeDefinition(ExpandedNodeId value) |
AddNodesItem.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 AddNodesItem()
protected AddNodesItem(UaDataTypeSpecification specification)
public AddNodesItem(ExpandedNodeId f_parentNodeId, NodeId f_referenceTypeId, ExpandedNodeId f_requestedNewNodeId, QualifiedName f_browseName, NodeClass f_nodeClass, Structure f_nodeAttributes, ExpandedNodeId f_typeDefinition)
public ExpandedNodeId getParentNodeId()
public void setParentNodeId(ExpandedNodeId value)
public NodeId getReferenceTypeId()
public void setReferenceTypeId(NodeId value)
public ExpandedNodeId getRequestedNewNodeId()
public void setRequestedNewNodeId(ExpandedNodeId value)
public QualifiedName getBrowseName()
public void setBrowseName(QualifiedName value)
public NodeClass getNodeClass()
public void setNodeClass(NodeClass value)
public Structure getNodeAttributes()
public void setNodeAttributes(Structure value)
public ExpandedNodeId getTypeDefinition()
public void setTypeDefinition(ExpandedNodeId value)
public AddNodesItem clone()
AbstractStructureCloneNotSupportedException
as all Structures must be cloneable.clone in interface Structureclone in class DynamicStructurepublic static AddNodesItem.Builder builder()
public AddNodesItem.Builder toBuilder()
Structure#getClass() as this one.toBuilder in interface StructuretoBuilder in class AbstractStructureCopyright © 2026. All rights reserved.