public class BrowseDescription extends DynamicStructure
| Modifier and Type | Class and Description |
|---|---|
static class |
BrowseDescription.Builder |
static class |
BrowseDescription.Fields |
Structure.MapKind<T>UaNamespaceTranslateable.Context| Modifier and Type | Field and Description |
|---|---|
static StructureSpecification |
SPECIFICATION |
| Modifier | Constructor and Description |
|---|---|
|
BrowseDescription() |
|
BrowseDescription(NodeId f_nodeId,
BrowseDirection f_browseDirection,
NodeId f_referenceTypeId,
Boolean f_includeSubtypes,
UnsignedInteger f_nodeClassMask,
UnsignedInteger f_resultMask) |
protected |
BrowseDescription(UaDataTypeSpecification specification) |
| Modifier and Type | Method and Description |
|---|---|
static BrowseDescription.Builder |
builder() |
BrowseDescription |
clone()
Clones the Structure.
|
BrowseDirection |
getBrowseDirection() |
Boolean |
getIncludeSubtypes() |
UnsignedInteger |
getNodeClassMask() |
NodeId |
getNodeId() |
NodeId |
getReferenceTypeId() |
UnsignedInteger |
getResultMask() |
void |
setBrowseDirection(BrowseDirection value) |
void |
setIncludeSubtypes(Boolean value) |
void |
setNodeClassMask(UnsignedInteger value) |
void |
setNodeId(NodeId value) |
void |
setReferenceTypeId(NodeId value) |
void |
setResultMask(UnsignedInteger value) |
BrowseDescription.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 BrowseDescription()
protected BrowseDescription(UaDataTypeSpecification specification)
public BrowseDescription(NodeId f_nodeId, BrowseDirection f_browseDirection, NodeId f_referenceTypeId, Boolean f_includeSubtypes, UnsignedInteger f_nodeClassMask, UnsignedInteger f_resultMask)
public NodeId getNodeId()
public void setNodeId(NodeId value)
public BrowseDirection getBrowseDirection()
public void setBrowseDirection(BrowseDirection value)
public NodeId getReferenceTypeId()
public void setReferenceTypeId(NodeId value)
public Boolean getIncludeSubtypes()
public void setIncludeSubtypes(Boolean value)
public UnsignedInteger getNodeClassMask()
public void setNodeClassMask(UnsignedInteger value)
public UnsignedInteger getResultMask()
public void setResultMask(UnsignedInteger value)
public BrowseDescription clone()
AbstractStructureCloneNotSupportedException
as all Structures must be cloneable.clone in interface Structureclone in class DynamicStructurepublic static BrowseDescription.Builder builder()
public BrowseDescription.Builder toBuilder()
Structure#getClass() as this one.toBuilder in interface StructuretoBuilder in class AbstractStructureCopyright © 2026. All rights reserved.