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

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.SessionDiagnosticsVariableTypeNodeBase
All Implemented Interfaces:
UaInstance, UaNode, UaValueNode, UaVariable, GeneratedNode, BaseDataVariableType, BaseInstanceType, BaseVariableType, SessionDiagnosticsVariableType
Direct Known Subclasses:
SessionDiagnosticsVariableTypeNode

public abstract class SessionDiagnosticsVariableTypeNodeBase
extends BaseDataVariableTypeNode
implements SessionDiagnosticsVariableType

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.SessionDiagnosticsVariableType
ACTUAL_SESSION_TIMEOUT, ADD_NODES_COUNT, ADD_REFERENCES_COUNT, BROWSE_COUNT, BROWSE_NEXT_COUNT, CALL_COUNT, CLIENT_CONNECTION_TIME, CLIENT_DESCRIPTION, CLIENT_LAST_CONTACT_TIME, CREATE_MONITORED_ITEMS_COUNT, CREATE_SUBSCRIPTION_COUNT, CURRENT_MONITORED_ITEMS_COUNT, CURRENT_PUBLISH_REQUESTS_IN_QUEUE, CURRENT_SUBSCRIPTIONS_COUNT, DELETE_MONITORED_ITEMS_COUNT, DELETE_NODES_COUNT, DELETE_REFERENCES_COUNT, DELETE_SUBSCRIPTIONS_COUNT, ENDPOINT_URL, HISTORY_READ_COUNT, HISTORY_UPDATE_COUNT, LOCALE_IDS, MAX_RESPONSE_MESSAGE_SIZE, MODIFY_MONITORED_ITEMS_COUNT, MODIFY_SUBSCRIPTION_COUNT, PUBLISH_COUNT, QUERY_FIRST_COUNT, QUERY_NEXT_COUNT, READ_COUNT, REGISTER_NODES_COUNT, REPUBLISH_COUNT, SERVER_URI, SESSION_ID, SESSION_NAME, SET_MONITORING_MODE_COUNT, SET_PUBLISHING_MODE_COUNT, SET_TRIGGERING_COUNT, TOTAL_REQUEST_COUNT, TRANSFER_SUBSCRIPTIONS_COUNT, TRANSLATE_BROWSE_PATHS_TO_NODE_IDS_COUNT, UNAUTHORIZED_REQUEST_COUNT, UNREGISTER_NODES_COUNT, WRITE_COUNT
 
