Uses of Class
org.opcfoundation.ua.builtintypes.ExpandedNodeId

Packages that use ExpandedNodeId
org.opcfoundation.ua.builtintypes OPC UA Part 6 defines 25 builtin types. 
org.opcfoundation.ua.common This package contains common and shared classes 
org.opcfoundation.ua.core All the code in this package are codegenerated. 
org.opcfoundation.ua.encoding This folder contains serialization interfaces and serialization implementations 
org.opcfoundation.ua.encoding.binary The implementation of binary serialization 
org.opcfoundation.ua.encoding.utils Utility classes for encoding 
org.opcfoundation.ua.encoding.xml The implementation of xml serialization. 
 

Uses of ExpandedNodeId in org.opcfoundation.ua.builtintypes
 

Fields in org.opcfoundation.ua.builtintypes declared as ExpandedNodeId
static ExpandedNodeId ExpandedNodeId.NULL
          Constant NULL
static ExpandedNodeId ExpandedNodeId.NULL_GUID
          Constant NULL_GUID
static ExpandedNodeId ExpandedNodeId.NULL_NUMERIC
          Considered null node id
static ExpandedNodeId ExpandedNodeId.NULL_OPAQUE
          Constant NULL_OPAQUE
static ExpandedNodeId ExpandedNodeId.NULL_STRING
          Constant NULL_STRING
 

Methods in org.opcfoundation.ua.builtintypes that return ExpandedNodeId
 ExpandedNodeId Structure.getBinaryEncodeId()
          getBinaryEncodeId.
 ExpandedNodeId Structure.getTypeId()
          getTypeId.
 ExpandedNodeId ExtensionObject.getTypeId()
          Getter for the field typeId.
 ExpandedNodeId Structure.getXmlEncodeId()
          getXmlEncodeId.
static ExpandedNodeId ExpandedNodeId.parseExpandedNodeId(String s)
          parseExpandedNodeId.
 

Methods in org.opcfoundation.ua.builtintypes with parameters of type ExpandedNodeId
 int ExpandedNodeId.compareTo(ExpandedNodeId other)
          
static NodeReference NodeReference.createFromNodeId(ExpandedNodeId nodeId, NamespaceTable namespaceTable, ServerTable serverTable)
          Bind node id, namespace and server url
static boolean ExpandedNodeId.isNull(ExpandedNodeId nodeId)
          Check if nodeId is null or a NullNodeId.
 

Constructors in org.opcfoundation.ua.builtintypes with parameters of type ExpandedNodeId
ExtensionObject(ExpandedNodeId typeId)
          Constructor for ExtensionObject.
ExtensionObject(ExpandedNodeId typeId, byte[] object)
          Constructor for ExtensionObject.
ExtensionObject(ExpandedNodeId typeId, XmlElement object)
          Constructor for ExtensionObject.
 

Uses of ExpandedNodeId in org.opcfoundation.ua.common
 

Methods in org.opcfoundation.ua.common that return ExpandedNodeId
 ExpandedNodeId NamespaceTable.toExpandedNodeId(NodeId nodeId)
          Convert the nodeId to an ExpandedNodeId using the namespaceUris of the table
 

Methods in org.opcfoundation.ua.common with parameters of type ExpandedNodeId
 boolean NamespaceTable.namespaceEquals(ExpandedNodeId expandedNodeId1, ExpandedNodeId expandedNodeId2)
          Check if the node IDs refer to the same name space.
 boolean NamespaceTable.namespaceEquals(NodeId nodeId, ExpandedNodeId expandedNodeId)
          Check if the node IDs refer to the same name space.
 boolean NamespaceTable.nodeIdEquals(ExpandedNodeId n1, ExpandedNodeId n2)
          Compare 2 ExpandedNodeId objects.
 boolean NamespaceTable.nodeIdEquals(NodeId n1, ExpandedNodeId n2)
          Compare 1 ExpandedNodeId and 1 NodeId.
 NodeId NamespaceTable.toNodeId(ExpandedNodeId expandedNodeId)
          Convert the expandedNodeId to a NodeId using the name space indexes of the table
 

Uses of ExpandedNodeId in org.opcfoundation.ua.core
 

Fields in org.opcfoundation.ua.core declared as ExpandedNodeId
static ExpandedNodeId XVType.BINARY
           
static ExpandedNodeId X509IdentityToken.BINARY
           
static ExpandedNodeId WriteValue.BINARY
           
static ExpandedNodeId WriteResponse.BINARY
           
static ExpandedNodeId WriteRequest.BINARY
           
static ExpandedNodeId ViewNode.BINARY
           
static ExpandedNodeId ViewDescription.BINARY
           
static ExpandedNodeId ViewAttributes.BINARY
           
static ExpandedNodeId VariableTypeNode.BINARY
           
static ExpandedNodeId VariableTypeAttributes.BINARY
           
static ExpandedNodeId VariableNode.BINARY
           
static ExpandedNodeId VariableAttributes.BINARY
           
static ExpandedNodeId UserTokenPolicy.BINARY
           
static ExpandedNodeId UserNameIdentityToken.BINARY
           
static ExpandedNodeId UserIdentityToken.BINARY
           
static ExpandedNodeId UpdateStructureDataDetails.BINARY
           
static ExpandedNodeId UpdateEventDetails.BINARY
           
static ExpandedNodeId UpdateDataDetails.BINARY
           
static ExpandedNodeId UnregisterNodesResponse.BINARY
           
static ExpandedNodeId UnregisterNodesRequest.BINARY
           
static ExpandedNodeId Union.BINARY
           
static ExpandedNodeId TypeNode.BINARY
           
static ExpandedNodeId TrustListDataType.BINARY
           
static ExpandedNodeId TranslateBrowsePathsToNodeIdsResponse.BINARY
           
static ExpandedNodeId TranslateBrowsePathsToNodeIdsRequest.BINARY
           
static ExpandedNodeId TransferSubscriptionsResponse.BINARY
           
static ExpandedNodeId TransferSubscriptionsRequest.BINARY
           
static ExpandedNodeId TransferResult.BINARY
           
static ExpandedNodeId TimeZoneDataType.BINARY
           
static ExpandedNodeId SubscriptionDiagnosticsDataType.BINARY
           
static ExpandedNodeId SubscriptionAcknowledgement.BINARY
           
static ExpandedNodeId StatusResult.BINARY
           
static ExpandedNodeId StatusChangeNotification.BINARY
           
static ExpandedNodeId SimpleAttributeOperand.BINARY
           
static ExpandedNodeId SignedSoftwareCertificate.BINARY
           
static ExpandedNodeId SignatureData.BINARY
           
static ExpandedNodeId SetTriggeringResponse.BINARY
           
static ExpandedNodeId SetTriggeringRequest.BINARY
           
static ExpandedNodeId SetPublishingModeResponse.BINARY
           
static ExpandedNodeId SetPublishingModeRequest.BINARY
           
static ExpandedNodeId SetMonitoringModeResponse.BINARY
           
static ExpandedNodeId SetMonitoringModeRequest.BINARY
           
static ExpandedNodeId SessionSecurityDiagnosticsDataType.BINARY
           
static ExpandedNodeId SessionDiagnosticsDataType.BINARY
           
static ExpandedNodeId ServiceFault.BINARY
           
static ExpandedNodeId ServiceCounterDataType.BINARY
           
static ExpandedNodeId ServerStatusDataType.BINARY
           
static ExpandedNodeId ServerOnNetwork.BINARY
           
static ExpandedNodeId ServerDiagnosticsSummaryDataType.BINARY
           
static ExpandedNodeId SemanticChangeStructureDataType.BINARY
           
static ExpandedNodeId SamplingIntervalDiagnosticsDataType.BINARY
           
static ExpandedNodeId ResponseHeader.BINARY
           
static ExpandedNodeId RequestHeader.BINARY
           
static ExpandedNodeId RepublishResponse.BINARY
           
static ExpandedNodeId RepublishRequest.BINARY
           
static ExpandedNodeId RelativePathElement.BINARY
           
static ExpandedNodeId RelativePath.BINARY
           
static ExpandedNodeId RegisterServerResponse.BINARY
           
static ExpandedNodeId RegisterServerRequest.BINARY
           
static ExpandedNodeId RegisterServer2Response.BINARY
           
static ExpandedNodeId RegisterServer2Request.BINARY
           
static ExpandedNodeId RegisterNodesResponse.BINARY
           
static ExpandedNodeId RegisterNodesRequest.BINARY
           
static ExpandedNodeId RegisteredServer.BINARY
           
static ExpandedNodeId ReferenceTypeNode.BINARY
           
static ExpandedNodeId ReferenceTypeAttributes.BINARY
           
static ExpandedNodeId ReferenceNode.BINARY
           
static ExpandedNodeId ReferenceDescription.BINARY
           
static ExpandedNodeId RedundantServerDataType.BINARY
           
static ExpandedNodeId ReadValueId.BINARY
           
static ExpandedNodeId ReadResponse.BINARY
           
static ExpandedNodeId ReadRequest.BINARY
           
static ExpandedNodeId ReadRawModifiedDetails.BINARY
           
static ExpandedNodeId ReadProcessedDetails.BINARY
           
static ExpandedNodeId ReadEventDetails.BINARY
           
static ExpandedNodeId ReadAtTimeDetails.BINARY
           
static ExpandedNodeId Range.BINARY
           
static ExpandedNodeId QueryNextResponse.BINARY
           
static ExpandedNodeId QueryNextRequest.BINARY
           
static ExpandedNodeId QueryFirstResponse.BINARY
           
static ExpandedNodeId QueryFirstRequest.BINARY
           
static ExpandedNodeId QueryDataSet.BINARY
           
static ExpandedNodeId QueryDataDescription.BINARY
           
static ExpandedNodeId PublishResponse.BINARY
           
static ExpandedNodeId PublishRequest.BINARY
           
static ExpandedNodeId ProgramDiagnosticDataType.BINARY
           
static ExpandedNodeId ParsingResult.BINARY
           
static ExpandedNodeId OptionSet.BINARY
           
static ExpandedNodeId OpenSecureChannelResponse.BINARY
           
static ExpandedNodeId OpenSecureChannelRequest.BINARY
           
static ExpandedNodeId ObjectTypeNode.BINARY
           
static ExpandedNodeId ObjectTypeAttributes.BINARY
           
static ExpandedNodeId ObjectNode.BINARY
           
static ExpandedNodeId ObjectAttributes.BINARY
           
static ExpandedNodeId NotificationMessage.BINARY
           
static ExpandedNodeId NotificationData.BINARY
           
static ExpandedNodeId NodeTypeDescription.BINARY
           
static ExpandedNodeId NodeReference.BINARY
           
static ExpandedNodeId NodeAttributes.BINARY
           
static ExpandedNodeId Node.BINARY
           
static ExpandedNodeId NetworkGroupDataType.BINARY
           
static ExpandedNodeId MonitoringParameters.BINARY
           
static ExpandedNodeId MonitoringFilterResult.BINARY
           
static ExpandedNodeId MonitoringFilter.BINARY
           
static ExpandedNodeId MonitoredItemNotification.BINARY
           
static ExpandedNodeId MonitoredItemModifyResult.BINARY
           
static ExpandedNodeId MonitoredItemModifyRequest.BINARY
           
static ExpandedNodeId MonitoredItemCreateResult.BINARY
           
static ExpandedNodeId MonitoredItemCreateRequest.BINARY
           
static ExpandedNodeId ModifySubscriptionResponse.BINARY
           
static ExpandedNodeId ModifySubscriptionRequest.BINARY
           
static ExpandedNodeId ModifyMonitoredItemsResponse.BINARY
           
static ExpandedNodeId ModifyMonitoredItemsRequest.BINARY
           
static ExpandedNodeId ModificationInfo.BINARY
           
static ExpandedNodeId ModelChangeStructureDataType.BINARY
           
static ExpandedNodeId MethodNode.BINARY
           
static ExpandedNodeId MethodAttributes.BINARY
           
static ExpandedNodeId MdnsDiscoveryConfiguration.BINARY
           
static ExpandedNodeId LiteralOperand.BINARY
           
static ExpandedNodeId IssuedIdentityToken.BINARY
           
static ExpandedNodeId InstanceNode.BINARY
           
static ExpandedNodeId HistoryUpdateResult.BINARY
           
static ExpandedNodeId HistoryUpdateResponse.BINARY
           
static ExpandedNodeId HistoryUpdateRequest.BINARY
           
static ExpandedNodeId HistoryUpdateDetails.BINARY
           
static ExpandedNodeId HistoryReadValueId.BINARY
           
static ExpandedNodeId HistoryReadResult.BINARY
           
static ExpandedNodeId HistoryReadResponse.BINARY
           
static ExpandedNodeId HistoryReadRequest.BINARY
           
static ExpandedNodeId HistoryReadDetails.BINARY
           
static ExpandedNodeId HistoryModifiedData.BINARY
           
static ExpandedNodeId HistoryEventFieldList.BINARY
           
static ExpandedNodeId HistoryEvent.BINARY
           
static ExpandedNodeId HistoryData.BINARY
           
static ExpandedNodeId GetEndpointsResponse.BINARY
           
static ExpandedNodeId GetEndpointsRequest.BINARY
           
static ExpandedNodeId FindServersResponse.BINARY
           
static ExpandedNodeId FindServersRequest.BINARY
           
static ExpandedNodeId FindServersOnNetworkResponse.BINARY
           
static ExpandedNodeId FindServersOnNetworkRequest.BINARY
           
static ExpandedNodeId FilterOperand.BINARY
           
static ExpandedNodeId EventNotificationList.BINARY
           
static ExpandedNodeId EventFilterResult.BINARY
           
