public static class RelativePathElement.Builder extends DynamicStructure.Builder
| Modifier | Constructor and Description |
|---|---|
protected |
Builder(UaDataTypeSpecification specification,
Supplier<? extends Structure> emptyInstanceSupplier) |
| Modifier and Type | Method and Description |
|---|---|
RelativePathElement |
build()
Builds a Structure with the given data.
|
Boolean |
getIncludeSubtypes() |
Boolean |
getIsInverse() |
NodeId |
getReferenceTypeId() |
QualifiedName |
getTargetName() |
RelativePathElement.Builder |
setIncludeSubtypes(Boolean value) |
RelativePathElement.Builder |
setIsInverse(Boolean value) |
RelativePathElement.Builder |
setReferenceTypeId(NodeId value) |
RelativePathElement.Builder |
setTargetName(QualifiedName value) |
protected Builder(UaDataTypeSpecification specification, Supplier<? extends Structure> emptyInstanceSupplier)
public NodeId getReferenceTypeId()
public RelativePathElement.Builder setReferenceTypeId(NodeId value)
public Boolean getIsInverse()
public RelativePathElement.Builder setIsInverse(Boolean value)
public Boolean getIncludeSubtypes()
public RelativePathElement.Builder setIncludeSubtypes(Boolean value)
public QualifiedName getTargetName()
public RelativePathElement.Builder setTargetName(QualifiedName value)
public RelativePathElement build()
Structure.Builderbuild in interface Structure.Builderbuild in class DynamicStructure.BuilderCopyright © 2026. All rights reserved.