Uses of Package
org.opcfoundation.ua.builtintypes

Packages that use org.opcfoundation.ua.builtintypes
org.opcfoundation.ua.application The code in this package is for application developer. 
org.opcfoundation.ua.builtintypes OPC UA Part 6 defines 25 builtin types. 
org.opcfoundation.ua.cert   
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. 
org.opcfoundation.ua.transport This package contains SecureChannel and related interfaces 
org.opcfoundation.ua.transport.endpoint Endpoint related classes 
org.opcfoundation.ua.transport.https Code for creating a HTTPS based secure channel 
org.opcfoundation.ua.transport.security This folder contains common security related classes 
org.opcfoundation.ua.transport.tcp.impl   
org.opcfoundation.ua.transport.tcp.io   
org.opcfoundation.ua.transport.tcp.nio   
org.opcfoundation.ua.utils Utility classes 
 

Classes in org.opcfoundation.ua.builtintypes used by org.opcfoundation.ua.application
ByteString
          This primitive DataType specifies a ByteString, similar as String but for bytes.
LocalizedText
          This primitive DataType is specified as a string that is composed of a language component and a country/region component as specified by RFC 3066.
NodeId
          An identifier of a node in the address space of an OPC UA server.
ServiceRequest
          Super inteface for all service requests messages
ServiceResponse
          Super interface for all service response messages
UnsignedInteger
          Unsigned Integer represents an integer number value between 0 .. and 0xFFFFFFFF.
 

Classes in org.opcfoundation.ua.builtintypes used by org.opcfoundation.ua.builtintypes
ByteString
          This primitive DataType specifies a ByteString, similar as String but for bytes.
DateTime
          OPC UA DateTime.
DiagnosticInfo
          DiagnosticInfo class.
Enumeration
          Super interface for all UA encodeable enumerations.
ExpandedNodeId
          A NodeId that allows the NamespaceUri to be specified explicitly instead of NamespaceIndex.
ExtensionObject
          Extension object contains a Structure which is either XML or binary encoded.
LocalizedText
          This primitive DataType is specified as a string that is composed of a language component and a country/region component as specified by RFC 3066.
NodeId
          An identifier of a node in the address space of an OPC UA server.
NodeReference
          A reference to a node.
QualifiedName
          A name qualified by a namespace.
ServiceResult
          ServiceResult class.
StatusCode
          A numeric identifier for a error or condition that is associated with a value or an operation.
Structure
          Super interface for all complex type serializable objects
UnsignedByte
          UnsignedByte class.
UnsignedInteger
          Unsigned Integer represents an integer number value between 0 .. and 0xFFFFFFFF.
UnsignedLong
          Unsigned Long represents an integer number value between 0 .. and 0xFFFFFFFFFFFFFFFF.
UnsignedShort
          Unsigned Short represents an integer number value between 0 .. and 0xFFFF.
Variant
          Variant wraps an arbitrary builtin variable, an array of builtin variables or a multi-dimension array of builtin variable.
XmlElement
          An XML element is a container for XML DOM documents.
 

Classes in org.opcfoundation.ua.builtintypes used by org.opcfoundation.ua.cert
StatusCode
          A numeric identifier for a error or condition that is associated with a value or an operation.
 

Classes in org.opcfoundation.ua.builtintypes used by org.opcfoundation.ua.common
ExpandedNodeId
          A NodeId that allows the NamespaceUri to be specified explicitly instead of NamespaceIndex.
NodeId
          An identifier of a node in the address space of an OPC UA server.
ServiceResult
          ServiceResult class.
StatusCode
          A numeric identifier for a error or condition that is associated with a value or an operation.
UnsignedInteger
          Unsigned Integer represents an integer number value between 0 .. and 0xFFFFFFFF.
 

Classes in org.opcfoundation.ua.builtintypes used by org.opcfoundation.ua.core
ByteString
          This primitive DataType specifies a ByteString, similar as String but for bytes.
DataValue
          DataValue class.
DateTime
          OPC UA DateTime.
DiagnosticInfo
          DiagnosticInfo class.
Enumeration
          Super interface for all UA encodeable enumerations.
ExpandedNodeId
          A NodeId that allows the NamespaceUri to be specified explicitly instead of NamespaceIndex.
ExtensionObject
          Extension object contains a Structure which is either XML or binary encoded.