static ExpandedNodeId EventFilter.BINARY
           
static ExpandedNodeId EventFieldList.BINARY
           
static ExpandedNodeId EUInformation.BINARY
           
static ExpandedNodeId EnumValueType.BINARY
           
static ExpandedNodeId EndpointUrlListDataType.BINARY
           
static ExpandedNodeId EndpointDescription.BINARY
           
static ExpandedNodeId EndpointConfiguration.BINARY
           
static ExpandedNodeId ElementOperand.BINARY
           
static ExpandedNodeId DoubleComplexNumberType.BINARY
           
static ExpandedNodeId DiscoveryConfiguration.BINARY
           
static ExpandedNodeId DeleteSubscriptionsResponse.BINARY
           
static ExpandedNodeId DeleteSubscriptionsRequest.BINARY
           
static ExpandedNodeId DeleteReferencesResponse.BINARY
           
static ExpandedNodeId DeleteReferencesRequest.BINARY
           
static ExpandedNodeId DeleteReferencesItem.BINARY
           
static ExpandedNodeId DeleteRawModifiedDetails.BINARY
           
static ExpandedNodeId DeleteNodesResponse.BINARY
           
static ExpandedNodeId DeleteNodesRequest.BINARY
           
static ExpandedNodeId DeleteNodesItem.BINARY
           
static ExpandedNodeId DeleteMonitoredItemsResponse.BINARY
           
static ExpandedNodeId DeleteMonitoredItemsRequest.BINARY
           
static ExpandedNodeId DeleteEventDetails.BINARY
           
static ExpandedNodeId DeleteAtTimeDetails.BINARY
           
static ExpandedNodeId DataTypeNode.BINARY
           
static ExpandedNodeId DataTypeAttributes.BINARY
           
static ExpandedNodeId DataChangeNotification.BINARY
           
static ExpandedNodeId DataChangeFilter.BINARY
           
static ExpandedNodeId CreateSubscriptionResponse.BINARY
           
static ExpandedNodeId CreateSubscriptionRequest.BINARY
           
static ExpandedNodeId CreateSessionResponse.BINARY
           
static ExpandedNodeId CreateSessionRequest.BINARY
           
static ExpandedNodeId CreateMonitoredItemsResponse.BINARY
           
static ExpandedNodeId CreateMonitoredItemsRequest.BINARY
           
static ExpandedNodeId ContentFilterResult.BINARY
           
static ExpandedNodeId ContentFilterElementResult.BINARY
           
static ExpandedNodeId ContentFilterElement.BINARY
           
static ExpandedNodeId ContentFilter.BINARY
           
static ExpandedNodeId ComplexNumberType.BINARY
           
static ExpandedNodeId CloseSessionResponse.BINARY
           
static ExpandedNodeId CloseSessionRequest.BINARY
           
static ExpandedNodeId CloseSecureChannelResponse.BINARY
           
static ExpandedNodeId CloseSecureChannelRequest.BINARY
           
static ExpandedNodeId ChannelSecurityToken.BINARY
           
static ExpandedNodeId CancelResponse.BINARY
           
static ExpandedNodeId CancelRequest.BINARY
           
static ExpandedNodeId CallResponse.BINARY
           
static ExpandedNodeId CallRequest.BINARY
           
static ExpandedNodeId CallMethodResult.BINARY
           
static ExpandedNodeId CallMethodRequest.BINARY
           
static ExpandedNodeId BuildInfo.BINARY
           
static ExpandedNodeId BrowseResult.BINARY
           
static ExpandedNodeId BrowseResponse.BINARY
           
static ExpandedNodeId BrowseRequest.BINARY
           
static ExpandedNodeId BrowsePathTarget.BINARY
           
static ExpandedNodeId BrowsePathResult.BINARY
           
static ExpandedNodeId BrowsePath.BINARY
           
static ExpandedNodeId BrowseNextResponse.BINARY
           
static ExpandedNodeId BrowseNextRequest.BINARY
           
static ExpandedNodeId BrowseDescription.BINARY
           
static ExpandedNodeId AxisInformation.BINARY
           
static ExpandedNodeId AttributeOperand.BINARY
           
static ExpandedNodeId Argument.BINARY
           
static ExpandedNodeId ApplicationDescription.BINARY
           
static ExpandedNodeId AnonymousIdentityToken.BINARY
           
static ExpandedNodeId Annotation.BINARY
           
static ExpandedNodeId AggregateFilterResult.BINARY
           
static ExpandedNodeId AggregateFilter.BINARY
           
static ExpandedNodeId AggregateConfiguration.BINARY
           
static ExpandedNodeId AddReferencesResponse.BINARY
           
static ExpandedNodeId AddReferencesRequest.BINARY
           
static ExpandedNodeId AddReferencesItem.BINARY
           
static ExpandedNodeId AddNodesResult.BINARY
           
static ExpandedNodeId AddNodesResponse.BINARY
           
static ExpandedNodeId AddNodesRequest.BINARY
           
static ExpandedNodeId AddNodesItem.BINARY
           
static ExpandedNodeId ActivateSessionResponse.BINARY
           
static ExpandedNodeId ActivateSessionRequest.BINARY
           
static ExpandedNodeId XVType.ID
           
static ExpandedNodeId X509IdentityToken.ID
           
static ExpandedNodeId WriteValue.ID
           
static ExpandedNodeId WriteResponse.ID
           
static ExpandedNodeId WriteRequest.ID
           
static ExpandedNodeId ViewNode.ID
           
static ExpandedNodeId ViewDescription.ID
           
static ExpandedNodeId ViewAttributes.ID
           
static ExpandedNodeId VariableTypeNode.ID
           
static ExpandedNodeId VariableTypeAttributes.ID
           
static ExpandedNodeId VariableNode.ID
           
static ExpandedNodeId VariableAttributes.ID
           
static ExpandedNodeId UserTokenPolicy.ID
           
static ExpandedNodeId UserNameIdentityToken.ID
           
static ExpandedNodeId UserIdentityToken.ID
           
static ExpandedNodeId UpdateStructureDataDetails.ID
           
static ExpandedNodeId UpdateEventDetails.ID
           
static ExpandedNodeId UpdateDataDetails.ID
           
static ExpandedNodeId UnregisterNodesResponse.ID
           
static ExpandedNodeId UnregisterNodesRequest.ID
           
static ExpandedNodeId Union.ID
           
static ExpandedNodeId TypeNode.ID
           
static ExpandedNodeId TrustListDataType.ID
           
static ExpandedNodeId TranslateBrowsePathsToNodeIdsResponse.ID
           
static ExpandedNodeId TranslateBrowsePathsToNodeIdsRequest.ID
           
static ExpandedNodeId TransferSubscriptionsResponse.ID
           
static ExpandedNodeId TransferSubscriptionsRequest.ID
           
static ExpandedNodeId TransferResult.ID
           
static ExpandedNodeId TimeZoneDataType.ID
           
static ExpandedNodeId SubscriptionDiagnosticsDataType.ID
           
static ExpandedNodeId SubscriptionAcknowledgement.ID
           
static ExpandedNodeId StatusResult.ID
           
static ExpandedNodeId StatusChangeNotification.ID
           
static ExpandedNodeId SimpleAttributeOperand.ID
           
static ExpandedNodeId SignedSoftwareCertificate.ID
           
static ExpandedNodeId SignatureData.ID
           
static ExpandedNodeId SetTriggeringResponse.ID
           
static ExpandedNodeId SetTriggeringRequest.ID
           
static ExpandedNodeId SetPublishingModeResponse.ID
           
static ExpandedNodeId SetPublishingModeRequest.ID
           
static ExpandedNodeId SetMonitoringModeResponse.ID
           
static ExpandedNodeId SetMonitoringModeRequest.ID
           
static ExpandedNodeId SessionSecurityDiagnosticsDataType.ID
           
static ExpandedNodeId SessionDiagnosticsDataType.ID
           
static ExpandedNodeId ServiceFault.ID
           
static ExpandedNodeId ServiceCounterDataType.ID
           
static ExpandedNodeId ServerStatusDataType.ID
           
static ExpandedNodeId ServerOnNetwork.ID
           
static ExpandedNodeId ServerDiagnosticsSummaryDataType.ID
           
static ExpandedNodeId SemanticChangeStructureDataType.ID
           
static ExpandedNodeId SamplingIntervalDiagnosticsDataType.ID
           
static ExpandedNodeId ResponseHeader.ID
           
static ExpandedNodeId RequestHeader.ID
           
static ExpandedNodeId RepublishResponse.ID
           
static ExpandedNodeId RepublishRequest.ID
           
static ExpandedNodeId RelativePathElement.ID
           
static ExpandedNodeId RelativePath.ID
           
static ExpandedNodeId RegisterServerResponse.ID
           
static ExpandedNodeId RegisterServerRequest.ID
           
static ExpandedNodeId RegisterServer2Response.ID
           
static ExpandedNodeId RegisterServer2Request.ID
           
static ExpandedNodeId RegisterNodesResponse.ID
           
static ExpandedNodeId RegisterNodesRequest.ID
           
static ExpandedNodeId RegisteredServer.ID
           
static ExpandedNodeId ReferenceTypeNode.ID
           
static ExpandedNodeId ReferenceTypeAttributes.ID
           
static ExpandedNodeId ReferenceNode.ID
           
static ExpandedNodeId ReferenceDescription.ID
           
static ExpandedNodeId RedundantServerDataType.ID
           
static ExpandedNodeId ReadValueId.ID
           
static ExpandedNodeId ReadResponse.ID
           
static ExpandedNodeId ReadRequest.ID
           
static ExpandedNodeId ReadRawModifiedDetails.ID
           
static ExpandedNodeId ReadProcessedDetails.ID
           
static ExpandedNodeId ReadEventDetails.ID
           
static ExpandedNodeId ReadAtTimeDetails.ID
           
static ExpandedNodeId Range.ID
           
static ExpandedNodeId QueryNextResponse.ID
           
static ExpandedNodeId QueryNextRequest.ID
           
static ExpandedNodeId QueryFirstResponse.ID
           
static ExpandedNodeId QueryFirstRequest.ID
           
static ExpandedNodeId QueryDataSet.ID
           
static ExpandedNodeId QueryDataDescription.ID
           
static ExpandedNodeId PublishResponse.ID
           
static ExpandedNodeId PublishRequest.ID
           
static ExpandedNodeId ProgramDiagnosticDataType.ID
           
static ExpandedNodeId ParsingResult.ID
           
static ExpandedNodeId OptionSet.ID
           
static ExpandedNodeId OpenSecureChannelResponse.ID
           
static ExpandedNodeId OpenSecureChannelRequest.ID
           
static ExpandedNodeId ObjectTypeNode.ID
           
static ExpandedNodeId ObjectTypeAttributes.ID
           
static ExpandedNodeId ObjectNode.ID
           
static ExpandedNodeId ObjectAttributes.ID
           
static ExpandedNodeId NotificationMessage.ID
           
static ExpandedNodeId NotificationData.ID
           
static ExpandedNodeId NodeTypeDescription.ID
           
static ExpandedNodeId NodeReference.ID
           
static ExpandedNodeId NodeAttributes.ID
           
static ExpandedNodeId Node.ID
           
static ExpandedNodeId NetworkGroupDataType.ID
           
static ExpandedNodeId MonitoringParameters.ID
           
static ExpandedNodeId MonitoringFilterResult.ID
           
static ExpandedNodeId MonitoringFilter.ID
           
static ExpandedNodeId MonitoredItemNotification.ID
           
static ExpandedNodeId MonitoredItemModifyResult.ID
           
static ExpandedNodeId MonitoredItemModifyRequest.ID
           
static ExpandedNodeId MonitoredItemCreateResult.ID
           
static ExpandedNodeId MonitoredItemCreateRequest.ID
           
static ExpandedNodeId ModifySubscriptionResponse.ID
           
static ExpandedNodeId ModifySubscriptionRequest.ID
           
static ExpandedNodeId ModifyMonitoredItemsResponse.ID
           
static ExpandedNodeId ModifyMonitoredItemsRequest.ID
           
static ExpandedNodeId ModificationInfo.ID
           
static ExpandedNodeId ModelChangeStructureDataType.ID
           
static ExpandedNodeId MethodNode.ID
           
static ExpandedNodeId MethodAttributes.ID
           
static ExpandedNodeId MdnsDiscoveryConfiguration.ID
           
static ExpandedNodeId LiteralOperand.ID
           
static ExpandedNodeId IssuedIdentityToken.ID
           
static ExpandedNodeId InstanceNode.ID
           
static ExpandedNodeId HistoryUpdateResult.ID
           
static ExpandedNodeId HistoryUpdateResponse.ID
           
static ExpandedNodeId HistoryUpdateRequest.ID
           
static ExpandedNodeId HistoryUpdateDetails.ID
           
static ExpandedNodeId HistoryReadValueId.ID
           
static ExpandedNodeId HistoryReadResult.ID
           
static ExpandedNodeId HistoryReadResponse.ID
           
static ExpandedNodeId HistoryReadRequest.ID
           
static ExpandedNodeId HistoryReadDetails.ID
           
static ExpandedNodeId HistoryModifiedData.ID
           
static ExpandedNodeId HistoryEventFieldList.ID
           
static ExpandedNodeId HistoryEvent.ID
           
static ExpandedNodeId HistoryData.ID
           
static ExpandedNodeId GetEndpointsResponse.ID
           
static ExpandedNodeId GetEndpointsRequest.ID
           
static ExpandedNodeId FindServersResponse.ID
           
static ExpandedNodeId FindServersRequest.ID
           
static ExpandedNodeId FindServersOnNetworkResponse.ID
           
