Uses of Class
org.apache.plc4x.java.opcua.readwrite.ExpandedNodeId
Packages that use ExpandedNodeId
-
Uses of ExpandedNodeId in org.apache.plc4x.java.opcua.readwrite
Fields in org.apache.plc4x.java.opcua.readwrite declared as ExpandedNodeIdModifier and TypeFieldDescriptionprotected final ExpandedNodeIdQueryDataSet.nodeIdprotected final ExpandedNodeIdReferenceDescription.nodeIdprotected final ExpandedNodeIdAddNodesItem.parentNodeIdprotected final ExpandedNodeIdAddNodesItem.requestedNewNodeIdprotected final ExpandedNodeIdBrowsePathTarget.targetIdprotected final ExpandedNodeIdReferenceNode.targetIdprotected final ExpandedNodeIdAddReferencesItem.targetNodeIdprotected final ExpandedNodeIdDeleteReferencesItem.targetNodeIdprotected final ExpandedNodeIdAddNodesItem.typeDefinitionprotected final ExpandedNodeIdReferenceDescription.typeDefinitionprotected final ExpandedNodeIdNodeTypeDescription.typeDefinitionNodeprotected final ExpandedNodeIdQueryDataSet.typeDefinitionNodeprotected final ExpandedNodeIdExtensionObject.typeIdFields in org.apache.plc4x.java.opcua.readwrite with type parameters of type ExpandedNodeIdModifier and TypeFieldDescriptionprotected final List<ExpandedNodeId>AliasNameDataType.referencedNodesprotected final List<ExpandedNodeId>VariantExpandedNodeId.valueMethods in org.apache.plc4x.java.opcua.readwrite that return ExpandedNodeIdModifier and TypeMethodDescriptionQueryDataSet.getNodeId()ReferenceDescription.getNodeId()AddNodesItem.getParentNodeId()AddNodesItem.getRequestedNewNodeId()BrowsePathTarget.getTargetId()ReferenceNode.getTargetId()AddReferencesItem.getTargetNodeId()DeleteReferencesItem.getTargetNodeId()AddNodesItem.getTypeDefinition()ReferenceDescription.getTypeDefinition()NodeTypeDescription.getTypeDefinitionNode()QueryDataSet.getTypeDefinitionNode()ExtensionObject.getTypeId()static ExpandedNodeIdExpandedNodeId.staticParse(ReadBuffer readBuffer) static ExpandedNodeIdExpandedNodeId.staticParse(ReadBuffer readBuffer, Object... args) Methods in org.apache.plc4x.java.opcua.readwrite that return types with arguments of type ExpandedNodeIdModifier and TypeMethodDescriptionAliasNameDataType.getReferencedNodes()VariantExpandedNodeId.getValue()Constructors in org.apache.plc4x.java.opcua.readwrite with parameters of type ExpandedNodeIdModifierConstructorDescriptionAddNodesItem(ExpandedNodeId parentNodeId, NodeId referenceTypeId, ExpandedNodeId requestedNewNodeId, QualifiedName browseName, NodeClass nodeClass, ExtensionObject nodeAttributes, ExpandedNodeId typeDefinition) AddNodesItemBuilder(ExpandedNodeId parentNodeId, NodeId referenceTypeId, ExpandedNodeId requestedNewNodeId, QualifiedName browseName, NodeClass nodeClass, ExtensionObject nodeAttributes, ExpandedNodeId typeDefinition) AddReferencesItem(NodeId sourceNodeId, NodeId referenceTypeId, boolean isForward, PascalString targetServerUri, ExpandedNodeId targetNodeId, NodeClass targetNodeClass) AddReferencesItemBuilder(NodeId sourceNodeId, NodeId referenceTypeId, boolean isForward, PascalString targetServerUri, ExpandedNodeId targetNodeId, NodeClass targetNodeClass, Short reservedField0) BrowsePathTarget(ExpandedNodeId targetId, long remainingPathIndex) BrowsePathTargetBuilder(ExpandedNodeId targetId, long remainingPathIndex) DeleteReferencesItem(NodeId sourceNodeId, NodeId referenceTypeId, boolean isForward, ExpandedNodeId targetNodeId, boolean deleteBidirectional) DeleteReferencesItemBuilder(NodeId sourceNodeId, NodeId referenceTypeId, boolean isForward, ExpandedNodeId targetNodeId, boolean deleteBidirectional, Short reservedField0, Short reservedField1) ExtensionObject(ExpandedNodeId typeId, ExtensionObjectEncodingMask encodingMask, ExtensionObjectDefinition body, Boolean includeEncodingMask) NodeTypeDescription(ExpandedNodeId typeDefinitionNode, boolean includeSubTypes, int noOfDataToReturn, List<ExtensionObjectDefinition> dataToReturn) NodeTypeDescriptionBuilder(ExpandedNodeId typeDefinitionNode, boolean includeSubTypes, int noOfDataToReturn, List<ExtensionObjectDefinition> dataToReturn, Short reservedField0) QueryDataSet(ExpandedNodeId nodeId, ExpandedNodeId typeDefinitionNode, int noOfValues, List<Variant> values) QueryDataSetBuilder(ExpandedNodeId nodeId, ExpandedNodeId typeDefinitionNode, int noOfValues, List<Variant> values) ReferenceDescription(NodeId referenceTypeId, boolean isForward, ExpandedNodeId nodeId, QualifiedName browseName, LocalizedText displayName, NodeClass nodeClass, ExpandedNodeId typeDefinition) ReferenceDescriptionBuilder(NodeId referenceTypeId, boolean isForward, ExpandedNodeId nodeId, QualifiedName browseName, LocalizedText displayName, NodeClass nodeClass, ExpandedNodeId typeDefinition, Short reservedField0) ReferenceNode(NodeId referenceTypeId, boolean isInverse, ExpandedNodeId targetId) ReferenceNodeBuilder(NodeId referenceTypeId, boolean isInverse, ExpandedNodeId targetId, Short reservedField0) Constructor parameters in org.apache.plc4x.java.opcua.readwrite with type arguments of type ExpandedNodeIdModifierConstructorDescriptionAliasNameDataType(QualifiedName aliasName, int noOfReferencedNodes, List<ExpandedNodeId> referencedNodes) AliasNameDataTypeBuilder(QualifiedName aliasName, int noOfReferencedNodes, List<ExpandedNodeId> referencedNodes) VariantExpandedNodeIdBuilder(Integer arrayLength, List<ExpandedNodeId> value)