LocalizedText
          This primitive DataType is specified as a string that is composed of a language component and a country/region component as specified by RFC 3066.
NodeId
          An identifier of a node in the address space of an OPC UA server.
QualifiedName
          A name qualified by a namespace.
ServiceRequest
          Super inteface for all service requests messages
ServiceResponse
          Super interface for all service response messages
ServiceResult
          ServiceResult class.
StatusCode
          A numeric identifier for a error or condition that is associated with a value or an operation.
Structure
          Super interface for all complex type serializable objects
UnsignedByte
          UnsignedByte class.
UnsignedInteger
          Unsigned Integer represents an integer number value between 0 .. and 0xFFFFFFFF.
UnsignedShort
          Unsigned Short represents an integer number value between 0 .. and 0xFFFF.
Variant
          Variant wraps an arbitrary builtin variable, an array of builtin variables or a multi-dimension array of builtin variable.
 

Classes in org.opcfoundation.ua.builtintypes used by org.opcfoundation.ua.encoding
ByteString
          This primitive DataType specifies a ByteString, similar as String but for bytes.
DataValue
          DataValue class.
DateTime
          OPC UA DateTime.
DiagnosticInfo
          DiagnosticInfo class.
Enumeration
          Super interface for all UA encodeable enumerations.
ExpandedNodeId
          A NodeId that allows the NamespaceUri to be specified explicitly instead of NamespaceIndex.
ExtensionObject
          Extension object contains a Structure which is either XML or binary encoded.
LocalizedText
          This primitive DataType is specified as a string that is composed of a language component and a country/region component as specified by RFC 3066.
NodeId
          An identifier of a node in the address space of an OPC UA server.
QualifiedName
          A name qualified by a namespace.
StatusCode
          A numeric identifier for a error or condition that is associated with a value or an operation.
Structure
          Super interface for all complex type serializable objects
UnsignedByte
          UnsignedByte class.
UnsignedInteger
          Unsigned Integer represents an integer number value between 0 .. and 0xFFFFFFFF.
UnsignedLong
          Unsigned Long represents an integer number value between 0 .. and 0xFFFFFFFFFFFFFFFF.
UnsignedShort
          Unsigned Short represents an integer number value between 0 .. and 0xFFFF.
Variant
          Variant wraps an arbitrary builtin variable, an array of builtin variables or a multi-dimension array of builtin variable.
XmlElement
          An XML element is a container for XML DOM documents.
 

Classes in org.opcfoundation.ua.builtintypes used by org.opcfoundation.ua.encoding.binary
ByteString
          This primitive DataType specifies a ByteString, similar as String but for bytes.
DataValue
          DataValue class.
DateTime
          OPC UA DateTime.
DiagnosticInfo
          DiagnosticInfo class.
Enumeration
          Super interface for all UA encodeable enumerations.
ExpandedNodeId
          A NodeId that allows the NamespaceUri to be specified explicitly instead of NamespaceIndex.
ExtensionObject
          Extension object contains a Structure which is either XML or binary encoded.
LocalizedText
          This primitive DataType is specified as a string that is composed of a language component and a country/region component as specified by RFC 3066.
NodeId
          An identifier of a node in the address space of an OPC UA server.
QualifiedName
          A name qualified by a namespace.
StatusCode
          A numeric identifier for a error or condition that is associated with a value or an operation.
Structure
          Super interface for all complex type serializable objects
UnsignedByte
          UnsignedByte class.
UnsignedInteger
          Unsigned Integer represents an integer number value between 0 .. and 0xFFFFFFFF.
UnsignedLong
          Unsigned Long represents an integer number value between 0 .. and 0xFFFFFFFFFFFFFFFF.
UnsignedShort
          Unsigned Short represents an integer number value between 0 .. and 0xFFFF.
Variant
          Variant wraps an arbitrary builtin variable, an array of builtin variables or a multi-dimension array of builtin variable.
XmlElement
          An XML element is a container for XML DOM documents.
 

Classes in org.opcfoundation.ua.builtintypes used by org.opcfoundation.ua.encoding.utils
ExpandedNodeId
          A NodeId that allows the NamespaceUri to be specified explicitly instead of NamespaceIndex.
NodeId
          An identifier of a node in the address space of an OPC UA server.
 

