public class SessionSecurityDiagnosticsNode extends BaseDataVariableNode implements SessionSecurityDiagnosticsType
UaVariableNode.UaVariableNodeBuilderAllowNulls, DataTypeVersion, DictionaryFragment, EngineeringUnits, LocalTime, MaxArrayLength, MaxStringLength, NodeVersion, ValueAsText| Constructor and Description |
|---|
SessionSecurityDiagnosticsNode(UaNamespace namespace,
com.digitalpetri.opcua.stack.core.types.builtin.NodeId nodeId,
com.digitalpetri.opcua.stack.core.types.builtin.QualifiedName browseName,
com.digitalpetri.opcua.stack.core.types.builtin.LocalizedText displayName,
Optional<com.digitalpetri.opcua.stack.core.types.builtin.LocalizedText> description,
Optional<com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger> writeMask,
Optional<com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger> userWriteMask,
com.digitalpetri.opcua.stack.core.types.builtin.DataValue value,
com.digitalpetri.opcua.stack.core.types.builtin.NodeId dataType,
Integer valueRank,
Optional<com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger[]> arrayDimensions,
com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UByte accessLevel,
com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UByte userAccessLevel,
Optional<Double> minimumSamplingInterval,
boolean historizing) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthenticationMechanism() |
com.digitalpetri.opcua.stack.core.types.builtin.ByteString |
getClientCertificate() |
String[] |
getClientUserIdHistory() |
String |
getClientUserIdOfSession() |
String |
getEncoding() |
com.digitalpetri.opcua.stack.core.types.enumerated.MessageSecurityMode |
getSecurityMode() |
String |
getSecurityPolicyUri() |
com.digitalpetri.opcua.stack.core.types.builtin.NodeId |
getSessionId() |
String |
getTransportProtocol() |
com.digitalpetri.opcua.stack.core.types.builtin.DataValue |
getValue() |
void |
setAuthenticationMechanism(String authenticationMechanism) |
void |
setClientCertificate(com.digitalpetri.opcua.stack.core.types.builtin.ByteString clientCertificate) |
void |
setClientUserIdHistory(String[] clientUserIdHistory) |
void |
setClientUserIdOfSession(String clientUserIdOfSession) |
void |
setEncoding(String encoding) |
void |
setSecurityMode(com.digitalpetri.opcua.stack.core.types.enumerated.MessageSecurityMode securityMode) |
void |
setSecurityPolicyUri(String securityPolicyUri) |
void |
setSessionId(com.digitalpetri.opcua.stack.core.types.builtin.NodeId sessionId) |
void |
setTransportProtocol(String transportProtocol) |
void |
setValue(com.digitalpetri.opcua.stack.core.types.builtin.DataValue value)
Set the Value attribute of this Node.
|
builder, getAccessLevel, getAllowNulls, getArrayDimensions, getComponentNodes, getDataType, getDataTypeVersion, getDictionaryFragment, getEngineeringUnits, getHistorizing, getLocalTime, getMaxArrayLength, getMaxStringLength, getMinimumSamplingInterval, getModellingRuleNode, getNodeVersion, getPropertyNodes, getTypeDefinitionNode, getUserAccessLevel, getValueRank, setAccessLevel, setAllowNulls, setArrayDimensions, setDataType, setDataTypeVersion, setDictionaryFragment, setEngineeringUnits, setHistorizing, setLocalTime, setMaxArrayLength, setMaxStringLength, setMinimumSamplingInterval, setNodeVersion, setUserAccessLevel, setValueRankaddAttributeObserver, addProperty, addReference, addReferences, deallocate, fireAttributeChanged, getBrowseName, getDescription, getDisplayName, getNamespace, getNode, getNode, getNodeClass, getNodeId, getObjectComponent, getObjectComponent, getProperty, getProperty, getProperty, getPropertyNode, getPropertyNode, getReferences, getUserWriteMask, getVariableComponent, getVariableComponent, getWriteMask, removeAttributeObserver, removeProperty, removeReference, removeReferences, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setProperty, setUserWriteMask, setWriteMaskclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBrowseName, getDescription, getDisplayName, getNodeClass, getNodeId, getUserWriteMask, getWriteMask, hasAttribute, hasAttribute, readAttribute, readAttribute, readAttribute, readAttribute, readAttribute, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setUserWriteMask, setWriteMask, writeAttribute, writeAttribute, writeAttributepublic SessionSecurityDiagnosticsNode(UaNamespace namespace, com.digitalpetri.opcua.stack.core.types.builtin.NodeId nodeId, com.digitalpetri.opcua.stack.core.types.builtin.QualifiedName browseName, com.digitalpetri.opcua.stack.core.types.builtin.LocalizedText displayName, Optional<com.digitalpetri.opcua.stack.core.types.builtin.LocalizedText> description, Optional<com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger> writeMask, Optional<com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger> userWriteMask, com.digitalpetri.opcua.stack.core.types.builtin.DataValue value, com.digitalpetri.opcua.stack.core.types.builtin.NodeId dataType, Integer valueRank, Optional<com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger[]> arrayDimensions, com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UByte accessLevel, com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UByte userAccessLevel, Optional<Double> minimumSamplingInterval, boolean historizing)
public com.digitalpetri.opcua.stack.core.types.builtin.DataValue getValue()
getValue in interface VariableNodegetValue in class UaVariableNodepublic void setValue(com.digitalpetri.opcua.stack.core.types.builtin.DataValue value)
VariableNodesetValue in interface VariableNodesetValue in class UaVariableNodevalue - the Value to set.public com.digitalpetri.opcua.stack.core.types.builtin.NodeId getSessionId()
getSessionId in interface SessionSecurityDiagnosticsTypepublic String getClientUserIdOfSession()
getClientUserIdOfSession in interface SessionSecurityDiagnosticsTypepublic String[] getClientUserIdHistory()
getClientUserIdHistory in interface SessionSecurityDiagnosticsTypepublic String getAuthenticationMechanism()
getAuthenticationMechanism in interface SessionSecurityDiagnosticsTypepublic String getEncoding()
getEncoding in interface SessionSecurityDiagnosticsTypepublic String getTransportProtocol()
getTransportProtocol in interface SessionSecurityDiagnosticsTypepublic com.digitalpetri.opcua.stack.core.types.enumerated.MessageSecurityMode getSecurityMode()
getSecurityMode in interface SessionSecurityDiagnosticsTypepublic String getSecurityPolicyUri()
getSecurityPolicyUri in interface SessionSecurityDiagnosticsTypepublic com.digitalpetri.opcua.stack.core.types.builtin.ByteString getClientCertificate()
getClientCertificate in interface SessionSecurityDiagnosticsTypepublic void setSessionId(com.digitalpetri.opcua.stack.core.types.builtin.NodeId sessionId)
setSessionId in interface SessionSecurityDiagnosticsTypepublic void setClientUserIdOfSession(String clientUserIdOfSession)
setClientUserIdOfSession in interface SessionSecurityDiagnosticsTypepublic void setClientUserIdHistory(String[] clientUserIdHistory)
setClientUserIdHistory in interface SessionSecurityDiagnosticsTypepublic void setAuthenticationMechanism(String authenticationMechanism)
setAuthenticationMechanism in interface SessionSecurityDiagnosticsTypepublic void setEncoding(String encoding)
setEncoding in interface SessionSecurityDiagnosticsTypepublic void setTransportProtocol(String transportProtocol)
setTransportProtocol in interface SessionSecurityDiagnosticsTypepublic void setSecurityMode(com.digitalpetri.opcua.stack.core.types.enumerated.MessageSecurityMode securityMode)
setSecurityMode in interface SessionSecurityDiagnosticsTypepublic void setSecurityPolicyUri(String securityPolicyUri)
setSecurityPolicyUri in interface SessionSecurityDiagnosticsTypepublic void setClientCertificate(com.digitalpetri.opcua.stack.core.types.builtin.ByteString clientCertificate)
setClientCertificate in interface SessionSecurityDiagnosticsTypeCopyright © 2015. All rights reserved.