Uses of Class
org.apache.plc4x.java.opcua.readwrite.ExpandedNodeId
-
Packages that use ExpandedNodeId Package Description org.apache.plc4x.java.opcua.readwrite -
-
Uses of ExpandedNodeId in org.apache.plc4x.java.opcua.readwrite
Fields in org.apache.plc4x.java.opcua.readwrite declared as ExpandedNodeId Modifier and Type Field Description protected ExpandedNodeIdQueryDataSet. nodeIdprotected ExpandedNodeIdReferenceDescription. nodeIdprotected ExpandedNodeIdAddNodesItem. parentNodeIdprotected ExpandedNodeIdAddNodesItem. requestedNewNodeIdprotected ExpandedNodeIdBrowsePathTarget. targetIdprotected ExpandedNodeIdReferenceDescriptionDataType. targetNodeprotected ExpandedNodeIdReferenceListEntryDataType. targetNodeprotected ExpandedNodeIdAddReferencesItem. targetNodeIdprotected ExpandedNodeIdDeleteReferencesItem. targetNodeIdprotected ExpandedNodeIdAddNodesItem. typeDefinitionprotected ExpandedNodeIdReferenceDescription. typeDefinitionprotected ExpandedNodeIdNodeTypeDescription. typeDefinitionNodeprotected ExpandedNodeIdQueryDataSet. typeDefinitionNodeprotected ExpandedNodeIdExtensionObject. typeIdFields in org.apache.plc4x.java.opcua.readwrite with type parameters of type ExpandedNodeId Modifier and Type Field Description protected List<ExpandedNodeId>AliasNameDataType. referencedNodesprotected List<ExpandedNodeId>VariantExpandedNodeId. valueMethods in org.apache.plc4x.java.opcua.readwrite that return ExpandedNodeId Modifier and Type Method Description ExpandedNodeIdQueryDataSet. getNodeId()ExpandedNodeIdReferenceDescription. getNodeId()ExpandedNodeIdAddNodesItem. getParentNodeId()ExpandedNodeIdAddNodesItem. getRequestedNewNodeId()ExpandedNodeIdBrowsePathTarget. getTargetId()ExpandedNodeIdReferenceDescriptionDataType. getTargetNode()ExpandedNodeIdReferenceListEntryDataType. getTargetNode()ExpandedNodeIdAddReferencesItem. getTargetNodeId()ExpandedNodeIdDeleteReferencesItem. getTargetNodeId()ExpandedNodeIdAddNodesItem. getTypeDefinition()ExpandedNodeIdReferenceDescription. getTypeDefinition()ExpandedNodeIdNodeTypeDescription. getTypeDefinitionNode()ExpandedNodeIdQueryDataSet. getTypeDefinitionNode()ExpandedNodeIdExtensionObject. 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 ExpandedNodeId Modifier and Type Method Description List<ExpandedNodeId>AliasNameDataType. getReferencedNodes()List<ExpandedNodeId>VariantExpandedNodeId. getValue()Constructors in org.apache.plc4x.java.opcua.readwrite with parameters of type ExpandedNodeId Constructor Description AddNodesItem(ExpandedNodeId parentNodeId, NodeId referenceTypeId, ExpandedNodeId requestedNewNodeId, QualifiedName browseName, NodeClass nodeClass, ExtensionObject nodeAttributes, ExpandedNodeId typeDefinition)AddNodesItemBuilderImpl(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)AddReferencesItemBuilderImpl(NodeId sourceNodeId, NodeId referenceTypeId, boolean isForward, PascalString targetServerUri, ExpandedNodeId targetNodeId, NodeClass targetNodeClass)BrowsePathTarget(ExpandedNodeId targetId, long remainingPathIndex)BrowsePathTargetBuilderImpl(ExpandedNodeId targetId, long remainingPathIndex)DeleteReferencesItem(NodeId sourceNodeId, NodeId referenceTypeId, boolean isForward, ExpandedNodeId targetNodeId, boolean deleteBidirectional)DeleteReferencesItemBuilderImpl(NodeId sourceNodeId, NodeId referenceTypeId, boolean isForward, ExpandedNodeId targetNodeId, boolean deleteBidirectional)ExtensionObject(ExpandedNodeId typeId, ExtensionObjectEncodingMask encodingMask, ExtensionObjectDefinition body)NodeTypeDescription(ExpandedNodeId typeDefinitionNode, boolean includeSubTypes, int noOfDataToReturn, List<ExtensionObjectDefinition> dataToReturn)NodeTypeDescriptionBuilderImpl(ExpandedNodeId typeDefinitionNode, boolean includeSubTypes, int noOfDataToReturn, List<ExtensionObjectDefinition> dataToReturn)QueryDataSet(ExpandedNodeId nodeId, ExpandedNodeId typeDefinitionNode, int noOfValues, List<Variant> values)QueryDataSetBuilderImpl(ExpandedNodeId nodeId, ExpandedNodeId typeDefinitionNode, int noOfValues, List<Variant> values)ReferenceDescription(NodeId referenceTypeId, boolean isForward, ExpandedNodeId nodeId, QualifiedName browseName, LocalizedText displayName, NodeClass nodeClass, ExpandedNodeId typeDefinition)ReferenceDescriptionBuilderImpl(NodeId referenceTypeId, boolean isForward, ExpandedNodeId nodeId, QualifiedName browseName, LocalizedText displayName, NodeClass nodeClass, ExpandedNodeId typeDefinition)ReferenceDescriptionDataType(NodeId sourceNode, NodeId referenceType, boolean isForward, ExpandedNodeId targetNode)ReferenceDescriptionDataTypeBuilderImpl(NodeId sourceNode, NodeId referenceType, boolean isForward, ExpandedNodeId targetNode)ReferenceListEntryDataType(NodeId referenceType, boolean isForward, ExpandedNodeId targetNode)ReferenceListEntryDataTypeBuilderImpl(NodeId referenceType, boolean isForward, ExpandedNodeId targetNode)Constructor parameters in org.apache.plc4x.java.opcua.readwrite with type arguments of type ExpandedNodeId Constructor Description AliasNameDataType(QualifiedName aliasName, int noOfReferencedNodes, List<ExpandedNodeId> referencedNodes)AliasNameDataTypeBuilderImpl(QualifiedName aliasName, int noOfReferencedNodes, List<ExpandedNodeId> referencedNodes)VariantExpandedNodeIdBuilderImpl(Integer arrayLength, List<ExpandedNodeId> value)
-