static ExpandedNodeId FindServersOnNetworkRequest.ID
           
static ExpandedNodeId FilterOperand.ID
           
static ExpandedNodeId EventNotificationList.ID
           
static ExpandedNodeId EventFilterResult.ID
           
static ExpandedNodeId EventFilter.ID
           
static ExpandedNodeId EventFieldList.ID
           
static ExpandedNodeId EUInformation.ID
           
static ExpandedNodeId EnumValueType.ID
           
static ExpandedNodeId EndpointUrlListDataType.ID
           
static ExpandedNodeId EndpointDescription.ID
           
static ExpandedNodeId EndpointConfiguration.ID
           
static ExpandedNodeId ElementOperand.ID
           
static ExpandedNodeId DoubleComplexNumberType.ID
           
static ExpandedNodeId DiscoveryConfiguration.ID
           
static ExpandedNodeId DeleteSubscriptionsResponse.ID
           
static ExpandedNodeId DeleteSubscriptionsRequest.ID
           
static ExpandedNodeId DeleteReferencesResponse.ID
           
static ExpandedNodeId DeleteReferencesRequest.ID
           
static ExpandedNodeId DeleteReferencesItem.ID
           
static ExpandedNodeId DeleteRawModifiedDetails.ID
           
static ExpandedNodeId DeleteNodesResponse.ID
           
static ExpandedNodeId DeleteNodesRequest.ID
           
static ExpandedNodeId DeleteNodesItem.ID
           
static ExpandedNodeId DeleteMonitoredItemsResponse.ID
           
static ExpandedNodeId DeleteMonitoredItemsRequest.ID
           
static ExpandedNodeId DeleteEventDetails.ID
           
static ExpandedNodeId DeleteAtTimeDetails.ID
           
static ExpandedNodeId DataTypeNode.ID
           
static ExpandedNodeId DataTypeAttributes.ID
           
static ExpandedNodeId DataChangeNotification.ID
           
static ExpandedNodeId DataChangeFilter.ID
           
static ExpandedNodeId CreateSubscriptionResponse.ID
           
static ExpandedNodeId CreateSubscriptionRequest.ID
           
static ExpandedNodeId CreateSessionResponse.ID
           
static ExpandedNodeId CreateSessionRequest.ID
           
static ExpandedNodeId CreateMonitoredItemsResponse.ID
           
static ExpandedNodeId CreateMonitoredItemsRequest.ID
           
static ExpandedNodeId ContentFilterResult.ID
           
static ExpandedNodeId ContentFilterElementResult.ID
           
static ExpandedNodeId ContentFilterElement.ID
           
static ExpandedNodeId ContentFilter.ID
           
static ExpandedNodeId ComplexNumberType.ID
           
static ExpandedNodeId CloseSessionResponse.ID
           
static ExpandedNodeId CloseSessionRequest.ID
           
static ExpandedNodeId CloseSecureChannelResponse.ID
           
static ExpandedNodeId CloseSecureChannelRequest.ID
           
static ExpandedNodeId ChannelSecurityToken.ID
           
static ExpandedNodeId CancelResponse.ID
           
static ExpandedNodeId CancelRequest.ID
           
static ExpandedNodeId CallResponse.ID
           
static ExpandedNodeId CallRequest.ID
           
static ExpandedNodeId CallMethodResult.ID
           
static ExpandedNodeId CallMethodRequest.ID
           
static ExpandedNodeId BuildInfo.ID
           
static ExpandedNodeId BrowseResult.ID
           
static ExpandedNodeId BrowseResponse.ID
           
static ExpandedNodeId BrowseRequest.ID
           
static ExpandedNodeId BrowsePathTarget.ID
           
static ExpandedNodeId BrowsePathResult.ID
           
static ExpandedNodeId BrowsePath.ID
           
static ExpandedNodeId BrowseNextResponse.ID
           
static ExpandedNodeId BrowseNextRequest.ID
           
static ExpandedNodeId BrowseDescription.ID
           
static ExpandedNodeId AxisInformation.ID
           
static ExpandedNodeId AttributeOperand.ID
           
static ExpandedNodeId Argument.ID
           
static ExpandedNodeId ApplicationDescription.ID
           
static ExpandedNodeId AnonymousIdentityToken.ID
           
static ExpandedNodeId Annotation.ID
           
static ExpandedNodeId AggregateFilterResult.ID
           
static ExpandedNodeId AggregateFilter.ID
           
static ExpandedNodeId AggregateConfiguration.ID
           
static ExpandedNodeId AddReferencesResponse.ID
           
static ExpandedNodeId AddReferencesRequest.ID
           
static ExpandedNodeId AddReferencesItem.ID
           
static ExpandedNodeId AddNodesResult.ID
           
static ExpandedNodeId AddNodesResponse.ID
           
static ExpandedNodeId AddNodesRequest.ID
           
static ExpandedNodeId AddNodesItem.ID
           
static ExpandedNodeId ActivateSessionResponse.ID
           
static ExpandedNodeId ActivateSessionRequest.ID
           
protected  ExpandedNodeId ReferenceDescription.NodeId
           
protected  ExpandedNodeId QueryDataSet.NodeId
           
protected  ExpandedNodeId AddNodesItem.ParentNodeId
           
protected  ExpandedNodeId AddNodesItem.RequestedNewNodeId
           
protected  ExpandedNodeId ReferenceNode.TargetId
           
protected  ExpandedNodeId BrowsePathTarget.TargetId
           
protected  ExpandedNodeId DeleteReferencesItem.TargetNodeId
           
protected  ExpandedNodeId AddReferencesItem.TargetNodeId
           
protected  ExpandedNodeId ReferenceDescription.TypeDefinition
           
protected  ExpandedNodeId AddNodesItem.TypeDefinition
           
protected  ExpandedNodeId QueryDataSet.TypeDefinitionNode
           
protected  ExpandedNodeId NodeTypeDescription.TypeDefinitionNode
           
static ExpandedNodeId XVType.XML
           
static ExpandedNodeId X509IdentityToken.XML
           
static ExpandedNodeId WriteValue.XML
           
static ExpandedNodeId WriteResponse.XML
           
static ExpandedNodeId WriteRequest.XML
           
static ExpandedNodeId ViewNode.XML
           
static ExpandedNodeId ViewDescription.XML
           
static ExpandedNodeId ViewAttributes.XML
           
static ExpandedNodeId VariableTypeNode.XML
           
static ExpandedNodeId VariableTypeAttributes.XML
           
static ExpandedNodeId VariableNode.XML
           
static ExpandedNodeId VariableAttributes.XML
           
static ExpandedNodeId UserTokenPolicy.XML
           
static ExpandedNodeId UserNameIdentityToken.XML
           
static ExpandedNodeId UserIdentityToken.XML
           
static ExpandedNodeId UpdateStructureDataDetails.XML
           
static ExpandedNodeId UpdateEventDetails.XML
           
static ExpandedNodeId UpdateDataDetails.XML
           
static ExpandedNodeId UnregisterNodesResponse.XML
           
static ExpandedNodeId UnregisterNodesRequest.XML
           
static ExpandedNodeId Union.XML
           
static ExpandedNodeId TypeNode.XML
           
static ExpandedNodeId TrustListDataType.XML
           
static ExpandedNodeId TranslateBrowsePathsToNodeIdsResponse.XML
           
static ExpandedNodeId TranslateBrowsePathsToNodeIdsRequest.XML
           
static ExpandedNodeId TransferSubscriptionsResponse.XML
           
static ExpandedNodeId TransferSubscriptionsRequest.XML
           
static ExpandedNodeId TransferResult.XML
           
static ExpandedNodeId TimeZoneDataType.XML
           
static ExpandedNodeId SubscriptionDiagnosticsDataType.XML
           
static ExpandedNodeId SubscriptionAcknowledgement.XML
           
static ExpandedNodeId StatusResult.XML
           
static ExpandedNodeId StatusChangeNotification.XML
           
static ExpandedNodeId SimpleAttributeOperand.XML
           
static ExpandedNodeId SignedSoftwareCertificate.XML
           
static ExpandedNodeId SignatureData.XML
           
static ExpandedNodeId SetTriggeringResponse.XML
           
static ExpandedNodeId SetTriggeringRequest.XML
           
static ExpandedNodeId SetPublishingModeResponse.XML
           
static ExpandedNodeId SetPublishingModeRequest.XML
           
static ExpandedNodeId SetMonitoringModeResponse.XML
           
static ExpandedNodeId SetMonitoringModeRequest.XML
           
static ExpandedNodeId SessionSecurityDiagnosticsDataType.XML
           
static ExpandedNodeId SessionDiagnosticsDataType.XML
           
static ExpandedNodeId ServiceFault.XML
           
static ExpandedNodeId ServiceCounterDataType.XML
           
static ExpandedNodeId ServerStatusDataType.XML
           
static ExpandedNodeId ServerOnNetwork.XML
           
static ExpandedNodeId ServerDiagnosticsSummaryDataType.XML
           
static ExpandedNodeId SemanticChangeStructureDataType.XML
           
static ExpandedNodeId SamplingIntervalDiagnosticsDataType.XML
           
static ExpandedNodeId ResponseHeader.XML
           
static ExpandedNodeId RequestHeader.XML
           
static ExpandedNodeId RepublishResponse.XML
           
static ExpandedNodeId RepublishRequest.XML
           
static ExpandedNodeId RelativePathElement.XML
           
static ExpandedNodeId RelativePath.XML
           
static ExpandedNodeId RegisterServerResponse.XML
           
static ExpandedNodeId RegisterServerRequest.XML
           
static ExpandedNodeId RegisterServer2Response.XML
           
static ExpandedNodeId RegisterServer2Request.XML
           
static ExpandedNodeId RegisterNodesResponse.XML
           
static ExpandedNodeId RegisterNodesRequest.XML
           
static ExpandedNodeId RegisteredServer.XML
           
static ExpandedNodeId ReferenceTypeNode.XML
           
static ExpandedNodeId ReferenceTypeAttributes.XML
           
static ExpandedNodeId ReferenceNode.XML
           
static ExpandedNodeId ReferenceDescription.XML
           
static ExpandedNodeId RedundantServerDataType.XML
           
static ExpandedNodeId ReadValueId.XML
           
static ExpandedNodeId ReadResponse.XML
           
static ExpandedNodeId ReadRequest.XML
           
static ExpandedNodeId ReadRawModifiedDetails.XML
           
static ExpandedNodeId ReadProcessedDetails.XML
           
static ExpandedNodeId ReadEventDetails.XML
           
static ExpandedNodeId ReadAtTimeDetails.XML
           
static ExpandedNodeId Range.XML
           
static ExpandedNodeId QueryNextResponse.XML
           
static ExpandedNodeId QueryNextRequest.XML
           
static ExpandedNodeId QueryFirstResponse.XML
           
static ExpandedNodeId QueryFirstRequest.XML
           
static ExpandedNodeId QueryDataSet.XML
           
static ExpandedNodeId QueryDataDescription.XML
           
static ExpandedNodeId PublishResponse.XML
           
static ExpandedNodeId PublishRequest.XML
           
static ExpandedNodeId ProgramDiagnosticDataType.XML
           
static ExpandedNodeId ParsingResult.XML
           
static ExpandedNodeId OptionSet.XML
           
static ExpandedNodeId OpenSecureChannelResponse.XML
           
static ExpandedNodeId OpenSecureChannelRequest.XML
           
static ExpandedNodeId ObjectTypeNode.XML
           
static ExpandedNodeId ObjectTypeAttributes.XML
           
static ExpandedNodeId ObjectNode.XML
           
static ExpandedNodeId ObjectAttributes.XML
           
static ExpandedNodeId NotificationMessage.XML
           
static ExpandedNodeId NotificationData.XML
           
static ExpandedNodeId NodeTypeDescription.XML
           
static ExpandedNodeId NodeReference.XML
           
static ExpandedNodeId NodeAttributes.XML
           
static ExpandedNodeId Node.XML
           
static ExpandedNodeId NetworkGroupDataType.XML
           
static ExpandedNodeId MonitoringParameters.XML
           
static ExpandedNodeId MonitoringFilterResult.XML
           
static ExpandedNodeId MonitoringFilter.XML
           
static ExpandedNodeId MonitoredItemNotification.XML
           
static ExpandedNodeId MonitoredItemModifyResult.XML
           
static ExpandedNodeId MonitoredItemModifyRequest.XML
           
static ExpandedNodeId MonitoredItemCreateResult.XML
           
static ExpandedNodeId MonitoredItemCreateRequest.XML
           
static ExpandedNodeId ModifySubscriptionResponse.XML
           
static ExpandedNodeId ModifySubscriptionRequest.XML
           
static ExpandedNodeId ModifyMonitoredItemsResponse.XML
           
static ExpandedNodeId ModifyMonitoredItemsRequest.XML
           
static ExpandedNodeId ModificationInfo.XML
           
static ExpandedNodeId ModelChangeStructureDataType.XML
           
static ExpandedNodeId MethodNode.XML
           
static ExpandedNodeId MethodAttributes.XML
           
static ExpandedNodeId MdnsDiscoveryConfiguration.XML
           
static ExpandedNodeId LiteralOperand.XML
           
static ExpandedNodeId IssuedIdentityToken.XML
           
static ExpandedNodeId InstanceNode.XML
           
static ExpandedNodeId HistoryUpdateResult.XML
           
static ExpandedNodeId HistoryUpdateResponse.XML
           
static ExpandedNodeId HistoryUpdateRequest.XML
           
static ExpandedNodeId HistoryUpdateDetails.XML
           
static ExpandedNodeId HistoryReadValueId.XML
           
