public class InstanceNode extends Node implements UaStructure
| Modifier and Type | Class and Description |
|---|---|
static class |
InstanceNode.Codec |
| Modifier and Type | Field and Description |
|---|---|
static ExpandedNodeId |
BINARY_ENCODING_ID |
static ExpandedNodeId |
TYPE_ID |
static ExpandedNodeId |
XML_ENCODING_ID |
| Constructor and Description |
|---|
InstanceNode(NodeId nodeId,
NodeClass nodeClass,
QualifiedName browseName,
LocalizedText displayName,
LocalizedText description,
UInteger writeMask,
UInteger userWriteMask,
ReferenceNode[] references) |
| Modifier and Type | Method and Description |
|---|---|
ExpandedNodeId |
getBinaryEncodingId() |
ExpandedNodeId |
getTypeId() |
ExpandedNodeId |
getXmlEncodingId() |
getBrowseName, getDescription, getDisplayName, getNodeClass, getNodeId, getReferences, getUserWriteMask, getWriteMaskpublic static final ExpandedNodeId TYPE_ID
public static final ExpandedNodeId BINARY_ENCODING_ID
public static final ExpandedNodeId XML_ENCODING_ID
public InstanceNode(NodeId nodeId, NodeClass nodeClass, QualifiedName browseName, LocalizedText displayName, LocalizedText description, UInteger writeMask, UInteger userWriteMask, ReferenceNode[] references)
public ExpandedNodeId getTypeId()
getTypeId in interface UaStructuregetTypeId in class Nodepublic ExpandedNodeId getBinaryEncodingId()
getBinaryEncodingId in interface UaStructuregetBinaryEncodingId in class Nodepublic ExpandedNodeId getXmlEncodingId()
getXmlEncodingId in interface UaStructuregetXmlEncodingId in class NodeCopyright © 2025. All rights reserved.