com.prosysopc.ua.types.opcua.server
Class SessionSecurityDiagnosticsTypeNodeBase
java.lang.Object
com.prosysopc.ua.nodes.AbstractUaNode
com.prosysopc.ua.server.nodes.ServerNode
com.prosysopc.ua.server.nodes.BaseNode
com.prosysopc.ua.server.nodes.UaInstanceNode
com.prosysopc.ua.server.nodes.UaVariableNode
com.prosysopc.ua.server.nodes.CacheVariable
com.prosysopc.ua.server.nodes.AbstractGeneratedVariableNode
com.prosysopc.ua.types.opcua.server.BaseVariableTypeNode
com.prosysopc.ua.types.opcua.server.BaseDataVariableTypeNodeBase
com.prosysopc.ua.types.opcua.server.BaseDataVariableTypeNode
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
| 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.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 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 |
SessionSecurityDiagnosticsTypeNodeBase
protected SessionSecurityDiagnosticsTypeNodeBase(NodeManagerUaNode nodeManager,
org.opcfoundation.ua.builtintypes.NodeId nodeId,
org.opcfoundation.ua.builtintypes.QualifiedName browseName,
org.opcfoundation.ua.builtintypes.LocalizedText displayName)
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.