com.prosysopc.ua.types.opcua.server
Class SessionSecurityDiagnosticsTypeNodeBase

java.lang.Object
  extended by com.prosysopc.ua.nodes.AbstractUaNode
      extended by com.prosysopc.ua.server.nodes.ServerNode
          extended by com.prosysopc.ua.server.nodes.BaseNode
              extended by com.prosysopc.ua.server.nodes.UaInstanceNode
                  extended by com.prosysopc.ua.server.nodes.UaVariableNode
                      extended by com.prosysopc.ua.server.nodes.CacheVariable
                          extended by com.prosysopc.ua.server.nodes.AbstractGeneratedVariableNode
                              extended by com.prosysopc.ua.types.opcua.server.BaseVariableTypeNode
                                  extended by com.prosysopc.ua.types.opcua.server.BaseDataVariableTypeNodeBase
                                      extended by com.prosysopc.ua.types.opcua.server.BaseDataVariableTypeNode
                                          extended by com.prosysopc.ua.types.opcua.server.SessionSecurityDiagnosticsTypeNodeBase
All Implemented Interfaces:
UaInstance, UaNode, UaValueNode, UaVariable, GeneratedNode, BaseDataVariableType, BaseInstanceType, BaseVariableType, SessionSecurityDiagnosticsType
Direct Known Subclasses:
SessionSecurityDiagnosticsTypeNode

public abstract class SessionSecurityDiagnosticsTypeNodeBase
extends BaseDataVariableTypeNode
implements SessionSecurityDiagnosticsType

Generated on 2018-05-09 10:46:24


Field Summary
 
Fields inherited from class com.prosysopc.ua.server.nodes.BaseNode
NODE_VERSION_PROPERTY_NAME
 
Fields inherited from class com.prosysopc.ua.server.nodes.ServerNode
eventListeners, INITIALIZATION_TIME, nodeManager, supportedAttributesMap
 
Fields inherited from interface com.prosysopc.ua.types.opcua.SessionSecurityDiagnosticsType
AUTHENTICATION_MECHANISM, CLIENT_CERTIFICATE, CLIENT_USER_ID_HISTORY, CLIENT_USER_ID_OF_SESSION, ENCODING, SECURITY_MODE, SECURITY_POLICY_URI, SESSION_ID, TRANSPORT_PROTOCOL
 
Constructor Summary
protected SessionSecurityDiagnosticsTypeNodeBase(NodeManagerUaNode nodeManager, org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.builtintypes.QualifiedName browseName, org.opcfoundation.ua.builtintypes.LocalizedText displayName)
           
 
Method Summary
 void afterCreate()
          This method is called after NodeBuilder has constructed the instance, it is called for every sub-node that also implement this interface
 String getAuthenticationMechanism()
           
 BaseDataVariableTypeNode getAuthenticationMechanismNode()
           
 org.opcfoundation.ua.builtintypes.ByteString getClientCertificate()
           
 BaseDataVariableTypeNode getClientCertificateNode()
           
 String[] getClientUserIdHistory()
           
 BaseDataVariableTypeNode getClientUserIdHistoryNode()
           
 String getClientUserIdOfSession()
           
 BaseDataVariableTypeNode getClientUserIdOfSessionNode()
           
 String getEncoding()
           
 BaseDataVariableTypeNode getEncodingNode()
           
 org.opcfoundation.ua.core.MessageSecurityMode getSecurityMode()
           
 BaseDataVariableTypeNode getSecurityModeNode()
           
 String getSecurityPolicyUri()
           
 BaseDataVariableTypeNode getSecurityPolicyUriNode()
           
 org.opcfoundation.ua.builtintypes.NodeId getSessionId()
           
 BaseDataVariableTypeNode getSessionIdNode()
           
static GeneratedNodeInitializer<SessionSecurityDiagnosticsTypeNode> getSessionSecurityDiagnosticsTypeNodeInitializer()
           
 String getTransportProtocol()
           
 BaseDataVariableTypeNode getTransportProtocolNode()
           
 void setAuthenticationMechanism(String value)
           
 void setClientCertificate(org.opcfoundation.ua.builtintypes.ByteString value)
           
 void setClientUserIdHistory(String[] value)
           
 void setClientUserIdOfSession(String value)
           
 void setEncoding(String value)
           
 void setSecurityMode(org.opcfoundation.ua.core.MessageSecurityMode value)
           
 void setSecurityPolicyUri(String value)
           
 void setSessionId(org.opcfoundation.ua.builtintypes.NodeId value)
           