static ExpandedNodeId HistoryReadResult.XML
           
static ExpandedNodeId HistoryReadResponse.XML
           
static ExpandedNodeId HistoryReadRequest.XML
           
static ExpandedNodeId HistoryReadDetails.XML
           
static ExpandedNodeId HistoryModifiedData.XML
           
static ExpandedNodeId HistoryEventFieldList.XML
           
static ExpandedNodeId HistoryEvent.XML
           
static ExpandedNodeId HistoryData.XML
           
static ExpandedNodeId GetEndpointsResponse.XML
           
static ExpandedNodeId GetEndpointsRequest.XML
           
static ExpandedNodeId FindServersResponse.XML
           
static ExpandedNodeId FindServersRequest.XML
           
static ExpandedNodeId FindServersOnNetworkResponse.XML
           
static ExpandedNodeId FindServersOnNetworkRequest.XML
           
static ExpandedNodeId FilterOperand.XML
           
static ExpandedNodeId EventNotificationList.XML
           
static ExpandedNodeId EventFilterResult.XML
           
static ExpandedNodeId EventFilter.XML
           
static ExpandedNodeId EventFieldList.XML
           
static ExpandedNodeId EUInformation.XML
           
static ExpandedNodeId EnumValueType.XML
           
static ExpandedNodeId EndpointUrlListDataType.XML
           
static ExpandedNodeId EndpointDescription.XML
           
static ExpandedNodeId EndpointConfiguration.XML
           
static ExpandedNodeId ElementOperand.XML
           
static ExpandedNodeId DoubleComplexNumberType.XML
           
static ExpandedNodeId DiscoveryConfiguration.XML
           
static ExpandedNodeId DeleteSubscriptionsResponse.XML
           
static ExpandedNodeId DeleteSubscriptionsRequest.XML
           
static ExpandedNodeId DeleteReferencesResponse.XML
           
static ExpandedNodeId DeleteReferencesRequest.XML
           
static ExpandedNodeId DeleteReferencesItem.XML
           
static ExpandedNodeId DeleteRawModifiedDetails.XML
           
static ExpandedNodeId DeleteNodesResponse.XML
           
static ExpandedNodeId DeleteNodesRequest.XML
           
static ExpandedNodeId DeleteNodesItem.XML
           
static ExpandedNodeId DeleteMonitoredItemsResponse.XML
           
static ExpandedNodeId DeleteMonitoredItemsRequest.XML
           
static ExpandedNodeId DeleteEventDetails.XML
           
static ExpandedNodeId DeleteAtTimeDetails.XML
           
static ExpandedNodeId DataTypeNode.XML
           
static ExpandedNodeId DataTypeAttributes.XML
           
static ExpandedNodeId DataChangeNotification.XML
           
static ExpandedNodeId DataChangeFilter.XML
           
static ExpandedNodeId CreateSubscriptionResponse.XML
           
static ExpandedNodeId CreateSubscriptionRequest.XML
           
static ExpandedNodeId CreateSessionResponse.XML
           
static ExpandedNodeId CreateSessionRequest.XML
           
static ExpandedNodeId CreateMonitoredItemsResponse.XML
           
static ExpandedNodeId CreateMonitoredItemsRequest.XML
           
static ExpandedNodeId ContentFilterResult.XML
           
static ExpandedNodeId ContentFilterElementResult.XML
           
static ExpandedNodeId ContentFilterElement.XML
           
static ExpandedNodeId ContentFilter.XML
           
static ExpandedNodeId ComplexNumberType.XML
           
static ExpandedNodeId CloseSessionResponse.XML
           
static ExpandedNodeId CloseSessionRequest.XML
           
static ExpandedNodeId CloseSecureChannelResponse.XML
           
static ExpandedNodeId CloseSecureChannelRequest.XML
           
static ExpandedNodeId ChannelSecurityToken.XML
           
static ExpandedNodeId CancelResponse.XML
           
static ExpandedNodeId CancelRequest.XML
           
static ExpandedNodeId CallResponse.XML
           
static ExpandedNodeId CallRequest.XML
           
static ExpandedNodeId CallMethodResult.XML
           
static ExpandedNodeId CallMethodRequest.XML
           
static ExpandedNodeId BuildInfo.XML
           
static ExpandedNodeId BrowseResult.XML
           
static ExpandedNodeId BrowseResponse.XML
           
static ExpandedNodeId BrowseRequest.XML
           
static ExpandedNodeId BrowsePathTarget.XML
           
static ExpandedNodeId BrowsePathResult.XML
           
static ExpandedNodeId BrowsePath.XML
           
static ExpandedNodeId BrowseNextResponse.XML
           
static ExpandedNodeId BrowseNextRequest.XML
           
static ExpandedNodeId BrowseDescription.XML
           
static ExpandedNodeId AxisInformation.XML
           
static ExpandedNodeId AttributeOperand.XML
           
static ExpandedNodeId Argument.XML
           
static ExpandedNodeId ApplicationDescription.XML
           
static ExpandedNodeId AnonymousIdentityToken.XML
           
static ExpandedNodeId Annotation.XML
           
static ExpandedNodeId AggregateFilterResult.XML
           
static ExpandedNodeId AggregateFilter.XML
           
static ExpandedNodeId AggregateConfiguration.XML
           
static ExpandedNodeId AddReferencesResponse.XML
           
static ExpandedNodeId AddReferencesRequest.XML
           
static ExpandedNodeId AddReferencesItem.XML
           
static ExpandedNodeId AddNodesResult.XML
           
static ExpandedNodeId AddNodesResponse.XML
           
static ExpandedNodeId AddNodesRequest.XML
           
static ExpandedNodeId AddNodesItem.XML
           
static ExpandedNodeId ActivateSessionResponse.XML
           
static ExpandedNodeId ActivateSessionRequest.XML
           
 

