public class DeleteReferencesItem extends DynamicStructure
| Modifier and Type | Class and Description |
|---|---|
static class |
DeleteReferencesItem.Builder |
static class |
DeleteReferencesItem.Fields |
Structure.MapKind<T>UaNamespaceTranslateable.Context| Modifier and Type | Field and Description |
|---|---|
static StructureSpecification |
SPECIFICATION |
| Modifier | Constructor and Description |
|---|---|
|
DeleteReferencesItem() |
|
DeleteReferencesItem(NodeId f_sourceNodeId,
NodeId f_referenceTypeId,
Boolean f_isForward,
ExpandedNodeId f_targetNodeId,
Boolean f_deleteBidirectional) |
protected |
DeleteReferencesItem(UaDataTypeSpecification specification) |
| Modifier and Type | Method and Description |
|---|---|
static DeleteReferencesItem.Builder |
builder() |
DeleteReferencesItem |
clone()
Clones the Structure.
|
Boolean |
getDeleteBidirectional() |
Boolean |
getIsForward() |
NodeId |
getReferenceTypeId() |
NodeId |
getSourceNodeId() |
ExpandedNodeId |
getTargetNodeId() |
void |
setDeleteBidirectional(Boolean value) |
void |
setIsForward(Boolean value) |
void |
setReferenceTypeId(NodeId value) |
void |
setSourceNodeId(NodeId value) |
void |
setTargetNodeId(ExpandedNodeId value) |
DeleteReferencesItem.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 DeleteReferencesItem()
protected DeleteReferencesItem(UaDataTypeSpecification specification)
public DeleteReferencesItem(NodeId f_sourceNodeId, NodeId f_referenceTypeId, Boolean f_isForward, ExpandedNodeId f_targetNodeId, Boolean f_deleteBidirectional)
public NodeId getSourceNodeId()
public void setSourceNodeId(NodeId value)
public NodeId getReferenceTypeId()
public void setReferenceTypeId(NodeId value)
public Boolean getIsForward()
public void setIsForward(Boolean value)
public ExpandedNodeId getTargetNodeId()
public void setTargetNodeId(ExpandedNodeId value)
public Boolean getDeleteBidirectional()
public void setDeleteBidirectional(Boolean value)
public DeleteReferencesItem clone()
AbstractStructureCloneNotSupportedException
as all Structures must be cloneable.clone in interface Structureclone in class DynamicStructurepublic static DeleteReferencesItem.Builder builder()
public DeleteReferencesItem.Builder toBuilder()
Structure#getClass() as this one.toBuilder in interface StructuretoBuilder in class AbstractStructureCopyright © 2026. All rights reserved.