static void setSessionSecurityDiagnosticsTypeNodeInitializer(GeneratedNodeInitializer<SessionSecurityDiagnosticsTypeNode> sessionSecurityDiagnosticsTypeNodeInitializerNewValue)
           
 void setTransportProtocol(String value)
           
 
Methods inherited from class com.prosysopc.ua.types.opcua.server.BaseDataVariableTypeNodeBase
getBaseDataVariableTypeNodeInitializer, setBaseDataVariableTypeNodeInitializer
 
Methods inherited from class com.prosysopc.ua.server.nodes.AbstractGeneratedVariableNode
callAfterCreateIfExists, getDefaultTypeDefinition, getQualifiedName
 
Methods inherited from class com.prosysopc.ua.server.nodes.CacheVariable
doSetValue, getValue, updateValue, updateValue
 
Methods inherited from class com.prosysopc.ua.server.nodes.UaVariableNode
addProperty, addReflectiveVariable, beforeAddReference, checkPropertyType, checkPropertyType, createDataValue, exposeStructureWithReflectiveVariables, getAccessLevel, getArrayDimensions, getAttributes, getAttributes, getDataType, getDataTypeId, getHistorizing, getMinimumSamplingInterval, getNodeClass, getProperties, getStatus, getUserAccessLevel, getValueRank, hasUserWriteAccess, hasWriteAccess, initSupportedAttributes, isPropertyType, notifyValueChanging, notifyValueChanging, readAttributeValue, semanticsChanged, setAccessLevel, setArrayDimensions, setAttributes, setDataType, setDataTypeId, setHistorizing, setMinimumSamplingInterval, setStatus, setTypeDefinition, setTypeDefinitionId, setUserAccessLevel, setValue, setValue, setValueRank, structureChanged, toString, writeAttributeValue
 
Methods inherited from class com.prosysopc.ua.server.nodes.UaInstanceNode
addModellingRule, getTypeDefinition, getTypeDefinitionId, hasTypeDefinition, registerOverridePlainMethod, setTypeDefinitionId, supportsTypeDefinitionNode
 
Methods inherited from class com.prosysopc.ua.server.nodes.BaseNode
addPlainProperty, addPlainVariable, assertTypeSupport, assertTypeSupport, createNodeId, createNodeId, createReflectiveInstanceProperty, createReflectiveInstanceProperty, deleteReference, deleteReference, doAddProperty, getAttributes, getBrowseName, getComponent, getComponents, getDescription, getDescription, getDisplayName, getDisplayName, getMethod, getNodeVersion, getNodeVersionValue, getProperty, getPropertyValue, getReferencesAsList, getStandardBrowseName, getStandardDisplayText, getUserWriteMask, getWriteMask, hasProperty, hasReference, incNodeVersion, initNodeVersion, isChildOfType, readAttribute, readAttribute, registerCallbackProperty, registerPlainInstanceProperty, registerPlainInstanceProperty, registerPlainProperty, registerPlainProperty, registerPlainVariable, registerPlainVariable, registerReflectiveInstanceProperty, registerReflectiveInstanceVariable, registerReflectiveProperty, registerReflectiveVariable, removeProperty, setAccessLevelRecursively, setAccessLevelRecursively, setAttribute, setBrowseName, setDescription, setDisplayName, setNodeVersionValue, setPropertyValue, setUserWriteMask, setWriteMask, writeAttribute
 