Methods in org.opcfoundation.ua.core that return ExpandedNodeId
 ExpandedNodeId XVType.getBinaryEncodeId()
           
 ExpandedNodeId X509IdentityToken.getBinaryEncodeId()
           
 ExpandedNodeId WriteValue.getBinaryEncodeId()
           
 ExpandedNodeId WriteResponse.getBinaryEncodeId()
           
 ExpandedNodeId WriteRequest.getBinaryEncodeId()
           
 ExpandedNodeId ViewNode.getBinaryEncodeId()
           
 ExpandedNodeId ViewDescription.getBinaryEncodeId()
           
 ExpandedNodeId ViewAttributes.getBinaryEncodeId()
           
 ExpandedNodeId VariableTypeNode.getBinaryEncodeId()
           
 ExpandedNodeId VariableTypeAttributes.getBinaryEncodeId()
           
 ExpandedNodeId VariableNode.getBinaryEncodeId()
           
 ExpandedNodeId VariableAttributes.getBinaryEncodeId()
           
 ExpandedNodeId UserTokenPolicy.getBinaryEncodeId()
           
 ExpandedNodeId UserNameIdentityToken.getBinaryEncodeId()
           
 ExpandedNodeId UserIdentityToken.getBinaryEncodeId()
           
 ExpandedNodeId UpdateStructureDataDetails.getBinaryEncodeId()
           
 ExpandedNodeId UpdateEventDetails.getBinaryEncodeId()
           
 ExpandedNodeId UpdateDataDetails.getBinaryEncodeId()
           
 ExpandedNodeId UnregisterNodesResponse.getBinaryEncodeId()
           
 ExpandedNodeId UnregisterNodesRequest.getBinaryEncodeId()
           
 ExpandedNodeId Union.getBinaryEncodeId()
           
 ExpandedNodeId TypeNode.getBinaryEncodeId()
           
 ExpandedNodeId TrustListDataType.getBinaryEncodeId()
           
 ExpandedNodeId TranslateBrowsePathsToNodeIdsResponse.getBinaryEncodeId()
           
 ExpandedNodeId TranslateBrowsePathsToNodeIdsRequest.getBinaryEncodeId()
           
 ExpandedNodeId TransferSubscriptionsResponse.getBinaryEncodeId()
           
 ExpandedNodeId TransferSubscriptionsRequest.getBinaryEncodeId()
           
 ExpandedNodeId TransferResult.getBinaryEncodeId()
           
 ExpandedNodeId TimeZoneDataType.getBinaryEncodeId()
           
 ExpandedNodeId SubscriptionDiagnosticsDataType.getBinaryEncodeId()
           
 ExpandedNodeId SubscriptionAcknowledgement.getBinaryEncodeId()
           
 ExpandedNodeId StatusResult.getBinaryEncodeId()
           
 ExpandedNodeId StatusChangeNotification.getBinaryEncodeId()
           
 ExpandedNodeId SimpleAttributeOperand.getBinaryEncodeId()
           
 ExpandedNodeId SignedSoftwareCertificate.getBinaryEncodeId()
           
 ExpandedNodeId SignatureData.getBinaryEncodeId()
           
 ExpandedNodeId SetTriggeringResponse.getBinaryEncodeId()
           
 ExpandedNodeId SetTriggeringRequest.getBinaryEncodeId()
           
 ExpandedNodeId SetPublishingModeResponse.getBinaryEncodeId()
           
 ExpandedNodeId SetPublishingModeRequest.getBinaryEncodeId()
           
 ExpandedNodeId SetMonitoringModeResponse.getBinaryEncodeId()
           
 ExpandedNodeId SetMonitoringModeRequest.getBinaryEncodeId()
           
 ExpandedNodeId SessionSecurityDiagnosticsDataType.getBinaryEncodeId()
           
 ExpandedNodeId SessionDiagnosticsDataType.getBinaryEncodeId()
           
 ExpandedNodeId ServiceFault.getBinaryEncodeId()
           
 ExpandedNodeId ServiceCounterDataType.getBinaryEncodeId()
           
 ExpandedNodeId ServerStatusDataType.getBinaryEncodeId()
           
 ExpandedNodeId ServerOnNetwork.getBinaryEncodeId()
           
 ExpandedNodeId ServerDiagnosticsSummaryDataType.getBinaryEncodeId()
           
 ExpandedNodeId SemanticChangeStructureDataType.getBinaryEncodeId()
           
 ExpandedNodeId SamplingIntervalDiagnosticsDataType.getBinaryEncodeId()
           
 ExpandedNodeId ResponseHeader.getBinaryEncodeId()
           
 ExpandedNodeId RequestHeader.getBinaryEncodeId()
           
 ExpandedNodeId RepublishResponse.getBinaryEncodeId()
           
 ExpandedNodeId RepublishRequest.getBinaryEncodeId()
           
 ExpandedNodeId RelativePathElement.getBinaryEncodeId()
           
 ExpandedNodeId RelativePath.getBinaryEncodeId()
           
 ExpandedNodeId RegisterServerResponse.getBinaryEncodeId()
           
 ExpandedNodeId RegisterServerRequest.getBinaryEncodeId()
           
 ExpandedNodeId RegisterServer2Response.getBinaryEncodeId()
           
 ExpandedNodeId RegisterServer2Request.getBinaryEncodeId()
           
 ExpandedNodeId RegisterNodesResponse.getBinaryEncodeId()
           
 ExpandedNodeId RegisterNodesRequest.getBinaryEncodeId()
           
 ExpandedNodeId RegisteredServer.getBinaryEncodeId()
           
 ExpandedNodeId ReferenceTypeNode.getBinaryEncodeId()
           
 ExpandedNodeId ReferenceTypeAttributes.getBinaryEncodeId()
           
 ExpandedNodeId ReferenceNode.getBinaryEncodeId()
           
 ExpandedNodeId ReferenceDescription.getBinaryEncodeId()
           
 ExpandedNodeId RedundantServerDataType.getBinaryEncodeId()
           
 ExpandedNodeId ReadValueId.getBinaryEncodeId()
           
 ExpandedNodeId ReadResponse.getBinaryEncodeId()
           
 ExpandedNodeId ReadRequest.getBinaryEncodeId()
           
 ExpandedNodeId ReadRawModifiedDetails.getBinaryEncodeId()
           
 ExpandedNodeId ReadProcessedDetails.getBinaryEncodeId()
           
 ExpandedNodeId ReadEventDetails.getBinaryEncodeId()
           
 ExpandedNodeId ReadAtTimeDetails.getBinaryEncodeId()
           
 ExpandedNodeId Range.getBinaryEncodeId()
           
 ExpandedNodeId QueryNextResponse.getBinaryEncodeId()
           
 ExpandedNodeId QueryNextRequest.getBinaryEncodeId()
           
 ExpandedNodeId QueryFirstResponse.getBinaryEncodeId()
           
 ExpandedNodeId QueryFirstRequest.getBinaryEncodeId()
           
 ExpandedNodeId QueryDataSet.getBinaryEncodeId()
           
 ExpandedNodeId QueryDataDescription.getBinaryEncodeId()
           
 ExpandedNodeId PublishResponse.getBinaryEncodeId()
           
 ExpandedNodeId PublishRequest.getBinaryEncodeId()
           
 ExpandedNodeId ProgramDiagnosticDataType.getBinaryEncodeId()
           
 ExpandedNodeId ParsingResult.getBinaryEncodeId()
           
 ExpandedNodeId OptionSet.getBinaryEncodeId()
           
 ExpandedNodeId OpenSecureChannelResponse.getBinaryEncodeId()
           
 ExpandedNodeId OpenSecureChannelRequest.getBinaryEncodeId()
           
 ExpandedNodeId ObjectTypeNode.getBinaryEncodeId()
           
 ExpandedNodeId ObjectTypeAttributes.getBinaryEncodeId()
           
 ExpandedNodeId ObjectNode.getBinaryEncodeId()
           
 ExpandedNodeId ObjectAttributes.getBinaryEncodeId()
           
 ExpandedNodeId NotificationMessage.getBinaryEncodeId()
           
 ExpandedNodeId NotificationData.getBinaryEncodeId()
           
 ExpandedNodeId NodeTypeDescription.getBinaryEncodeId()
           
 ExpandedNodeId NodeReference.getBinaryEncodeId()
           
 ExpandedNodeId NodeAttributes.getBinaryEncodeId()
           
 ExpandedNodeId Node.getBinaryEncodeId()
           
 ExpandedNodeId NetworkGroupDataType.getBinaryEncodeId()
           
 ExpandedNodeId MonitoringParameters.getBinaryEncodeId()
           
 ExpandedNodeId MonitoringFilterResult.getBinaryEncodeId()
           
 ExpandedNodeId MonitoringFilter.getBinaryEncodeId()
           
 ExpandedNodeId MonitoredItemNotification.getBinaryEncodeId()
           
 ExpandedNodeId MonitoredItemModifyResult.getBinaryEncodeId()
           
 ExpandedNodeId MonitoredItemModifyRequest.getBinaryEncodeId()
           
 ExpandedNodeId MonitoredItemCreateResult.getBinaryEncodeId()
           
 ExpandedNodeId MonitoredItemCreateRequest.getBinaryEncodeId()
           
 ExpandedNodeId ModifySubscriptionResponse.getBinaryEncodeId()
           
 ExpandedNodeId ModifySubscriptionRequest.getBinaryEncodeId()
           
 ExpandedNodeId ModifyMonitoredItemsResponse.getBinaryEncodeId()
           
 ExpandedNodeId ModifyMonitoredItemsRequest.getBinaryEncodeId()
           
 ExpandedNodeId ModificationInfo.getBinaryEncodeId()
           
 ExpandedNodeId ModelChangeStructureDataType.getBinaryEncodeId()
           
 ExpandedNodeId MethodNode.getBinaryEncodeId()
           
 ExpandedNodeId MethodAttributes.getBinaryEncodeId()
           
 ExpandedNodeId MdnsDiscoveryConfiguration.getBinaryEncodeId()
           
 ExpandedNodeId LiteralOperand.getBinaryEncodeId()
           
 ExpandedNodeId IssuedIdentityToken.getBinaryEncodeId()
           
 ExpandedNodeId InstanceNode.getBinaryEncodeId()
           
 ExpandedNodeId HistoryUpdateResult.getBinaryEncodeId()
           
 ExpandedNodeId HistoryUpdateResponse.getBinaryEncodeId()
           
 ExpandedNodeId HistoryUpdateRequest.getBinaryEncodeId()
           
 ExpandedNodeId HistoryUpdateDetails.getBinaryEncodeId()
           
 ExpandedNodeId HistoryReadValueId.getBinaryEncodeId()
           
 ExpandedNodeId HistoryReadResult.getBinaryEncodeId()
           
 ExpandedNodeId HistoryReadResponse.getBinaryEncodeId()
           
 ExpandedNodeId HistoryReadRequest.getBinaryEncodeId()
           
 ExpandedNodeId HistoryReadDetails.getBinaryEncodeId()
           
 ExpandedNodeId HistoryModifiedData.getBinaryEncodeId()
           
 ExpandedNodeId HistoryEventFieldList.getBinaryEncodeId()
           
 ExpandedNodeId HistoryEvent.getBinaryEncodeId()
           
 ExpandedNodeId HistoryData.getBinaryEncodeId()
           
 ExpandedNodeId GetEndpointsResponse.getBinaryEncodeId()
           
 ExpandedNodeId GetEndpointsRequest.getBinaryEncodeId()
           
 ExpandedNodeId FindServersResponse.getBinaryEncodeId()
           
 ExpandedNodeId FindServersRequest.getBinaryEncodeId()
           
 ExpandedNodeId FindServersOnNetworkResponse.getBinaryEncodeId()
           
 ExpandedNodeId FindServersOnNetworkRequest.getBinaryEncodeId()
           
 ExpandedNodeId FilterOperand.getBinaryEncodeId()
           
 ExpandedNodeId EventNotificationList.getBinaryEncodeId()
           
 ExpandedNodeId EventFilterResult.getBinaryEncodeId()
           
 ExpandedNodeId EventFilter.getBinaryEncodeId()
           
 ExpandedNodeId EventFieldList.getBinaryEncodeId()
           
 ExpandedNodeId EUInformation.getBinaryEncodeId()
           
 ExpandedNodeId EnumValueType.getBinaryEncodeId()
           
 ExpandedNodeId EndpointUrlListDataType.getBinaryEncodeId()
           
 ExpandedNodeId EndpointDescription.getBinaryEncodeId()
           
 ExpandedNodeId EndpointConfiguration.getBinaryEncodeId()
           
 ExpandedNodeId ElementOperand.getBinaryEncodeId()
           
 ExpandedNodeId DoubleComplexNumberType.getBinaryEncodeId()
           
 ExpandedNodeId DiscoveryConfiguration.getBinaryEncodeId()
           
 ExpandedNodeId DeleteSubscriptionsResponse.getBinaryEncodeId()
           
 ExpandedNodeId DeleteSubscriptionsRequest.getBinaryEncodeId()
           
 ExpandedNodeId DeleteReferencesResponse.getBinaryEncodeId()
           
 ExpandedNodeId DeleteReferencesRequest.getBinaryEncodeId()
           
 ExpandedNodeId DeleteReferencesItem.getBinaryEncodeId()
           
 ExpandedNodeId DeleteRawModifiedDetails.getBinaryEncodeId()
           
 ExpandedNodeId DeleteNodesResponse.getBinaryEncodeId()
           
 ExpandedNodeId DeleteNodesRequest.getBinaryEncodeId()
           
 ExpandedNodeId DeleteNodesItem.getBinaryEncodeId()
           
 ExpandedNodeId DeleteMonitoredItemsResponse.getBinaryEncodeId()
           
 ExpandedNodeId DeleteMonitoredItemsRequest.getBinaryEncodeId()
           
 ExpandedNodeId DeleteEventDetails.getBinaryEncodeId()
           
 ExpandedNodeId DeleteAtTimeDetails.getBinaryEncodeId()
           
 ExpandedNodeId DataTypeNode.getBinaryEncodeId()
           
 ExpandedNodeId DataTypeAttributes.getBinaryEncodeId()
           
 ExpandedNodeId DataChangeNotification.getBinaryEncodeId()
           
 ExpandedNodeId DataChangeFilter.getBinaryEncodeId()
           
 ExpandedNodeId CreateSubscriptionResponse.getBinaryEncodeId()
           
 ExpandedNodeId CreateSubscriptionRequest.getBinaryEncodeId()
           
 ExpandedNodeId CreateSessionResponse.getBinaryEncodeId()
           
 ExpandedNodeId CreateSessionRequest.getBinaryEncodeId()
           
 ExpandedNodeId CreateMonitoredItemsResponse.getBinaryEncodeId()
           
 ExpandedNodeId CreateMonitoredItemsRequest.getBinaryEncodeId()
           
 ExpandedNodeId ContentFilterResult.getBinaryEncodeId()
           
 ExpandedNodeId ContentFilterElementResult.getBinaryEncodeId()
           
 ExpandedNodeId ContentFilterElement.getBinaryEncodeId()
           
 ExpandedNodeId ContentFilter.getBinaryEncodeId()
           
 ExpandedNodeId ComplexNumberType.getBinaryEncodeId()
           
 ExpandedNodeId CloseSessionResponse.getBinaryEncodeId()
           
 ExpandedNodeId CloseSessionRequest.getBinaryEncodeId()
           
 ExpandedNodeId CloseSecureChannelResponse.getBinaryEncodeId()
           
 ExpandedNodeId CloseSecureChannelRequest.getBinaryEncodeId()
           
 ExpandedNodeId ChannelSecurityToken.getBinaryEncodeId()
           
 ExpandedNodeId CancelResponse.getBinaryEncodeId()
           
 ExpandedNodeId CancelRequest.getBinaryEncodeId()
           
 ExpandedNodeId CallResponse.getBinaryEncodeId()
           
 ExpandedNodeId CallRequest.getBinaryEncodeId()
           
 ExpandedNodeId CallMethodResult.getBinaryEncodeId()
           
 ExpandedNodeId CallMethodRequest.getBinaryEncodeId()
           
 ExpandedNodeId BuildInfo.getBinaryEncodeId()
           
 ExpandedNodeId BrowseResult.getBinaryEncodeId()
           
 ExpandedNodeId BrowseResponse.getBinaryEncodeId()
           
 ExpandedNodeId BrowseRequest.getBinaryEncodeId()
           
 ExpandedNodeId BrowsePathTarget.getBinaryEncodeId()
           
 ExpandedNodeId BrowsePathResult.getBinaryEncodeId()
           
 ExpandedNodeId BrowsePath.getBinaryEncodeId()
           
 ExpandedNodeId BrowseNextResponse.getBinaryEncodeId()
           
 ExpandedNodeId BrowseNextRequest.getBinaryEncodeId()
           
 ExpandedNodeId BrowseDescription.getBinaryEncodeId()
           
 ExpandedNodeId AxisInformation.getBinaryEncodeId()
           
 ExpandedNodeId AttributeOperand.getBinaryEncodeId()
           
 ExpandedNodeId Argument.getBinaryEncodeId()
           
 ExpandedNodeId ApplicationDescription.getBinaryEncodeId()
           
 ExpandedNodeId AnonymousIdentityToken.getBinaryEncodeId()
           
 ExpandedNodeId Annotation.getBinaryEncodeId()
           
 ExpandedNodeId AggregateFilterResult.getBinaryEncodeId()
           
 ExpandedNodeId AggregateFilter.getBinaryEncodeId()
           
 ExpandedNodeId AggregateConfiguration.getBinaryEncodeId()
           
 ExpandedNodeId AddReferencesResponse.getBinaryEncodeId()
           
 ExpandedNodeId AddReferencesRequest.getBinaryEncodeId()
           
 ExpandedNodeId AddReferencesItem.getBinaryEncodeId()
           
 ExpandedNodeId AddNodesResult.getBinaryEncodeId()
           
 ExpandedNodeId AddNodesResponse.getBinaryEncodeId()
           
 ExpandedNodeId AddNodesRequest.getBinaryEncodeId()
           
 ExpandedNodeId AddNodesItem.getBinaryEncodeId()
           
 ExpandedNodeId ActivateSessionResponse.getBinaryEncodeId()
           
 ExpandedNodeId ActivateSessionRequest.getBinaryEncodeId()
           
 ExpandedNodeId ReferenceDescription.getNodeId()
           
 ExpandedNodeId QueryDataSet.getNodeId()
           
 ExpandedNodeId AddNodesItem.getParentNodeId()
           
 ExpandedNodeId AddNodesItem.getRequestedNewNodeId()
           
 ExpandedNodeId ReferenceNode.getTargetId()
           
 ExpandedNodeId BrowsePathTarget.getTargetId()
           
 ExpandedNodeId DeleteReferencesItem.getTargetNodeId()
           
 ExpandedNodeId AddReferencesItem.getTargetNodeId()
           
 ExpandedNodeId ReferenceDescription.getTypeDefinition()
           
 ExpandedNodeId AddNodesItem.getTypeDefinition()
           
 ExpandedNodeId QueryDataSet.getTypeDefinitionNode()
           
 ExpandedNodeId NodeTypeDescription.getTypeDefinitionNode()
           
 ExpandedNodeId XVType.getTypeId()
           
 ExpandedNodeId X509IdentityToken.getTypeId()
           
 ExpandedNodeId WriteValue.getTypeId()
           
 ExpandedNodeId WriteResponse.getTypeId()
           
 ExpandedNodeId WriteRequest.getTypeId()
           
 ExpandedNodeId ViewNode.getTypeId()
           
 ExpandedNodeId ViewDescription.getTypeId()
           
 ExpandedNodeId ViewAttributes.getTypeId()
           
 ExpandedNodeId VariableTypeNode.getTypeId()
           
 ExpandedNodeId VariableTypeAttributes.getTypeId()
           
 ExpandedNodeId VariableNode.getTypeId()
           
 ExpandedNodeId VariableAttributes.getTypeId()
           
 ExpandedNodeId UserTokenPolicy.getTypeId()
           
 ExpandedNodeId UserNameIdentityToken.getTypeId()
           
 ExpandedNodeId UserIdentityToken.getTypeId()
           
 ExpandedNodeId UpdateStructureDataDetails.getTypeId()
           
 ExpandedNodeId UpdateEventDetails.getTypeId()
           
 ExpandedNodeId UpdateDataDetails.getTypeId()
           
 ExpandedNodeId UnregisterNodesResponse.getTypeId()
           
 ExpandedNodeId UnregisterNodesRequest.getTypeId()
           
 ExpandedNodeId Union.getTypeId()
           
 ExpandedNodeId TypeNode.getTypeId()
           
 ExpandedNodeId TrustListDataType.getTypeId()
           
 ExpandedNodeId TranslateBrowsePathsToNodeIdsResponse.getTypeId()
           
 ExpandedNodeId TranslateBrowsePathsToNodeIdsRequest.getTypeId()
           
 ExpandedNodeId TransferSubscriptionsResponse.getTypeId()
           
 ExpandedNodeId TransferSubscriptionsRequest.getTypeId()
           
 ExpandedNodeId TransferResult.getTypeId()
           
 ExpandedNodeId TimeZoneDataType.getTypeId()
           
 ExpandedNodeId SubscriptionDiagnosticsDataType.getTypeId()
           
 ExpandedNodeId SubscriptionAcknowledgement.getTypeId()
           
 ExpandedNodeId StatusResult.getTypeId()
           
 ExpandedNodeId StatusChangeNotification.getTypeId()
           
 ExpandedNodeId SimpleAttributeOperand.getTypeId()
           
 ExpandedNodeId SignedSoftwareCertificate.getTypeId()
           
 ExpandedNodeId SignatureData.getTypeId()
           
 ExpandedNodeId SetTriggeringResponse.getTypeId()
           
 ExpandedNodeId SetTriggeringRequest.getTypeId()
           
 ExpandedNodeId SetPublishingModeResponse.getTypeId()
           
 ExpandedNodeId SetPublishingModeRequest.getTypeId()
           
 ExpandedNodeId SetMonitoringModeResponse.getTypeId()
           
 ExpandedNodeId SetMonitoringModeRequest.getTypeId()
           
 ExpandedNodeId SessionSecurityDiagnosticsDataType.getTypeId()
           
 ExpandedNodeId SessionDiagnosticsDataType.getTypeId()
           
 ExpandedNodeId ServiceFault.getTypeId()
           
 ExpandedNodeId ServiceCounterDataType.getTypeId()
           
 ExpandedNodeId ServerStatusDataType.getTypeId()
           
 ExpandedNodeId ServerOnNetwork.getTypeId()
           
 ExpandedNodeId ServerDiagnosticsSummaryDataType.getTypeId()
           
 ExpandedNodeId SemanticChangeStructureDataType.getTypeId()
           
 ExpandedNodeId SamplingIntervalDiagnosticsDataType.getTypeId()
           
 ExpandedNodeId ResponseHeader.getTypeId()
           
 ExpandedNodeId RequestHeader.getTypeId()
           
 ExpandedNodeId RepublishResponse.getTypeId()
           
 ExpandedNodeId RepublishRequest.getTypeId()
           
 ExpandedNodeId RelativePathElement.getTypeId()
           
 ExpandedNodeId RelativePath.getTypeId()
           
 ExpandedNodeId RegisterServerResponse.getTypeId()
           
 ExpandedNodeId RegisterServerRequest.getTypeId()
           
 ExpandedNodeId RegisterServer2Response.getTypeId()
           
 ExpandedNodeId RegisterServer2Request.getTypeId()
           
 ExpandedNodeId RegisterNodesResponse.getTypeId()
           
 ExpandedNodeId RegisterNodesRequest.getTypeId()
           
 ExpandedNodeId RegisteredServer.getTypeId()
           
 ExpandedNodeId ReferenceTypeNode.getTypeId()
           
 ExpandedNodeId ReferenceTypeAttributes.getTypeId()
           
 ExpandedNodeId ReferenceNode.getTypeId()
           
 ExpandedNodeId ReferenceDescription.getTypeId()
           
 ExpandedNodeId RedundantServerDataType.getTypeId()
           
 ExpandedNodeId ReadValueId.getTypeId()
           
 ExpandedNodeId ReadResponse.getTypeId()
           
 ExpandedNodeId ReadRequest.getTypeId()
           
 ExpandedNodeId ReadRawModifiedDetails.getTypeId()
           
 ExpandedNodeId ReadProcessedDetails.getTypeId()
           
 ExpandedNodeId ReadEventDetails.getTypeId()
           
 ExpandedNodeId ReadAtTimeDetails.getTypeId()
           
 ExpandedNodeId Range.getTypeId()
           
 ExpandedNodeId QueryNextResponse.getTypeId()
           
 ExpandedNodeId QueryNextRequest.getTypeId()
           
 ExpandedNodeId QueryFirstResponse.getTypeId()
           
 ExpandedNodeId QueryFirstRequest.getTypeId()
           
 ExpandedNodeId QueryDataSet.getTypeId()
           
 ExpandedNodeId QueryDataDescription.getTypeId()
           
 ExpandedNodeId PublishResponse.getTypeId()
           
 ExpandedNodeId PublishRequest.getTypeId()
           
 ExpandedNodeId ProgramDiagnosticDataType.getTypeId()
           
 ExpandedNodeId ParsingResult.getTypeId()
           
 ExpandedNodeId OptionSet.getTypeId()
           
 ExpandedNodeId OpenSecureChannelResponse.getTypeId()
           
 ExpandedNodeId OpenSecureChannelRequest.getTypeId()
           
 ExpandedNodeId ObjectTypeNode.getTypeId()
           
 ExpandedNodeId ObjectTypeAttributes.getTypeId()
           
 ExpandedNodeId ObjectNode.getTypeId()
           
 ExpandedNodeId ObjectAttributes.getTypeId()
           
 ExpandedNodeId NotificationMessage.getTypeId()
           
 ExpandedNodeId NotificationData.getTypeId()
           
 ExpandedNodeId NodeTypeDescription.getTypeId()
           
 ExpandedNodeId NodeReference.getTypeId()
           
 ExpandedNodeId NodeAttributes.getTypeId()
           
 ExpandedNodeId Node.getTypeId()
           
 ExpandedNodeId NetworkGroupDataType.getTypeId()
           
 ExpandedNodeId MonitoringParameters.getTypeId()
           
 ExpandedNodeId MonitoringFilterResult.getTypeId()
           
 ExpandedNodeId MonitoringFilter.getTypeId()
           
 ExpandedNodeId MonitoredItemNotification.getTypeId()
           
 ExpandedNodeId MonitoredItemModifyResult.getTypeId()
           
 ExpandedNodeId MonitoredItemModifyRequest.getTypeId()
           
 ExpandedNodeId MonitoredItemCreateResult.getTypeId()
           
 ExpandedNodeId MonitoredItemCreateRequest.getTypeId()
           
 ExpandedNodeId ModifySubscriptionResponse.getTypeId()
           
 ExpandedNodeId ModifySubscriptionRequest.getTypeId()
           
 ExpandedNodeId ModifyMonitoredItemsResponse.getTypeId()
           
 ExpandedNodeId ModifyMonitoredItemsRequest.getTypeId()
           
 ExpandedNodeId ModificationInfo.getTypeId()
           
 ExpandedNodeId ModelChangeStructureDataType.getTypeId()
           
 ExpandedNodeId MethodNode.getTypeId()
           
 ExpandedNodeId MethodAttributes.getTypeId()
           
 ExpandedNodeId MdnsDiscoveryConfiguration.getTypeId()
           
 ExpandedNodeId LiteralOperand.getTypeId()
           
 ExpandedNodeId IssuedIdentityToken.getTypeId()
           
 ExpandedNodeId InstanceNode.getTypeId()
           
 ExpandedNodeId HistoryUpdateResult.getTypeId()
           
 ExpandedNodeId HistoryUpdateResponse.getTypeId()
           
 ExpandedNodeId HistoryUpdateRequest.getTypeId()
           
 ExpandedNodeId HistoryUpdateDetails.getTypeId()
           
 ExpandedNodeId HistoryReadValueId.getTypeId()
           
 ExpandedNodeId HistoryReadResult.getTypeId()
           
 ExpandedNodeId HistoryReadResponse.getTypeId()
           
 ExpandedNodeId HistoryReadRequest.getTypeId()
           
 ExpandedNodeId HistoryReadDetails.getTypeId()
           
 ExpandedNodeId HistoryModifiedData.getTypeId()
           
 ExpandedNodeId HistoryEventFieldList.getTypeId()
           
 ExpandedNodeId HistoryEvent.getTypeId()
           
 ExpandedNodeId HistoryData.getTypeId()
           
 ExpandedNodeId GetEndpointsResponse.getTypeId()
           
 ExpandedNodeId GetEndpointsRequest.getTypeId()
           
 ExpandedNodeId FindServersResponse.getTypeId()
           
 ExpandedNodeId FindServersRequest.getTypeId()
           
 ExpandedNodeId FindServersOnNetworkResponse.getTypeId()
           
 ExpandedNodeId FindServersOnNetworkRequest.getTypeId()
           
 ExpandedNodeId FilterOperand.getTypeId()
           
 ExpandedNodeId EventNotificationList.getTypeId()
           
 ExpandedNodeId EventFilterResult.getTypeId()
           
 ExpandedNodeId EventFilter.getTypeId()
           
 ExpandedNodeId EventFieldList.getTypeId()
           
 ExpandedNodeId EUInformation.getTypeId()
           
 ExpandedNodeId EnumValueType.getTypeId()
           
 ExpandedNodeId EndpointUrlListDataType.getTypeId()
           
 ExpandedNodeId EndpointDescription.getTypeId()
           
 ExpandedNodeId EndpointConfiguration.getTypeId()
           
 ExpandedNodeId ElementOperand.getTypeId()
           
 ExpandedNodeId DoubleComplexNumberType.getTypeId()
           
 ExpandedNodeId DiscoveryConfiguration.getTypeId()
           
 ExpandedNodeId DeleteSubscriptionsResponse.getTypeId()
           
 ExpandedNodeId DeleteSubscriptionsRequest.getTypeId()
           
 ExpandedNodeId DeleteReferencesResponse.getTypeId()
           
 ExpandedNodeId DeleteReferencesRequest.getTypeId()
           
 ExpandedNodeId DeleteReferencesItem.getTypeId()
           
 ExpandedNodeId DeleteRawModifiedDetails.getTypeId()
           
 ExpandedNodeId DeleteNodesResponse.getTypeId()
           
 ExpandedNodeId DeleteNodesRequest.getTypeId()
           
 ExpandedNodeId DeleteNodesItem.getTypeId()
           
 ExpandedNodeId DeleteMonitoredItemsResponse.getTypeId()
           
 ExpandedNodeId DeleteMonitoredItemsRequest.getTypeId()
           
 ExpandedNodeId DeleteEventDetails.getTypeId()
           
 ExpandedNodeId DeleteAtTimeDetails.getTypeId()
           
 ExpandedNodeId DataTypeNode.getTypeId()
           
 ExpandedNodeId DataTypeAttributes.getTypeId()
           
 ExpandedNodeId DataChangeNotification.getTypeId()
           
 ExpandedNodeId DataChangeFilter.getTypeId()
           
 ExpandedNodeId CreateSubscriptionResponse.getTypeId()
           
 ExpandedNodeId CreateSubscriptionRequest.getTypeId()
           
 ExpandedNodeId CreateSessionResponse.getTypeId()
           
 ExpandedNodeId CreateSessionRequest.getTypeId()
           
 ExpandedNodeId CreateMonitoredItemsResponse.getTypeId()
           
 ExpandedNodeId CreateMonitoredItemsRequest.getTypeId()
           
 ExpandedNodeId ContentFilterResult.getTypeId()
           
 ExpandedNodeId ContentFilterElementResult.getTypeId()
           
 ExpandedNodeId ContentFilterElement.getTypeId()
           
 ExpandedNodeId ContentFilter.getTypeId()
           
 ExpandedNodeId ComplexNumberType.getTypeId()
           
 ExpandedNodeId CloseSessionResponse.getTypeId()
           
 ExpandedNodeId CloseSessionRequest.getTypeId()
           
 ExpandedNodeId CloseSecureChannelResponse.getTypeId()
           
 ExpandedNodeId CloseSecureChannelRequest.getTypeId()
           
 ExpandedNodeId ChannelSecurityToken.getTypeId()
           
 ExpandedNodeId CancelResponse.getTypeId()
           
 ExpandedNodeId CancelRequest.getTypeId()
           
 ExpandedNodeId CallResponse.getTypeId()
           
 ExpandedNodeId CallRequest.getTypeId()
           
 ExpandedNodeId CallMethodResult.getTypeId()
           
 ExpandedNodeId CallMethodRequest.getTypeId()
           
 ExpandedNodeId BuildInfo.getTypeId()
           
 ExpandedNodeId BrowseResult.getTypeId()
           
 ExpandedNodeId BrowseResponse.getTypeId()
           
 ExpandedNodeId BrowseRequest.getTypeId()
           
 ExpandedNodeId BrowsePathTarget.getTypeId()
           
 ExpandedNodeId BrowsePathResult.getTypeId()
           
 ExpandedNodeId BrowsePath.getTypeId()
           
 ExpandedNodeId BrowseNextResponse.getTypeId()
           
 ExpandedNodeId BrowseNextRequest.getTypeId()
           
 ExpandedNodeId BrowseDescription.getTypeId()
           
 ExpandedNodeId AxisInformation.getTypeId()
           
 ExpandedNodeId AttributeOperand.getTypeId()
           
 ExpandedNodeId Argument.getTypeId()
           
 ExpandedNodeId ApplicationDescription.getTypeId()
           
 ExpandedNodeId AnonymousIdentityToken.getTypeId()
           
 ExpandedNodeId Annotation.getTypeId()
           
 ExpandedNodeId AggregateFilterResult.getTypeId()
           
 ExpandedNodeId AggregateFilter.getTypeId()
           
 ExpandedNodeId AggregateConfiguration.getTypeId()
           
 ExpandedNodeId AddReferencesResponse.getTypeId()
           
 ExpandedNodeId AddReferencesRequest.getTypeId()
           
 ExpandedNodeId AddReferencesItem.getTypeId()
           
 ExpandedNodeId AddNodesResult.getTypeId()
           
 ExpandedNodeId AddNodesResponse.getTypeId()
           
 ExpandedNodeId AddNodesRequest.getTypeId()
           
 ExpandedNodeId AddNodesItem.getTypeId()
           
 ExpandedNodeId ActivateSessionResponse.getTypeId()
           
 ExpandedNodeId ActivateSessionRequest.getTypeId()
           
 ExpandedNodeId XVType.getXmlEncodeId()
           
 ExpandedNodeId X509IdentityToken.getXmlEncodeId()
           
 ExpandedNodeId WriteValue.getXmlEncodeId()
           
 ExpandedNodeId WriteResponse.getXmlEncodeId()
           
 ExpandedNodeId WriteRequest.getXmlEncodeId()
           
 ExpandedNodeId ViewNode.getXmlEncodeId()
           
 ExpandedNodeId ViewDescription.getXmlEncodeId()
           
 ExpandedNodeId ViewAttributes.getXmlEncodeId()
           
 ExpandedNodeId VariableTypeNode.getXmlEncodeId()
           
 ExpandedNodeId VariableTypeAttributes.getXmlEncodeId()
           
 ExpandedNodeId VariableNode.getXmlEncodeId()
           
 ExpandedNodeId VariableAttributes.getXmlEncodeId()
           
 ExpandedNodeId UserTokenPolicy.getXmlEncodeId()
           
 ExpandedNodeId UserNameIdentityToken.getXmlEncodeId()
           
 ExpandedNodeId UserIdentityToken.getXmlEncodeId()
           
 ExpandedNodeId UpdateStructureDataDetails.getXmlEncodeId()
           
 ExpandedNodeId UpdateEventDetails.getXmlEncodeId()
           
 ExpandedNodeId UpdateDataDetails.getXmlEncodeId()
           
 ExpandedNodeId UnregisterNodesResponse.getXmlEncodeId()
           
 ExpandedNodeId UnregisterNodesRequest.getXmlEncodeId()
           
 ExpandedNodeId Union.getXmlEncodeId()
           
 ExpandedNodeId TypeNode.getXmlEncodeId()
           
 ExpandedNodeId TrustListDataType.getXmlEncodeId()
           
 ExpandedNodeId TranslateBrowsePathsToNodeIdsResponse.getXmlEncodeId()
           
 ExpandedNodeId TranslateBrowsePathsToNodeIdsRequest.getXmlEncodeId()
           
 ExpandedNodeId TransferSubscriptionsResponse.getXmlEncodeId()
           
 ExpandedNodeId TransferSubscriptionsRequest.getXmlEncodeId()
           
 ExpandedNodeId TransferResult.getXmlEncodeId()
           
 ExpandedNodeId TimeZoneDataType.getXmlEncodeId()
           
 ExpandedNodeId SubscriptionDiagnosticsDataType.getXmlEncodeId()
           
 ExpandedNodeId SubscriptionAcknowledgement.getXmlEncodeId()
           
 ExpandedNodeId StatusResult.getXmlEncodeId()
           
 ExpandedNodeId StatusChangeNotification.getXmlEncodeId()
           
 ExpandedNodeId SimpleAttributeOperand.getXmlEncodeId()
           
 ExpandedNodeId SignedSoftwareCertificate.getXmlEncodeId()
           
 ExpandedNodeId SignatureData.getXmlEncodeId()
           
 ExpandedNodeId SetTriggeringResponse.getXmlEncodeId()
           
 ExpandedNodeId SetTriggeringRequest.getXmlEncodeId()
           
 ExpandedNodeId SetPublishingModeResponse.getXmlEncodeId()
           
 ExpandedNodeId SetPublishingModeRequest.getXmlEncodeId()
           
 ExpandedNodeId SetMonitoringModeResponse.getXmlEncodeId()
           
 ExpandedNodeId SetMonitoringModeRequest.getXmlEncodeId()
           
 ExpandedNodeId SessionSecurityDiagnosticsDataType.getXmlEncodeId()
           
 ExpandedNodeId SessionDiagnosticsDataType.getXmlEncodeId()
           
 ExpandedNodeId ServiceFault.getXmlEncodeId()
           
 ExpandedNodeId ServiceCounterDataType.getXmlEncodeId()
           
 ExpandedNodeId ServerStatusDataType.getXmlEncodeId()
           
 ExpandedNodeId ServerOnNetwork.getXmlEncodeId()
           
 ExpandedNodeId ServerDiagnosticsSummaryDataType.getXmlEncodeId()
           
 ExpandedNodeId SemanticChangeStructureDataType.getXmlEncodeId()
           
 ExpandedNodeId SamplingIntervalDiagnosticsDataType.getXmlEncodeId()
           
 ExpandedNodeId ResponseHeader.getXmlEncodeId()
           
 ExpandedNodeId RequestHeader.getXmlEncodeId()
           
 ExpandedNodeId RepublishResponse.getXmlEncodeId()
           
 ExpandedNodeId RepublishRequest.getXmlEncodeId()
           
 ExpandedNodeId RelativePathElement.getXmlEncodeId()
           
 ExpandedNodeId RelativePath.getXmlEncodeId()
           
 ExpandedNodeId RegisterServerResponse.getXmlEncodeId()
           
 ExpandedNodeId RegisterServerRequest.getXmlEncodeId()
           
 ExpandedNodeId RegisterServer2Response.getXmlEncodeId()
           
 ExpandedNodeId RegisterServer2Request.getXmlEncodeId()
           
 ExpandedNodeId RegisterNodesResponse.getXmlEncodeId()
           
 ExpandedNodeId RegisterNodesRequest.getXmlEncodeId()
           
 ExpandedNodeId RegisteredServer.getXmlEncodeId()
           
 ExpandedNodeId ReferenceTypeNode.getXmlEncodeId()
           
 ExpandedNodeId ReferenceTypeAttributes.getXmlEncodeId()
           
 ExpandedNodeId ReferenceNode.getXmlEncodeId()
           
 ExpandedNodeId ReferenceDescription.getXmlEncodeId()
           
 ExpandedNodeId RedundantServerDataType.getXmlEncodeId()
           
 ExpandedNodeId ReadValueId.getXmlEncodeId()
           
 ExpandedNodeId ReadResponse.getXmlEncodeId()
           
 ExpandedNodeId ReadRequest.getXmlEncodeId()
           
 ExpandedNodeId ReadRawModifiedDetails.getXmlEncodeId()
           
 ExpandedNodeId ReadProcessedDetails.getXmlEncodeId()
           
 ExpandedNodeId ReadEventDetails.getXmlEncodeId()
           
 ExpandedNodeId ReadAtTimeDetails.getXmlEncodeId()
           
 ExpandedNodeId Range.getXmlEncodeId()
           
 ExpandedNodeId QueryNextResponse.getXmlEncodeId()
           
 ExpandedNodeId QueryNextRequest.getXmlEncodeId()
           
 ExpandedNodeId QueryFirstResponse.getXmlEncodeId()
           
 ExpandedNodeId QueryFirstRequest.getXmlEncodeId()
           
 ExpandedNodeId QueryDataSet.getXmlEncodeId()
           
 ExpandedNodeId QueryDataDescription.getXmlEncodeId()
           
 ExpandedNodeId PublishResponse.getXmlEncodeId()
           
 ExpandedNodeId PublishRequest.getXmlEncodeId()
           
 ExpandedNodeId ProgramDiagnosticDataType.getXmlEncodeId()
           
 ExpandedNodeId ParsingResult.getXmlEncodeId()
           
 ExpandedNodeId OptionSet.getXmlEncodeId()
           
 ExpandedNodeId OpenSecureChannelResponse.getXmlEncodeId()
           
 ExpandedNodeId OpenSecureChannelRequest.getXmlEncodeId()
           
 ExpandedNodeId ObjectTypeNode.getXmlEncodeId()
           
 ExpandedNodeId ObjectTypeAttributes.getXmlEncodeId()
           
 ExpandedNodeId ObjectNode.getXmlEncodeId()
           
 ExpandedNodeId ObjectAttributes.getXmlEncodeId()
           
 ExpandedNodeId NotificationMessage.getXmlEncodeId()
           
 ExpandedNodeId NotificationData.getXmlEncodeId()
           
 ExpandedNodeId NodeTypeDescription.getXmlEncodeId()
           
 ExpandedNodeId NodeReference.getXmlEncodeId()
           
 ExpandedNodeId NodeAttributes.getXmlEncodeId()
           
 ExpandedNodeId Node.getXmlEncodeId()
           
 ExpandedNodeId NetworkGroupDataType.getXmlEncodeId()
           
 ExpandedNodeId MonitoringParameters.getXmlEncodeId()
           
 ExpandedNodeId MonitoringFilterResult.getXmlEncodeId()
           
 ExpandedNodeId MonitoringFilter.getXmlEncodeId()
           
 ExpandedNodeId MonitoredItemNotification.getXmlEncodeId()
           
 ExpandedNodeId MonitoredItemModifyResult.getXmlEncodeId()
           
 ExpandedNodeId MonitoredItemModifyRequest.getXmlEncodeId()
           
 ExpandedNodeId MonitoredItemCreateResult.getXmlEncodeId()
           
 ExpandedNodeId MonitoredItemCreateRequest.getXmlEncodeId()
           
 ExpandedNodeId ModifySubscriptionResponse.getXmlEncodeId()
           
 ExpandedNodeId ModifySubscriptionRequest.getXmlEncodeId()
           
 ExpandedNodeId ModifyMonitoredItemsResponse.getXmlEncodeId()
           
 ExpandedNodeId ModifyMonitoredItemsRequest.getXmlEncodeId()
           
 ExpandedNodeId ModificationInfo.getXmlEncodeId()
           
 ExpandedNodeId ModelChangeStructureDataType.getXmlEncodeId()
           
 ExpandedNodeId MethodNode.getXmlEncodeId()
           
 ExpandedNodeId MethodAttributes.getXmlEncodeId()
           
 ExpandedNodeId MdnsDiscoveryConfiguration.getXmlEncodeId()
           
 ExpandedNodeId LiteralOperand.getXmlEncodeId()
           
 ExpandedNodeId IssuedIdentityToken.getXmlEncodeId()
           
 ExpandedNodeId InstanceNode.getXmlEncodeId()
           
 ExpandedNodeId HistoryUpdateResult.getXmlEncodeId()
           
 ExpandedNodeId HistoryUpdateResponse.getXmlEncodeId()
           
 ExpandedNodeId HistoryUpdateRequest.getXmlEncodeId()
           
 ExpandedNodeId HistoryUpdateDetails.getXmlEncodeId()
           
 ExpandedNodeId HistoryReadValueId.getXmlEncodeId()
           
 ExpandedNodeId HistoryReadResult.getXmlEncodeId()
           
 ExpandedNodeId HistoryReadResponse.getXmlEncodeId()
           
 ExpandedNodeId HistoryReadRequest.getXmlEncodeId()
           
 ExpandedNodeId HistoryReadDetails.getXmlEncodeId()
           
 ExpandedNodeId HistoryModifiedData.getXmlEncodeId()
           
 ExpandedNodeId HistoryEventFieldList.getXmlEncodeId()
           
 ExpandedNodeId HistoryEvent.getXmlEncodeId()
           
 ExpandedNodeId HistoryData.getXmlEncodeId()
           
 ExpandedNodeId GetEndpointsResponse.getXmlEncodeId()
           
 ExpandedNodeId GetEndpointsRequest.getXmlEncodeId()
           
 ExpandedNodeId FindServersResponse.getXmlEncodeId()
           
 ExpandedNodeId FindServersRequest.getXmlEncodeId()
           
 ExpandedNodeId FindServersOnNetworkResponse.getXmlEncodeId()
           
 ExpandedNodeId FindServersOnNetworkRequest.getXmlEncodeId()
           
 ExpandedNodeId FilterOperand.getXmlEncodeId()
           
 ExpandedNodeId EventNotificationList.getXmlEncodeId()
           
 ExpandedNodeId EventFilterResult.getXmlEncodeId()
           
 ExpandedNodeId EventFilter.getXmlEncodeId()
           
 ExpandedNodeId EventFieldList.getXmlEncodeId()
           
 ExpandedNodeId EUInformation.getXmlEncodeId()
           
 ExpandedNodeId EnumValueType.getXmlEncodeId()
           
 ExpandedNodeId EndpointUrlListDataType.getXmlEncodeId()
           
 ExpandedNodeId EndpointDescription.getXmlEncodeId()
           
 ExpandedNodeId EndpointConfiguration.getXmlEncodeId()
           
 ExpandedNodeId ElementOperand.getXmlEncodeId()
           
 ExpandedNodeId DoubleComplexNumberType.getXmlEncodeId()
           
 ExpandedNodeId DiscoveryConfiguration.getXmlEncodeId()
           
 ExpandedNodeId DeleteSubscriptionsResponse.getXmlEncodeId()
           
 ExpandedNodeId DeleteSubscriptionsRequest.getXmlEncodeId()
           
 ExpandedNodeId DeleteReferencesResponse.getXmlEncodeId()
           
 ExpandedNodeId DeleteReferencesRequest.getXmlEncodeId()
           
 ExpandedNodeId DeleteReferencesItem.getXmlEncodeId()
           
 ExpandedNodeId DeleteRawModifiedDetails.getXmlEncodeId()
           
 ExpandedNodeId DeleteNodesResponse.getXmlEncodeId()
           
 ExpandedNodeId DeleteNodesRequest.getXmlEncodeId()
           
 ExpandedNodeId DeleteNodesItem.getXmlEncodeId()
           
 ExpandedNodeId DeleteMonitoredItemsResponse.getXmlEncodeId()
           
 ExpandedNodeId DeleteMonitoredItemsRequest.getXmlEncodeId()
           
 ExpandedNodeId DeleteEventDetails.getXmlEncodeId()
           
 ExpandedNodeId DeleteAtTimeDetails.getXmlEncodeId()
           
 ExpandedNodeId DataTypeNode.getXmlEncodeId()
           
 ExpandedNodeId DataTypeAttributes.getXmlEncodeId()
           
 ExpandedNodeId DataChangeNotification.getXmlEncodeId()
           
 ExpandedNodeId DataChangeFilter.getXmlEncodeId()
           
 ExpandedNodeId CreateSubscriptionResponse.getXmlEncodeId()
           
 ExpandedNodeId CreateSubscriptionRequest.getXmlEncodeId()
           
 ExpandedNodeId CreateSessionResponse.getXmlEncodeId()
           
 ExpandedNodeId CreateSessionRequest.getXmlEncodeId()
           
 ExpandedNodeId CreateMonitoredItemsResponse.getXmlEncodeId()
           
 ExpandedNodeId CreateMonitoredItemsRequest.getXmlEncodeId()
           
 ExpandedNodeId ContentFilterResult.getXmlEncodeId()
           
 ExpandedNodeId ContentFilterElementResult.getXmlEncodeId()
           
 ExpandedNodeId ContentFilterElement.getXmlEncodeId()
           
 ExpandedNodeId ContentFilter.getXmlEncodeId()
           
 ExpandedNodeId ComplexNumberType.getXmlEncodeId()
           
 ExpandedNodeId CloseSessionResponse.getXmlEncodeId()
           
 ExpandedNodeId CloseSessionRequest.getXmlEncodeId()
           
 ExpandedNodeId CloseSecureChannelResponse.getXmlEncodeId()
           
 ExpandedNodeId CloseSecureChannelRequest.getXmlEncodeId()
           
 ExpandedNodeId ChannelSecurityToken.getXmlEncodeId()
           
 ExpandedNodeId CancelResponse.getXmlEncodeId()
           
 ExpandedNodeId CancelRequest.getXmlEncodeId()
           
 ExpandedNodeId CallResponse.getXmlEncodeId()
           
 ExpandedNodeId CallRequest.getXmlEncodeId()
           
 ExpandedNodeId CallMethodResult.getXmlEncodeId()
           
 ExpandedNodeId CallMethodRequest.getXmlEncodeId()
           
 ExpandedNodeId BuildInfo.getXmlEncodeId()
           
 ExpandedNodeId BrowseResult.getXmlEncodeId()
           
 ExpandedNodeId BrowseResponse.getXmlEncodeId()
           
 ExpandedNodeId BrowseRequest.getXmlEncodeId()
           
 ExpandedNodeId BrowsePathTarget.getXmlEncodeId()
           
 ExpandedNodeId BrowsePathResult.getXmlEncodeId()
           
 ExpandedNodeId BrowsePath.getXmlEncodeId()
           
 ExpandedNodeId BrowseNextResponse.getXmlEncodeId()
           
 ExpandedNodeId BrowseNextRequest.getXmlEncodeId()
           
 ExpandedNodeId BrowseDescription.getXmlEncodeId()
           
 ExpandedNodeId AxisInformation.getXmlEncodeId()
           
 ExpandedNodeId AttributeOperand.getXmlEncodeId()
           
 ExpandedNodeId Argument.getXmlEncodeId()
           
 ExpandedNodeId ApplicationDescription.getXmlEncodeId()
           
 ExpandedNodeId AnonymousIdentityToken.getXmlEncodeId()
           
 ExpandedNodeId Annotation.getXmlEncodeId()
           
 ExpandedNodeId AggregateFilterResult.getXmlEncodeId()
           
 ExpandedNodeId AggregateFilter.getXmlEncodeId()
           
 ExpandedNodeId AggregateConfiguration.getXmlEncodeId()
           
 ExpandedNodeId AddReferencesResponse.getXmlEncodeId()
           
 ExpandedNodeId AddReferencesRequest.getXmlEncodeId()
           
 ExpandedNodeId AddReferencesItem.getXmlEncodeId()
           
 ExpandedNodeId AddNodesResult.getXmlEncodeId()
           
 ExpandedNodeId AddNodesResponse.getXmlEncodeId()
           
 ExpandedNodeId AddNodesRequest.getXmlEncodeId()
           
 ExpandedNodeId AddNodesItem.getXmlEncodeId()
           
 ExpandedNodeId ActivateSessionResponse.getXmlEncodeId()
           
 ExpandedNodeId ActivateSessionRequest.getXmlEncodeId()
           
 