Constructor Summary
protected SessionDiagnosticsVariableTypeNodeBase(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
 Double getActualSessionTimeout()
           
 BaseDataVariableTypeNode getActualSessionTimeoutNode()
           
 org.opcfoundation.ua.core.ServiceCounterDataType getAddNodesCount()
           
 BaseDataVariableTypeNode getAddNodesCountNode()
           
 org.opcfoundation.ua.core.ServiceCounterDataType getAddReferencesCount()
           
 BaseDataVariableTypeNode getAddReferencesCountNode()
           
 org.opcfoundation.ua.core.ServiceCounterDataType getBrowseCount()
           
 BaseDataVariableTypeNode getBrowseCountNode()
           
 org.opcfoundation.ua.core.ServiceCounterDataType getBrowseNextCount()
           
 BaseDataVariableTypeNode getBrowseNextCountNode()
           
 org.opcfoundation.ua.core.ServiceCounterDataType getCallCount()
           
 BaseDataVariableTypeNode getCallCountNode()
           
 org.opcfoundation.ua.builtintypes.DateTime getClientConnectionTime()
           
 BaseDataVariableTypeNode getClientConnectionTimeNode()
           
 org.opcfoundation.ua.core.ApplicationDescription getClientDescription()
           
 BaseDataVariableTypeNode getClientDescriptionNode()
           
 org.opcfoundation.ua.builtintypes.DateTime getClientLastContactTime()
           
 BaseDataVariableTypeNode getClientLastContactTimeNode()
           
 org.opcfoundation.ua.core.ServiceCounterDataType getCreateMonitoredItemsCount()
           
 BaseDataVariableTypeNode getCreateMonitoredItemsCountNode()
           
 org.opcfoundation.ua.core.ServiceCounterDataType getCreateSubscriptionCount()
           
 BaseDataVariableTypeNode getCreateSubscriptionCountNode()
           
 org.opcfoundation.ua.builtintypes.UnsignedInteger getCurrentMonitoredItemsCount()
           
 BaseDataVariableTypeNode getCurrentMonitoredItemsCountNode()
           
 org.opcfoundation.ua.builtintypes.UnsignedInteger getCurrentPublishRequestsInQueue()
           
 BaseDataVariableTypeNode getCurrentPublishRequestsInQueueNode()
           
 org.opcfoundation.ua.builtintypes.UnsignedInteger getCurrentSubscriptionsCount()
           
 BaseDataVariableTypeNode getCurrentSubscriptionsCountNode()
           
 org.opcfoundation.ua.core.ServiceCounterDataType getDeleteMonitoredItemsCount()
           
 BaseDataVariableTypeNode getDeleteMonitoredItemsCountNode()
           
 org.opcfoundation.ua.core.ServiceCounterDataType getDeleteNodesCount()
           
 BaseDataVariableTypeNode getDeleteNodesCountNode()
           
 org.opcfoundation.ua.core.ServiceCounterDataType getDeleteReferencesCount()
           
 BaseDataVariableTypeNode getDeleteReferencesCountNode()
           
 org.opcfoundation.ua.core.ServiceCounterDataType getDeleteSubscriptionsCount()
           
 BaseDataVariableTypeNode getDeleteSubscriptionsCountNode()
           
 String getEndpointUrl()
           
 BaseDataVariableTypeNode getEndpointUrlNode()
           
 org.opcfoundation.ua.core.ServiceCounterDataType getHistoryReadCount()
           
 BaseDataVariableTypeNode getHistoryReadCountNode()
           
 org.opcfoundation.ua.core.ServiceCounterDataType getHistoryUpdateCount()
           
 BaseDataVariableTypeNode getHistoryUpdateCountNode()
           
 String[] getLocaleIds()
           
 BaseDataVariableTypeNode getLocaleIdsNode()
           
 org.opcfoundation.ua.builtintypes.UnsignedInteger getMaxResponseMessageSize()
           
 BaseDataVariableTypeNode getMaxResponseMessageSizeNode()
           
 org.opcfoundation.ua.core.ServiceCounterDataType getModifyMonitoredItemsCount()
           
 BaseDataVariableTypeNode getModifyMonitoredItemsCountNode()
           
 org.opcfoundation.ua.core.ServiceCounterDataType getModifySubscriptionCount()
           
 BaseDataVariableTypeNode getModifySubscriptionCountNode()
           
 org.opcfoundation.ua.core.ServiceCounterDataType getPublishCount()
           
 BaseDataVariableTypeNode getPublishCountNode()
           
 org.opcfoundation.ua.core.ServiceCounterDataType getQueryFirstCount()
           
 BaseDataVariableTypeNode getQueryFirstCountNode()
           
 org.opcfoundation.ua.core.ServiceCounterDataType getQueryNextCount()
           
 BaseDataVariableTypeNode getQueryNextCountNode()
           
 org.opcfoundation.ua.core.ServiceCounterDataType getReadCount()
           
 BaseDataVariableTypeNode getReadCountNode()
           
 org.opcfoundation.ua.core.ServiceCounterDataType getRegisterNodesCount()
           
 BaseDataVariableTypeNode getRegisterNodesCountNode()
           
 org.opcfoundation.ua.core.ServiceCounterDataType getRepublishCount()
           
 BaseDataVariableTypeNode getRepublishCountNode()
           
 String getServerUri()
           
 BaseDataVariableTypeNode getServerUriNode()
           
static GeneratedNodeInitializer<SessionDiagnosticsVariableTypeNode> getSessionDiagnosticsVariableTypeNodeInitializer()
           
 org.opcfoundation.ua.builtintypes.NodeId getSessionId()
           
 BaseDataVariableTypeNode getSessionIdNode()
           
 String getSessionName()
           
 BaseDataVariableTypeNode getSessionNameNode()
           
 org.opcfoundation.ua.core.ServiceCounterDataType getSetMonitoringModeCount()
           
 BaseDataVariableTypeNode getSetMonitoringModeCountNode()
           
 org.opcfoundation.ua.core.ServiceCounterDataType getSetPublishingModeCount()
           
 BaseDataVariableTypeNode getSetPublishingModeCountNode()
           
 org.opcfoundation.ua.core.ServiceCounterDataType getSetTriggeringCount()
           
 BaseDataVariableTypeNode getSetTriggeringCountNode()
           
 org.opcfoundation.ua.core.ServiceCounterDataType getTotalRequestCount()
           
 BaseDataVariableTypeNode getTotalRequestCountNode()
           
 org.opcfoundation.ua.core.ServiceCounterDataType getTransferSubscriptionsCount()
           
 BaseDataVariableTypeNode getTransferSubscriptionsCountNode()
           
 org.opcfoundation.ua.core.ServiceCounterDataType getTranslateBrowsePathsToNodeIdsCount()
           
 BaseDataVariableTypeNode getTranslateBrowsePathsToNodeIdsCountNode()
           
 org.opcfoundation.ua.builtintypes.UnsignedInteger getUnauthorizedRequestCount()
           
 BaseDataVariableTypeNode getUnauthorizedRequestCountNode()
           
 org.opcfoundation.ua.core.ServiceCounterDataType getUnregisterNodesCount()
           
 BaseDataVariableTypeNode getUnregisterNodesCountNode()
           
 org.opcfoundation.ua.core.ServiceCounterDataType getWriteCount()
           
 BaseDataVariableTypeNode getWriteCountNode()
           
 void setActualSessionTimeout(Double value)
           
 void setAddNodesCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
           
 void setAddReferencesCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
           
 void setBrowseCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
           
 void setBrowseNextCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
           
 void setCallCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
           
 void setClientConnectionTime(org.opcfoundation.ua.builtintypes.DateTime value)
           
 void setClientDescription(org.opcfoundation.ua.core.ApplicationDescription value)
           
 void setClientLastContactTime(org.opcfoundation.ua.builtintypes.DateTime value)
           
 void setCreateMonitoredItemsCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
           
 void setCreateSubscriptionCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
           
 void setCurrentMonitoredItemsCount(long value)
           
 void setCurrentMonitoredItemsCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void setCurrentPublishRequestsInQueue(long value)
           
 void setCurrentPublishRequestsInQueue(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void setCurrentSubscriptionsCount(long value)
           
 void setCurrentSubscriptionsCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void setDeleteMonitoredItemsCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
           
 void setDeleteNodesCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
           
 void setDeleteReferencesCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
           
 void setDeleteSubscriptionsCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
           
 void setEndpointUrl(String value)
           
 void setHistoryReadCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
           
 void setHistoryUpdateCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
           
 void setLocaleIds(String[] value)
           
 void setMaxResponseMessageSize(long value)
           
 void setMaxResponseMessageSize(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void setModifyMonitoredItemsCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
           
 void setModifySubscriptionCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
           
 void setPublishCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
           
 void setQueryFirstCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
           
 void setQueryNextCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
           
 void setReadCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
           
 void setRegisterNodesCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
           
 void setRepublishCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
           
 void setServerUri(String value)
           
static void setSessionDiagnosticsVariableTypeNodeInitializer(GeneratedNodeInitializer<SessionDiagnosticsVariableTypeNode> sessionDiagnosticsVariableTypeNodeInitializerNewValue)
           
 void setSessionId(org.opcfoundation.ua.builtintypes.NodeId value)
           
 void setSessionName(String value)
           
 void setSetMonitoringModeCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
           
 void setSetPublishingModeCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
           
 void setSetTriggeringCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
           
 void setTotalRequestCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
           
 void setTransferSubscriptionsCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
           
 void setTranslateBrowsePathsToNodeIdsCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
           
 void setUnauthorizedRequestCount(long value)
           
 void setUnauthorizedRequestCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void setUnregisterNodesCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
           
 void setWriteCount(org.opcfoundation.ua.core.ServiceCounterDataType 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

SessionDiagnosticsVariableTypeNodeBase

protected SessionDiagnosticsVariableTypeNodeBase(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

getSessionDiagnosticsVariableTypeNodeInitializer

public static GeneratedNodeInitializer<SessionDiagnosticsVariableTypeNode> getSessionDiagnosticsVariableTypeNodeInitializer()

setSessionDiagnosticsVariableTypeNodeInitializer

public static void setSessionDiagnosticsVariableTypeNodeInitializer(GeneratedNodeInitializer<SessionDiagnosticsVariableTypeNode> sessionDiagnosticsVariableTypeNodeInitializerNewValue)

getSessionIdNode

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

getSessionId

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

setSessionId

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

getSessionNameNode

public BaseDataVariableTypeNode getSessionNameNode()
Specified by:
getSessionNameNode in interface SessionDiagnosticsVariableType

getSessionName

public String getSessionName()
Specified by:
getSessionName in interface SessionDiagnosticsVariableType

setSessionName

public void setSessionName(String value)
Specified by:
setSessionName in interface SessionDiagnosticsVariableType

getClientDescriptionNode

public BaseDataVariableTypeNode getClientDescriptionNode()
Specified by:
getClientDescriptionNode in interface SessionDiagnosticsVariableType

getClientDescription

public org.opcfoundation.ua.core.ApplicationDescription getClientDescription()
Specified by:
getClientDescription in interface SessionDiagnosticsVariableType

setClientDescription

public void setClientDescription(org.opcfoundation.ua.core.ApplicationDescription value)
Specified by:
setClientDescription in interface SessionDiagnosticsVariableType

getServerUriNode

public BaseDataVariableTypeNode getServerUriNode()
Specified by:
getServerUriNode in interface SessionDiagnosticsVariableType

getServerUri

public String getServerUri()
Specified by:
getServerUri in interface SessionDiagnosticsVariableType

setServerUri

public void setServerUri(String value)
Specified by:
setServerUri in interface SessionDiagnosticsVariableType

getEndpointUrlNode

public BaseDataVariableTypeNode getEndpointUrlNode()
Specified by:
getEndpointUrlNode in interface SessionDiagnosticsVariableType

getEndpointUrl

public String getEndpointUrl()
Specified by:
getEndpointUrl in interface SessionDiagnosticsVariableType

setEndpointUrl

public void setEndpointUrl(String value)
Specified by:
setEndpointUrl in interface SessionDiagnosticsVariableType

getLocaleIdsNode

public BaseDataVariableTypeNode getLocaleIdsNode()
Specified by:
getLocaleIdsNode in interface SessionDiagnosticsVariableType

getLocaleIds

public String[] getLocaleIds()
Specified by:
getLocaleIds in interface SessionDiagnosticsVariableType

setLocaleIds

public void setLocaleIds(String[] value)
Specified by:
setLocaleIds in interface SessionDiagnosticsVariableType

getActualSessionTimeoutNode

public BaseDataVariableTypeNode getActualSessionTimeoutNode()
Specified by:
getActualSessionTimeoutNode in interface SessionDiagnosticsVariableType

getActualSessionTimeout

public Double getActualSessionTimeout()
Specified by:
getActualSessionTimeout in interface SessionDiagnosticsVariableType

setActualSessionTimeout

public void setActualSessionTimeout(Double value)
Specified by:
setActualSessionTimeout in interface SessionDiagnosticsVariableType

getMaxResponseMessageSizeNode

public BaseDataVariableTypeNode getMaxResponseMessageSizeNode()
Specified by:
getMaxResponseMessageSizeNode in interface SessionDiagnosticsVariableType

getMaxResponseMessageSize

public org.opcfoundation.ua.builtintypes.UnsignedInteger getMaxResponseMessageSize()
Specified by:
getMaxResponseMessageSize in interface SessionDiagnosticsVariableType

setMaxResponseMessageSize

public void setMaxResponseMessageSize(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
Specified by:
setMaxResponseMessageSize in interface SessionDiagnosticsVariableType

setMaxResponseMessageSize

public void setMaxResponseMessageSize(long value)

getClientConnectionTimeNode

public BaseDataVariableTypeNode getClientConnectionTimeNode()
Specified by:
getClientConnectionTimeNode in interface SessionDiagnosticsVariableType

getClientConnectionTime

public org.opcfoundation.ua.builtintypes.DateTime getClientConnectionTime()
Specified by:
getClientConnectionTime in interface SessionDiagnosticsVariableType

setClientConnectionTime

public void setClientConnectionTime(org.opcfoundation.ua.builtintypes.DateTime value)
Specified by:
setClientConnectionTime in interface SessionDiagnosticsVariableType

getClientLastContactTimeNode

public BaseDataVariableTypeNode getClientLastContactTimeNode()
Specified by:
getClientLastContactTimeNode in interface SessionDiagnosticsVariableType

getClientLastContactTime

public org.opcfoundation.ua.builtintypes.DateTime getClientLastContactTime()
Specified by:
getClientLastContactTime in interface SessionDiagnosticsVariableType

setClientLastContactTime

public void setClientLastContactTime(org.opcfoundation.ua.builtintypes.DateTime value)
Specified by:
setClientLastContactTime in interface SessionDiagnosticsVariableType

getCurrentSubscriptionsCountNode

public BaseDataVariableTypeNode getCurrentSubscriptionsCountNode()
Specified by:
getCurrentSubscriptionsCountNode in interface SessionDiagnosticsVariableType

getCurrentSubscriptionsCount

public org.opcfoundation.ua.builtintypes.UnsignedInteger getCurrentSubscriptionsCount()
Specified by:
getCurrentSubscriptionsCount in interface SessionDiagnosticsVariableType

setCurrentSubscriptionsCount

public void setCurrentSubscriptionsCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
Specified by:
setCurrentSubscriptionsCount in interface SessionDiagnosticsVariableType

setCurrentSubscriptionsCount

public void setCurrentSubscriptionsCount(long value)

getCurrentMonitoredItemsCountNode

public BaseDataVariableTypeNode getCurrentMonitoredItemsCountNode()
Specified by:
getCurrentMonitoredItemsCountNode in interface SessionDiagnosticsVariableType

getCurrentMonitoredItemsCount

public org.opcfoundation.ua.builtintypes.UnsignedInteger getCurrentMonitoredItemsCount()
Specified by:
getCurrentMonitoredItemsCount in interface SessionDiagnosticsVariableType

setCurrentMonitoredItemsCount

public void setCurrentMonitoredItemsCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
Specified by:
setCurrentMonitoredItemsCount in interface SessionDiagnosticsVariableType

setCurrentMonitoredItemsCount

public void setCurrentMonitoredItemsCount(long value)

getCurrentPublishRequestsInQueueNode

public BaseDataVariableTypeNode getCurrentPublishRequestsInQueueNode()
Specified by:
getCurrentPublishRequestsInQueueNode in interface SessionDiagnosticsVariableType

getCurrentPublishRequestsInQueue

public org.opcfoundation.ua.builtintypes.UnsignedInteger getCurrentPublishRequestsInQueue()
Specified by:
getCurrentPublishRequestsInQueue in interface SessionDiagnosticsVariableType

setCurrentPublishRequestsInQueue

public void setCurrentPublishRequestsInQueue(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
Specified by:
setCurrentPublishRequestsInQueue in interface SessionDiagnosticsVariableType

setCurrentPublishRequestsInQueue

public void setCurrentPublishRequestsInQueue(long value)

getTotalRequestCountNode

public BaseDataVariableTypeNode getTotalRequestCountNode()
Specified by:
getTotalRequestCountNode in interface SessionDiagnosticsVariableType

getTotalRequestCount

public org.opcfoundation.ua.core.ServiceCounterDataType getTotalRequestCount()
Specified by:
getTotalRequestCount in interface SessionDiagnosticsVariableType

setTotalRequestCount

public void setTotalRequestCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
Specified by:
setTotalRequestCount in interface SessionDiagnosticsVariableType

getUnauthorizedRequestCountNode

public BaseDataVariableTypeNode getUnauthorizedRequestCountNode()
Specified by:
getUnauthorizedRequestCountNode in interface SessionDiagnosticsVariableType

getUnauthorizedRequestCount

public org.opcfoundation.ua.builtintypes.UnsignedInteger getUnauthorizedRequestCount()
Specified by:
getUnauthorizedRequestCount in interface SessionDiagnosticsVariableType

setUnauthorizedRequestCount

public void setUnauthorizedRequestCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
Specified by:
setUnauthorizedRequestCount in interface SessionDiagnosticsVariableType

setUnauthorizedRequestCount

public void setUnauthorizedRequestCount(long value)

getReadCountNode

public BaseDataVariableTypeNode getReadCountNode()
Specified by:
getReadCountNode in interface SessionDiagnosticsVariableType

getReadCount

public org.opcfoundation.ua.core.ServiceCounterDataType getReadCount()
Specified by:
getReadCount in interface SessionDiagnosticsVariableType

setReadCount

public void setReadCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
Specified by:
setReadCount in interface SessionDiagnosticsVariableType

getHistoryReadCountNode

public BaseDataVariableTypeNode getHistoryReadCountNode()
Specified by:
getHistoryReadCountNode in interface SessionDiagnosticsVariableType

getHistoryReadCount

public org.opcfoundation.ua.core.ServiceCounterDataType getHistoryReadCount()
Specified by:
getHistoryReadCount in interface SessionDiagnosticsVariableType

setHistoryReadCount

public void setHistoryReadCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
Specified by:
setHistoryReadCount in interface SessionDiagnosticsVariableType

getWriteCountNode

public BaseDataVariableTypeNode getWriteCountNode()
Specified by:
getWriteCountNode in interface SessionDiagnosticsVariableType

getWriteCount

public org.opcfoundation.ua.core.ServiceCounterDataType getWriteCount()
Specified by:
getWriteCount in interface SessionDiagnosticsVariableType

setWriteCount

public void setWriteCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
Specified by:
setWriteCount in interface SessionDiagnosticsVariableType

getHistoryUpdateCountNode

public BaseDataVariableTypeNode getHistoryUpdateCountNode()
Specified by:
getHistoryUpdateCountNode in interface SessionDiagnosticsVariableType

getHistoryUpdateCount

public org.opcfoundation.ua.core.ServiceCounterDataType getHistoryUpdateCount()
Specified by:
getHistoryUpdateCount in interface SessionDiagnosticsVariableType

setHistoryUpdateCount

public void setHistoryUpdateCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
Specified by:
setHistoryUpdateCount in interface SessionDiagnosticsVariableType

getCallCountNode

public BaseDataVariableTypeNode getCallCountNode()
Specified by:
getCallCountNode in interface SessionDiagnosticsVariableType

getCallCount

public org.opcfoundation.ua.core.ServiceCounterDataType getCallCount()
Specified by:
getCallCount in interface SessionDiagnosticsVariableType

setCallCount

public void setCallCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
Specified by:
setCallCount in interface SessionDiagnosticsVariableType

getCreateMonitoredItemsCountNode

public BaseDataVariableTypeNode getCreateMonitoredItemsCountNode()
Specified by:
getCreateMonitoredItemsCountNode in interface SessionDiagnosticsVariableType

getCreateMonitoredItemsCount

public org.opcfoundation.ua.core.ServiceCounterDataType getCreateMonitoredItemsCount()
Specified by:
getCreateMonitoredItemsCount in interface SessionDiagnosticsVariableType

setCreateMonitoredItemsCount

public void setCreateMonitoredItemsCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
Specified by:
setCreateMonitoredItemsCount in interface SessionDiagnosticsVariableType

getModifyMonitoredItemsCountNode

public BaseDataVariableTypeNode getModifyMonitoredItemsCountNode()
Specified by:
getModifyMonitoredItemsCountNode in interface SessionDiagnosticsVariableType

getModifyMonitoredItemsCount

public org.opcfoundation.ua.core.ServiceCounterDataType getModifyMonitoredItemsCount()
Specified by:
getModifyMonitoredItemsCount in interface SessionDiagnosticsVariableType

setModifyMonitoredItemsCount

public void setModifyMonitoredItemsCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
Specified by:
setModifyMonitoredItemsCount in interface SessionDiagnosticsVariableType

getSetMonitoringModeCountNode

public BaseDataVariableTypeNode getSetMonitoringModeCountNode()
Specified by:
getSetMonitoringModeCountNode in interface SessionDiagnosticsVariableType

getSetMonitoringModeCount

public org.opcfoundation.ua.core.ServiceCounterDataType getSetMonitoringModeCount()
Specified by:
getSetMonitoringModeCount in interface SessionDiagnosticsVariableType

setSetMonitoringModeCount

public void setSetMonitoringModeCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
Specified by:
setSetMonitoringModeCount in interface SessionDiagnosticsVariableType

getSetTriggeringCountNode

public BaseDataVariableTypeNode getSetTriggeringCountNode()
Specified by:
getSetTriggeringCountNode in interface SessionDiagnosticsVariableType

getSetTriggeringCount

public org.opcfoundation.ua.core.ServiceCounterDataType getSetTriggeringCount()
Specified by:
getSetTriggeringCount in interface SessionDiagnosticsVariableType

setSetTriggeringCount

public void setSetTriggeringCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
Specified by:
setSetTriggeringCount in interface SessionDiagnosticsVariableType

getDeleteMonitoredItemsCountNode

public BaseDataVariableTypeNode getDeleteMonitoredItemsCountNode()
Specified by:
getDeleteMonitoredItemsCountNode in interface SessionDiagnosticsVariableType

getDeleteMonitoredItemsCount

public org.opcfoundation.ua.core.ServiceCounterDataType getDeleteMonitoredItemsCount()
Specified by:
getDeleteMonitoredItemsCount in interface SessionDiagnosticsVariableType

setDeleteMonitoredItemsCount

public void setDeleteMonitoredItemsCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
Specified by:
setDeleteMonitoredItemsCount in interface SessionDiagnosticsVariableType

getCreateSubscriptionCountNode

public BaseDataVariableTypeNode getCreateSubscriptionCountNode()
Specified by:
getCreateSubscriptionCountNode in interface SessionDiagnosticsVariableType

getCreateSubscriptionCount

public org.opcfoundation.ua.core.ServiceCounterDataType getCreateSubscriptionCount()
Specified by:
getCreateSubscriptionCount in interface SessionDiagnosticsVariableType

setCreateSubscriptionCount

public void setCreateSubscriptionCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
Specified by:
setCreateSubscriptionCount in interface SessionDiagnosticsVariableType

getModifySubscriptionCountNode

public BaseDataVariableTypeNode getModifySubscriptionCountNode()
Specified by:
getModifySubscriptionCountNode in interface SessionDiagnosticsVariableType

getModifySubscriptionCount

public org.opcfoundation.ua.core.ServiceCounterDataType getModifySubscriptionCount()
Specified by:
getModifySubscriptionCount in interface SessionDiagnosticsVariableType

setModifySubscriptionCount

public void setModifySubscriptionCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
Specified by:
setModifySubscriptionCount in interface SessionDiagnosticsVariableType

getSetPublishingModeCountNode

public BaseDataVariableTypeNode getSetPublishingModeCountNode()
Specified by:
getSetPublishingModeCountNode in interface SessionDiagnosticsVariableType

getSetPublishingModeCount

public org.opcfoundation.ua.core.ServiceCounterDataType getSetPublishingModeCount()
Specified by:
getSetPublishingModeCount in interface SessionDiagnosticsVariableType

setSetPublishingModeCount

public void setSetPublishingModeCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
Specified by:
setSetPublishingModeCount in interface SessionDiagnosticsVariableType

getPublishCountNode

public BaseDataVariableTypeNode getPublishCountNode()
Specified by:
getPublishCountNode in interface SessionDiagnosticsVariableType

getPublishCount

public org.opcfoundation.ua.core.ServiceCounterDataType getPublishCount()
Specified by:
getPublishCount in interface SessionDiagnosticsVariableType

setPublishCount

public void setPublishCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
Specified by:
setPublishCount in interface SessionDiagnosticsVariableType

getRepublishCountNode

public BaseDataVariableTypeNode getRepublishCountNode()
Specified by:
getRepublishCountNode in interface SessionDiagnosticsVariableType

getRepublishCount

public org.opcfoundation.ua.core.ServiceCounterDataType getRepublishCount()
Specified by:
getRepublishCount in interface SessionDiagnosticsVariableType

setRepublishCount

public void setRepublishCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
Specified by:
setRepublishCount in interface SessionDiagnosticsVariableType

getTransferSubscriptionsCountNode

public BaseDataVariableTypeNode getTransferSubscriptionsCountNode()
Specified by:
getTransferSubscriptionsCountNode in interface SessionDiagnosticsVariableType

getTransferSubscriptionsCount

public org.opcfoundation.ua.core.ServiceCounterDataType getTransferSubscriptionsCount()
Specified by:
getTransferSubscriptionsCount in interface SessionDiagnosticsVariableType

setTransferSubscriptionsCount

public void setTransferSubscriptionsCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
Specified by:
setTransferSubscriptionsCount in interface SessionDiagnosticsVariableType

getDeleteSubscriptionsCountNode

public BaseDataVariableTypeNode getDeleteSubscriptionsCountNode()
Specified by:
getDeleteSubscriptionsCountNode in interface SessionDiagnosticsVariableType

getDeleteSubscriptionsCount

public org.opcfoundation.ua.core.ServiceCounterDataType getDeleteSubscriptionsCount()
Specified by:
getDeleteSubscriptionsCount in interface SessionDiagnosticsVariableType

setDeleteSubscriptionsCount

public void setDeleteSubscriptionsCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
Specified by:
setDeleteSubscriptionsCount in interface SessionDiagnosticsVariableType

getAddNodesCountNode

public BaseDataVariableTypeNode getAddNodesCountNode()
Specified by:
getAddNodesCountNode in interface SessionDiagnosticsVariableType

getAddNodesCount

public org.opcfoundation.ua.core.ServiceCounterDataType getAddNodesCount()
Specified by:
getAddNodesCount in interface SessionDiagnosticsVariableType

setAddNodesCount

public void setAddNodesCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
Specified by:
setAddNodesCount in interface SessionDiagnosticsVariableType

getAddReferencesCountNode

public BaseDataVariableTypeNode getAddReferencesCountNode()
Specified by:
getAddReferencesCountNode in interface SessionDiagnosticsVariableType

getAddReferencesCount

public org.opcfoundation.ua.core.ServiceCounterDataType getAddReferencesCount()
Specified by:
getAddReferencesCount in interface SessionDiagnosticsVariableType

setAddReferencesCount

public void setAddReferencesCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
Specified by:
setAddReferencesCount in interface SessionDiagnosticsVariableType

getDeleteNodesCountNode

public BaseDataVariableTypeNode getDeleteNodesCountNode()
Specified by:
getDeleteNodesCountNode in interface SessionDiagnosticsVariableType

getDeleteNodesCount

public org.opcfoundation.ua.core.ServiceCounterDataType getDeleteNodesCount()
Specified by:
getDeleteNodesCount in interface SessionDiagnosticsVariableType

setDeleteNodesCount

public void setDeleteNodesCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
Specified by:
setDeleteNodesCount in interface SessionDiagnosticsVariableType

getDeleteReferencesCountNode

public BaseDataVariableTypeNode getDeleteReferencesCountNode()
Specified by:
getDeleteReferencesCountNode in interface SessionDiagnosticsVariableType

getDeleteReferencesCount

public org.opcfoundation.ua.core.ServiceCounterDataType getDeleteReferencesCount()
Specified by:
getDeleteReferencesCount in interface SessionDiagnosticsVariableType

setDeleteReferencesCount

public void setDeleteReferencesCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
Specified by:
setDeleteReferencesCount in interface SessionDiagnosticsVariableType

getBrowseCountNode

public BaseDataVariableTypeNode getBrowseCountNode()
Specified by:
getBrowseCountNode in interface SessionDiagnosticsVariableType

getBrowseCount

public org.opcfoundation.ua.core.ServiceCounterDataType getBrowseCount()
Specified by:
getBrowseCount in interface SessionDiagnosticsVariableType

setBrowseCount

public void setBrowseCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
Specified by:
setBrowseCount in interface SessionDiagnosticsVariableType

getBrowseNextCountNode

public BaseDataVariableTypeNode getBrowseNextCountNode()
Specified by:
getBrowseNextCountNode in interface SessionDiagnosticsVariableType

getBrowseNextCount

public org.opcfoundation.ua.core.ServiceCounterDataType getBrowseNextCount()
Specified by:
getBrowseNextCount in interface SessionDiagnosticsVariableType

setBrowseNextCount

public void setBrowseNextCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
Specified by:
setBrowseNextCount in interface SessionDiagnosticsVariableType

getTranslateBrowsePathsToNodeIdsCountNode

public BaseDataVariableTypeNode getTranslateBrowsePathsToNodeIdsCountNode()
Specified by:
getTranslateBrowsePathsToNodeIdsCountNode in interface SessionDiagnosticsVariableType

getTranslateBrowsePathsToNodeIdsCount

public org.opcfoundation.ua.core.ServiceCounterDataType getTranslateBrowsePathsToNodeIdsCount()
Specified by:
getTranslateBrowsePathsToNodeIdsCount in interface SessionDiagnosticsVariableType

setTranslateBrowsePathsToNodeIdsCount

public void setTranslateBrowsePathsToNodeIdsCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
Specified by:
setTranslateBrowsePathsToNodeIdsCount in interface SessionDiagnosticsVariableType

getQueryFirstCountNode

public BaseDataVariableTypeNode getQueryFirstCountNode()
Specified by:
getQueryFirstCountNode in interface SessionDiagnosticsVariableType

getQueryFirstCount

public org.opcfoundation.ua.core.ServiceCounterDataType getQueryFirstCount()
Specified by:
getQueryFirstCount in interface SessionDiagnosticsVariableType

setQueryFirstCount

public void setQueryFirstCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
Specified by:
setQueryFirstCount in interface SessionDiagnosticsVariableType

getQueryNextCountNode

public BaseDataVariableTypeNode getQueryNextCountNode()
Specified by:
getQueryNextCountNode in interface SessionDiagnosticsVariableType

getQueryNextCount

public org.opcfoundation.ua.core.ServiceCounterDataType getQueryNextCount()
Specified by:
getQueryNextCount in interface SessionDiagnosticsVariableType

setQueryNextCount

public void setQueryNextCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
Specified by:
setQueryNextCount in interface SessionDiagnosticsVariableType

getRegisterNodesCountNode

public BaseDataVariableTypeNode getRegisterNodesCountNode()
Specified by:
getRegisterNodesCountNode in interface SessionDiagnosticsVariableType

getRegisterNodesCount

public org.opcfoundation.ua.core.ServiceCounterDataType getRegisterNodesCount()
Specified by:
getRegisterNodesCount in interface SessionDiagnosticsVariableType

setRegisterNodesCount

public void setRegisterNodesCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
Specified by:
setRegisterNodesCount in interface SessionDiagnosticsVariableType

getUnregisterNodesCountNode

public BaseDataVariableTypeNode getUnregisterNodesCountNode()
Specified by:
getUnregisterNodesCountNode in interface SessionDiagnosticsVariableType

getUnregisterNodesCount

public org.opcfoundation.ua.core.ServiceCounterDataType getUnregisterNodesCount()
Specified by:
getUnregisterNodesCount in interface SessionDiagnosticsVariableType

setUnregisterNodesCount

public void setUnregisterNodesCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
Specified by:
setUnregisterNodesCount in interface SessionDiagnosticsVariableType


Copyright © 2018. All rights reserved.