Methods inherited from class com.prosysopc.ua.server.nodes.ServerNode
addComponent, addDataChangeListener, addEventListener, addNewReference, addNewReference, addOrganizes, addProperties, addReference, addReference, addReference, addReference, addReference, addReference, afterAddReference, afterDeleteReference, dataChange, deleteReference, deleteReference, deleteReferences, doDeleteReference, equals, findPlaceholders, fireDataChange, fireEvent, fireEventInParents, getAddressSpace, getDefaultBrowseName, getNodeId, getNodeManager, getReference, getReferenceList, getReferences, getSupportedAttributes, getTargetNodes, hashCode, isAddNotifierReferencesToServerObject, isFalseOrNull, isMandatory, isMonitoredForEvents, isTrueOrNull, isType, referenceTypeInherits, removeComponent, removeDataChangeListener, removeEventListener, setAddNotifierReferencesToServerObject, setReferences, supportsAttribute, translateBrowsePathToNodeIds, validateHasEventSourceChain, validateHasEventSourceChain
 
Methods inherited from class com.prosysopc.ua.nodes.AbstractUaNode
getForwardReferences, getInverseReferences, getReferences, getReferences, referenceTypeInherits
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.prosysopc.ua.types.opcua.BaseVariableType
getValue, setValue
 
Methods inherited from interface com.prosysopc.ua.types.opcua.BaseInstanceType
getQualifiedName
 
Methods inherited from interface com.prosysopc.ua.nodes.UaVariable
addDataChangeListener, getAccessLevel, getHistorizing, getMinimumSamplingInterval, getUserAccessLevel, removeDataChangeListener, setAccessLevel, setHistorizing, setMinimumSamplingInterval, setUserAccessLevel
 
Methods inherited from interface com.prosysopc.ua.nodes.UaInstance
getTypeDefinition, getTypeDefinitionId, setTypeDefinition, setTypeDefinitionId, setTypeDefinitionId
 
Methods inherited from interface com.prosysopc.ua.nodes.UaValueNode
getArrayDimensions, getDataType, getDataTypeId, getValueRank, setArrayDimensions, setDataType, setDataTypeId, setValue, setValueRank
 
Methods inherited from interface com.prosysopc.ua.nodes.UaNode
addComponent, addProperty, addReference, addReference, addReference, deleteReference, deleteReference, deleteReference, deleteReference, getAddressSpace, getAttributes, getBrowseName, getComponent, getComponents, getDescription, getDisplayName, getForwardReferences, getInverseReferences, getMethod, getNodeClass, getNodeId, getNodeVersion, getProperties, getProperty, getReference, getReferences, getReferences, getSupportedAttributes, getUserWriteMask, getWriteMask, hasUserWriteAccess, hasWriteAccess, readAttribute, readAttribute, removeComponent, removeProperty, setAttribute, setAttributes, setBrowseName, setDescription, setDisplayName, setReferences, setUserWriteMask, setWriteMask, supportsAttribute, writeAttribute
 

Constructor Detail

SessionSecurityDiagnosticsTypeNodeBase

protected SessionSecurityDiagnosticsTypeNodeBase(NodeManagerUaNode nodeManager,
                                                 org.opcfoundation.ua.builtintypes.NodeId nodeId,
                                                 org.opcfoundation.ua.builtintypes.QualifiedName browseName,
                                                 org.opcfoundation.ua.builtintypes.LocalizedText displayName)
Method Detail

afterCreate

public void afterCreate()
Description copied from interface: GeneratedNode
This method is called after NodeBuilder has constructed the instance, it is called for every sub-node that also implement this interface

Specified by:
afterCreate in interface GeneratedNode
Overrides:
afterCreate in class BaseDataVariableTypeNode

getSessionSecurityDiagnosticsTypeNodeInitializer

public static GeneratedNodeInitializer<SessionSecurityDiagnosticsTypeNode> getSessionSecurityDiagnosticsTypeNodeInitializer()

setSessionSecurityDiagnosticsTypeNodeInitializer

public static void setSessionSecurityDiagnosticsTypeNodeInitializer(GeneratedNodeInitializer<SessionSecurityDiagnosticsTypeNode> sessionSecurityDiagnosticsTypeNodeInitializerNewValue)

getSessionIdNode

public BaseDataVariableTypeNode getSessionIdNode()
Specified by:
getSessionIdNode in interface SessionSecurityDiagnosticsType

getSessionId

public org.opcfoundation.ua.builtintypes.NodeId getSessionId()
Specified by:
getSessionId in interface SessionSecurityDiagnosticsType

setSessionId