Methods in org.opcfoundation.ua.core with parameters of type ExpandedNodeId
 void ReferenceDescription.setNodeId(ExpandedNodeId NodeId)
           
 void QueryDataSet.setNodeId(ExpandedNodeId NodeId)
           
 void AddNodesItem.setParentNodeId(ExpandedNodeId ParentNodeId)
           
 void AddNodesItem.setRequestedNewNodeId(ExpandedNodeId RequestedNewNodeId)
           
 void ReferenceNode.setTargetId(ExpandedNodeId TargetId)
           
 void BrowsePathTarget.setTargetId(ExpandedNodeId TargetId)
           
 void DeleteReferencesItem.setTargetNodeId(ExpandedNodeId TargetNodeId)
           
 void AddReferencesItem.setTargetNodeId(ExpandedNodeId TargetNodeId)
           
 void ReferenceDescription.setTypeDefinition(ExpandedNodeId TypeDefinition)
           
 void AddNodesItem.setTypeDefinition(ExpandedNodeId TypeDefinition)
           
 void QueryDataSet.setTypeDefinitionNode(ExpandedNodeId TypeDefinitionNode)
           
 void NodeTypeDescription.setTypeDefinitionNode(ExpandedNodeId TypeDefinitionNode)
           
 

Constructors in org.opcfoundation.ua.core with parameters of type ExpandedNodeId
AddNodesItem(ExpandedNodeId ParentNodeId, NodeId ReferenceTypeId, ExpandedNodeId RequestedNewNodeId, QualifiedName BrowseName, NodeClass NodeClass, ExtensionObject NodeAttributes, ExpandedNodeId TypeDefinition)
           
