public class RelativePathElement extends DynamicStructure
| Modifier and Type | Class and Description |
|---|---|
static class |
RelativePathElement.Builder |
static class |
RelativePathElement.Fields |
Structure.MapKind<T>UaNamespaceTranslateable.Context| Modifier and Type | Field and Description |
|---|---|
static StructureSpecification |
SPECIFICATION |
| Modifier | Constructor and Description |
|---|---|
|
RelativePathElement() |
|
RelativePathElement(NodeId f_referenceTypeId,
Boolean f_isInverse,
Boolean f_includeSubtypes,
QualifiedName f_targetName) |
protected |
RelativePathElement(UaDataTypeSpecification specification) |
| Modifier and Type | Method and Description |
|---|---|
static RelativePathElement.Builder |
builder() |
RelativePathElement |
clone()
Clones the Structure.
|
Boolean |
getIncludeSubtypes() |
Boolean |
getIsInverse() |
NodeId |
getReferenceTypeId() |
QualifiedName |
getTargetName() |
void |
setIncludeSubtypes(Boolean value) |
void |
setIsInverse(Boolean value) |
void |
setReferenceTypeId(NodeId value) |
void |
setTargetName(QualifiedName value) |
RelativePathElement.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 RelativePathElement()
protected RelativePathElement(UaDataTypeSpecification specification)
public RelativePathElement(NodeId f_referenceTypeId, Boolean f_isInverse, Boolean f_includeSubtypes, QualifiedName f_targetName)
public NodeId getReferenceTypeId()
public void setReferenceTypeId(NodeId value)
public Boolean getIsInverse()
public void setIsInverse(Boolean value)
public Boolean getIncludeSubtypes()
public void setIncludeSubtypes(Boolean value)
public QualifiedName getTargetName()
public void setTargetName(QualifiedName value)
public RelativePathElement clone()
AbstractStructureCloneNotSupportedException
as all Structures must be cloneable.clone in interface Structureclone in class DynamicStructurepublic static RelativePathElement.Builder builder()
public RelativePathElement.Builder toBuilder()
Structure#getClass() as this one.toBuilder in interface StructuretoBuilder in class AbstractStructureCopyright © 2026. All rights reserved.