public void setSessionId(org.opcfoundation.ua.builtintypes.NodeId value)
Specified by:
setSessionId in interface SessionSecurityDiagnosticsType

getClientUserIdOfSessionNode

public BaseDataVariableTypeNode getClientUserIdOfSessionNode()
Specified by:
getClientUserIdOfSessionNode in interface SessionSecurityDiagnosticsType

getClientUserIdOfSession

public String getClientUserIdOfSession()
Specified by:
getClientUserIdOfSession in interface SessionSecurityDiagnosticsType

setClientUserIdOfSession

public void setClientUserIdOfSession(String value)
Specified by:
setClientUserIdOfSession in interface SessionSecurityDiagnosticsType

getClientUserIdHistoryNode

public BaseDataVariableTypeNode getClientUserIdHistoryNode()
Specified by:
getClientUserIdHistoryNode in interface SessionSecurityDiagnosticsType

getClientUserIdHistory

public String[] getClientUserIdHistory()
Specified by:
getClientUserIdHistory in interface SessionSecurityDiagnosticsType

setClientUserIdHistory

public void setClientUserIdHistory(String[] value)
Specified by:
setClientUserIdHistory in interface SessionSecurityDiagnosticsType

getAuthenticationMechanismNode

public BaseDataVariableTypeNode getAuthenticationMechanismNode()
Specified by:
getAuthenticationMechanismNode in interface SessionSecurityDiagnosticsType

getAuthenticationMechanism

public String getAuthenticationMechanism()
Specified by:
getAuthenticationMechanism in interface SessionSecurityDiagnosticsType

setAuthenticationMechanism

public void setAuthenticationMechanism(String value)
Specified by:
setAuthenticationMechanism in interface SessionSecurityDiagnosticsType

getEncodingNode

public BaseDataVariableTypeNode getEncodingNode()
Specified by:
getEncodingNode in interface SessionSecurityDiagnosticsType

getEncoding

public String getEncoding()
Specified by:
getEncoding in interface SessionSecurityDiagnosticsType

setEncoding

public void setEncoding(String value)
Specified by:
setEncoding in interface SessionSecurityDiagnosticsType

getTransportProtocolNode

public BaseDataVariableTypeNode getTransportProtocolNode()
Specified by:
getTransportProtocolNode in interface SessionSecurityDiagnosticsType

getTransportProtocol

public String getTransportProtocol()
Specified by:
getTransportProtocol in interface SessionSecurityDiagnosticsType

setTransportProtocol

public void setTransportProtocol(String value)
Specified by:
setTransportProtocol in interface SessionSecurityDiagnosticsType

getSecurityModeNode

public BaseDataVariableTypeNode getSecurityModeNode()
Specified by:
getSecurityModeNode in interface SessionSecurityDiagnosticsType

getSecurityMode

public org.opcfoundation.ua.core.MessageSecurityMode getSecurityMode()
Specified by:
getSecurityMode in interface SessionSecurityDiagnosticsType

setSecurityMode

public void setSecurityMode(org.opcfoundation.ua.core.MessageSecurityMode value)
Specified by:
setSecurityMode in interface SessionSecurityDiagnosticsType

getSecurityPolicyUriNode

public BaseDataVariableTypeNode getSecurityPolicyUriNode()
Specified by:
getSecurityPolicyUriNode in interface SessionSecurityDiagnosticsType

getSecurityPolicyUri

public String getSecurityPolicyUri()
Specified by:
getSecurityPolicyUri in interface SessionSecurityDiagnosticsType

setSecurityPolicyUri

public void setSecurityPolicyUri(String value)
Specified by:
setSecurityPolicyUri in interface SessionSecurityDiagnosticsType

getClientCertificateNode

public BaseDataVariableTypeNode getClientCertificateNode()
Specified by:
getClientCertificateNode in interface SessionSecurityDiagnosticsType

getClientCertificate

public org.opcfoundation.ua.builtintypes.ByteString getClientCertificate()
Specified by:
getClientCertificate in interface SessionSecurityDiagnosticsType

setClientCertificate

public void setClientCertificate(org.opcfoundation.ua.builtintypes.ByteString value)
Specified by:
setClientCertificate in interface SessionSecurityDiagnosticsType


Copyright © 2018. All rights reserved.