AddReferencesItem(NodeId SourceNodeId, NodeId ReferenceTypeId, Boolean IsForward, String TargetServerUri, ExpandedNodeId TargetNodeId, NodeClass TargetNodeClass)
           
BrowsePathTarget(ExpandedNodeId TargetId, UnsignedInteger RemainingPathIndex)
           
DeleteReferencesItem(NodeId SourceNodeId, NodeId ReferenceTypeId, Boolean IsForward, ExpandedNodeId TargetNodeId, Boolean DeleteBidirectional)
           
NodeTypeDescription(ExpandedNodeId TypeDefinitionNode, Boolean IncludeSubTypes, QueryDataDescription[] DataToReturn)
           
QueryDataSet(ExpandedNodeId NodeId, ExpandedNodeId TypeDefinitionNode, Variant[] Values)
           
ReferenceDescription(NodeId ReferenceTypeId, Boolean IsForward, ExpandedNodeId NodeId, QualifiedName BrowseName, LocalizedText DisplayName, NodeClass NodeClass, ExpandedNodeId TypeDefinition)
           
ReferenceNode(NodeId ReferenceTypeId, Boolean IsInverse, ExpandedNodeId TargetId)
           
 

Uses of ExpandedNodeId in org.opcfoundation.ua.encoding
 