Classes in org.opcfoundation.ua.builtintypes used by org.opcfoundation.ua.encoding.xml
ByteString
          This primitive DataType specifies a ByteString, similar as String but for bytes.
DataValue
          DataValue class.
DateTime
          OPC UA DateTime.
DiagnosticInfo
          DiagnosticInfo class.
Enumeration
          Super interface for all UA encodeable enumerations.
ExpandedNodeId
          A NodeId that allows the NamespaceUri to be specified explicitly instead of NamespaceIndex.
ExtensionObject
          Extension object contains a Structure which is either XML or binary encoded.
LocalizedText
          This primitive DataType is specified as a string that is composed of a language component and a country/region component as specified by RFC 3066.
NodeId
          An identifier of a node in the address space of an OPC UA server.
QualifiedName
          A name qualified by a namespace.
StatusCode
          A numeric identifier for a error or condition that is associated with a value or an operation.
Structure
          Super interface for all complex type serializable objects
UnsignedByte
          UnsignedByte class.
UnsignedInteger
          Unsigned Integer represents an integer number value between 0 .. and 0xFFFFFFFF.
UnsignedLong
          Unsigned Long represents an integer number value between 0 .. and 0xFFFFFFFFFFFFFFFF.
UnsignedShort
          Unsigned Short represents an integer number value between 0 .. and 0xFFFF.
Variant
          Variant wraps an arbitrary builtin variable, an array of builtin variables or a multi-dimension array of builtin variable.
XmlElement
          An XML element is a container for XML DOM documents.
 

Classes in org.opcfoundation.ua.builtintypes used by org.opcfoundation.ua.transport
ByteString
          This primitive DataType specifies a ByteString, similar as String but for bytes.
ExtensionObject
          Extension object contains a Structure which is either XML or binary encoded.
NodeId
          An identifier of a node in the address space of an OPC UA server.
ServiceRequest
          Super inteface for all service requests messages
ServiceResponse
          Super interface for all service response messages
UnsignedByte
          UnsignedByte class.
UnsignedInteger
          Unsigned Integer represents an integer number value between 0 .. and 0xFFFFFFFF.
 

Classes in org.opcfoundation.ua.builtintypes used by org.opcfoundation.ua.transport.endpoint
ServiceRequest
          Super inteface for all service requests messages
ServiceResponse
          Super interface for all service response messages
 

Classes in org.opcfoundation.ua.builtintypes used by org.opcfoundation.ua.transport.https
ServiceRequest
          Super inteface for all service requests messages
ServiceResponse
          Super interface for all service response messages
 

Classes in org.opcfoundation.ua.builtintypes used by org.opcfoundation.ua.transport.security
StatusCode
          A numeric identifier for a error or condition that is associated with a value or an operation.
 

Classes in org.opcfoundation.ua.builtintypes used by org.opcfoundation.ua.transport.tcp.impl
ByteString
          This primitive DataType specifies a ByteString, similar as String but for bytes.
StatusCode
          A numeric identifier for a error or condition that is associated with a value or an operation.
UnsignedInteger
          Unsigned Integer represents an integer number value between 0 .. and 0xFFFFFFFF.
 

Classes in org.opcfoundation.ua.builtintypes used by org.opcfoundation.ua.transport.tcp.io
ServiceRequest
          Super inteface for all service requests messages
ServiceResponse
          Super interface for all service response messages
UnsignedInteger
          Unsigned Integer represents an integer number value between 0 .. and 0xFFFFFFFF.
 

Classes in org.opcfoundation.ua.builtintypes used by org.opcfoundation.ua.transport.tcp.nio
ServiceRequest
          Super inteface for all service requests messages
ServiceResponse
          Super interface for all service response messages
StatusCode
          A numeric identifier for a error or condition that is associated with a value or an operation.
UnsignedInteger
          Unsigned Integer represents an integer number value between 0 .. and 0xFFFFFFFF.
 

Classes in org.opcfoundation.ua.builtintypes used by org.opcfoundation.ua.utils
ByteString
          This primitive DataType specifies a ByteString, similar as String but for bytes.
Structure
          Super interface for all complex type serializable objects
UnsignedInteger
          Unsigned Integer represents an integer number value between 0 .. and 0xFFFFFFFF.
 



Copyright © 2018. All rights reserved.