Methods in org.opcfoundation.ua.encoding that return ExpandedNodeId
 ExpandedNodeId IDecoder.getExpandedNodeId(String fieldName)
          getExpandedNodeId.
 ExpandedNodeId[] IDecoder.getExpandedNodeIdArray(String fieldName)
          getExpandedNodeIdArray.
 

Methods in org.opcfoundation.ua.encoding with parameters of type ExpandedNodeId
 void IEncoder.putExpandedNodeId(String fieldName, ExpandedNodeId v)
          putExpandedNodeId.
 void IEncoder.putExpandedNodeIdArray(String fieldName, ExpandedNodeId[] v)
          putExpandedNodeIdArray.
 NodeId EncoderContext.toNodeId(ExpandedNodeId id)
          toNodeId.
 

Method parameters in org.opcfoundation.ua.encoding with type arguments of type ExpandedNodeId
 void IEncoder.putExpandedNodeIdArray(String fieldName, Collection<ExpandedNodeId> v)
          putExpandedNodeIdArray.
 

Uses of ExpandedNodeId in org.opcfoundation.ua.encoding.binary
 

Methods in org.opcfoundation.ua.encoding.binary that return ExpandedNodeId
 ExpandedNodeId BinaryDecoder.getExpandedNodeId(String fieldName)
          getExpandedNodeId.
 ExpandedNodeId[] BinaryDecoder.getExpandedNodeIdArray(String fieldName)
          getExpandedNodeIdArray.
 ExpandedNodeId IEncodeableSerializer.getNodeId(Class<? extends IEncodeable> clazz, EncodeType type)
          getNodeId.
 ExpandedNodeId EncodeableReflectionSerializer.getNodeId(Class<? extends IEncodeable> clazz, EncodeType type)
          getNodeId.
 

Methods in org.opcfoundation.ua.encoding.binary with parameters of type ExpandedNodeId
 Class<? extends IEncodeable> IEncodeableSerializer.getClass(ExpandedNodeId id)
          getClass.
 Class<? extends IEncodeable> EncodeableReflectionSerializer.getClass(ExpandedNodeId id)
          getClass.
 void EncoderCalc.putExpandedNodeId(String fieldName, ExpandedNodeId v)
          putExpandedNodeId.
 void BinaryEncoder.putExpandedNodeId(String fieldName, ExpandedNodeId v)
          putExpandedNodeId.
 void EncoderCalc.putExpandedNodeIdArray(String fieldName, ExpandedNodeId[] v)
          putExpandedNodeIdArray.
 void BinaryEncoder.putExpandedNodeIdArray(String fieldName, ExpandedNodeId[] v)
          putExpandedNodeIdArray.
 

Method parameters in org.opcfoundation.ua.encoding.binary with type arguments of type ExpandedNodeId
 void IEncodeableSerializer.getSupportedNodeIds(Collection<ExpandedNodeId> result)
          Get the set of node ids this serializes knows how to decode.
 void EncodeableReflectionSerializer.getSupportedNodeIds(Collection<ExpandedNodeId> result)
          Get the set of node ids this serializes knows how to decode.
 void EncoderCalc.putExpandedNodeIdArray(String fieldName, Collection<ExpandedNodeId> v)
          putExpandedNodeIdArray.
 void BinaryEncoder.putExpandedNodeIdArray(String fieldName, Collection<ExpandedNodeId> v)
          putExpandedNodeIdArray.
 

Uses of ExpandedNodeId in org.opcfoundation.ua.encoding.utils
 

Fields in org.opcfoundation.ua.encoding.utils declared as ExpandedNodeId
 ExpandedNodeId EncodeableDesc.binaryId
           
 ExpandedNodeId EncodeableDesc.id
           
 ExpandedNodeId EncodeableDesc.xmlId
           
 

Methods in org.opcfoundation.ua.encoding.utils that return ExpandedNodeId
 ExpandedNodeId SerializerComposition.getNodeId(Class<? extends IEncodeable> clazz, EncodeType type)
          getNodeId.
 ExpandedNodeId AbstractSerializer.getNodeId(Class<? extends IEncodeable> clazz, EncodeType type)
          getNodeId.
 

Methods in org.opcfoundation.ua.encoding.utils that return types with arguments of type ExpandedNodeId
 Map<ExpandedNodeId,EncodeableDesc> EncodeableDescTable.getBinIdMap()
          Getter for the field binIdMap.
 Map<ExpandedNodeId,EncodeableDesc> EncodeableDescTable.getIdMap()
          Getter for the field idMap.
 Map<ExpandedNodeId,EncodeableDesc> EncodeableDescTable.getXmlIdMap()
          Getter for the field xmlIdMap.
 

Methods in org.opcfoundation.ua.encoding.utils with parameters of type ExpandedNodeId
 EncodeableDesc EncodeableDescTable.get(ExpandedNodeId id)
          get.
 Class<? extends IEncodeable> SerializerComposition.getClass(ExpandedNodeId id)
          getClass.
 Class<? extends IEncodeable> AbstractSerializer.getClass(ExpandedNodeId id)
          getClass.
 

Method parameters in org.opcfoundation.ua.encoding.utils with type arguments of type ExpandedNodeId
 void SerializerComposition.getSupportedNodeIds(Collection<ExpandedNodeId> result)
          Get the set of node ids this serializes knows how to decode.
 void AbstractSerializer.getSupportedNodeIds(Collection<ExpandedNodeId> result)
          Get the set of node ids this serializes knows how to decode.
 

Constructors in org.opcfoundation.ua.encoding.utils with parameters of type ExpandedNodeId
AbstractSerializer(Class<? extends IEncodeable> clazz, ExpandedNodeId binaryId, ExpandedNodeId xmlId)
          Constructor for AbstractSerializer.
AbstractSerializer(Class<? extends IEncodeable> clazz, ExpandedNodeId binaryId, ExpandedNodeId xmlId, ExpandedNodeId nodeId)
          Constructor for AbstractSerializer.
EncodeableDesc(Class<? extends IEncodeable> clazz, EncodeableDesc.FieldInfo[] fields, ExpandedNodeId id, String url, ExpandedNodeId binaryId, ExpandedNodeId xmlId)
          Constructor for EncodeableDesc.
 

Uses of ExpandedNodeId in org.opcfoundation.ua.encoding.xml
 

Methods in org.opcfoundation.ua.encoding.xml that return ExpandedNodeId
 ExpandedNodeId XmlDecoder.getExpandedNodeId(String fieldName)
          getExpandedNodeId.
 ExpandedNodeId[] XmlDecoder.getExpandedNodeIdArray(String fieldName)
          getExpandedNodeIdArray.
 

Methods in org.opcfoundation.ua.encoding.xml with parameters of type ExpandedNodeId
 Object XmlDecoder.getExtensionObjectBody(ExpandedNodeId typeId)
          getExtensionObjectBody.
 



Copyright © 2018. All rights reserved.