com.prosysopc.ua.types.opcua.client
Class SessionDiagnosticsVariableTypeImplBase

java.lang.Object
  extended by com.prosysopc.ua.nodes.AbstractUaNode
      extended by com.prosysopc.ua.client.nodes.UaNodeImpl
          extended by com.prosysopc.ua.client.nodes.UaInstanceImpl
              extended by com.prosysopc.ua.client.nodes.UaVariableImpl
                  extended by com.prosysopc.ua.types.opcua.client.BaseVariableTypeImpl
                      extended by com.prosysopc.ua.types.opcua.client.BaseDataVariableTypeImplBase
                          extended by com.prosysopc.ua.types.opcua.client.BaseDataVariableTypeImpl
                              extended by com.prosysopc.ua.types.opcua.client.SessionDiagnosticsVariableTypeImplBase
All Implemented Interfaces:
UaInstance, UaNode, UaValueNode, UaVariable, BaseDataVariableType, BaseInstanceType, BaseVariableType, SessionDiagnosticsVariableType
Direct Known Subclasses:
SessionDiagnosticsVariableTypeImpl

public abstract class SessionDiagnosticsVariableTypeImplBase
extends BaseDataVariableTypeImpl
implements SessionDiagnosticsVariableType

Generated on 2018-05-09 10:45:27


Field Summary
 
Fields inherited from class com.prosysopc.ua.client.nodes.UaNodeImpl
addressSpace, references, 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 SessionDiagnosticsVariableTypeImplBase(AddressSpace addressSpace, org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.builtintypes.QualifiedName browseName, org.opcfoundation.ua.builtintypes.LocalizedText displayName)
           
 
Method Summary
 Double getActualSessionTimeout()
           
 BaseDataVariableType getActualSessionTimeoutNode()
           
 org.opcfoundation.ua.core.ServiceCounterDataType getAddNodesCount()
           
 BaseDataVariableType getAddNodesCountNode()
           
 org.opcfoundation.ua.core.ServiceCounterDataType getAddReferencesCount()
           
 BaseDataVariableType getAddReferencesCountNode()
           
 org.opcfoundation.ua.core.ServiceCounterDataType getBrowseCount()
           
 BaseDataVariableType getBrowseCountNode()
           
 org.opcfoundation.ua.core.ServiceCounterDataType getBrowseNextCount()
           
 BaseDataVariableType getBrowseNextCountNode()
           
 org.opcfoundation.ua.core.ServiceCounterDataType getCallCount()
           
 BaseDataVariableType getCallCountNode()
           
 org.opcfoundation.ua.builtintypes.DateTime getClientConnectionTime()
           
 BaseDataVariableType getClientConnectionTimeNode()
           
 org.opcfoundation.ua.core.ApplicationDescription getClientDescription()
           
 BaseDataVariableType getClientDescriptionNode()
           
 org.opcfoundation.ua.builtintypes.DateTime getClientLastContactTime()
           
 BaseDataVariableType getClientLastContactTimeNode()
           
 org.opcfoundation.ua.core.ServiceCounterDataType getCreateMonitoredItemsCount()
           
 BaseDataVariableType getCreateMonitoredItemsCountNode()
           
 org.opcfoundation.ua.core.ServiceCounterDataType getCreateSubscriptionCount()
           
 BaseDataVariableType getCreateSubscriptionCountNode()
           
 org.opcfoundation.ua.builtintypes.UnsignedInteger getCurrentMonitoredItemsCount()
           
 BaseDataVariableType getCurrentMonitoredItemsCountNode()
           
 org.opcfoundation.ua.builtintypes.UnsignedInteger getCurrentPublishRequestsInQueue()
           
 BaseDataVariableType getCurrentPublishRequestsInQueueNode()
           
 org.opcfoundation.ua.builtintypes.UnsignedInteger getCurrentSubscriptionsCount()
           
 BaseDataVariableType getCurrentSubscriptionsCountNode()
           
 org.opcfoundation.ua.core.ServiceCounterDataType getDeleteMonitoredItemsCount()
           
 BaseDataVariableType getDeleteMonitoredItemsCountNode()
           
 org.opcfoundation.ua.core.ServiceCounterDataType getDeleteNodesCount()
           
 BaseDataVariableType getDeleteNodesCountNode()
           
 org.opcfoundation.ua.core.ServiceCounterDataType getDeleteReferencesCount()
           
 BaseDataVariableType getDeleteReferencesCountNode()
           
 org.opcfoundation.ua.core.ServiceCounterDataType getDeleteSubscriptionsCount()
           
 BaseDataVariableType getDeleteSubscriptionsCountNode()
           
 String getEndpointUrl()
           
 BaseDataVariableType getEndpointUrlNode()
           
 org.opcfoundation.ua.core.ServiceCounterDataType getHistoryReadCount()
           
 BaseDataVariableType getHistoryReadCountNode()
           
 org.opcfoundation.ua.core.ServiceCounterDataType getHistoryUpdateCount()
           
 BaseDataVariableType getHistoryUpdateCountNode()
           
 String[] getLocaleIds()
           
 BaseDataVariableType getLocaleIdsNode()
           
 org.opcfoundation.ua.builtintypes.UnsignedInteger getMaxResponseMessageSize()
           
 BaseDataVariableType getMaxResponseMessageSizeNode()
           
 org.opcfoundation.ua.core.ServiceCounterDataType getModifyMonitoredItemsCount()
           
 BaseDataVariableType getModifyMonitoredItemsCountNode()
           
 org.opcfoundation.ua.core.ServiceCounterDataType getModifySubscriptionCount()
           
 BaseDataVariableType getModifySubscriptionCountNode()
           
 org.opcfoundation.ua.core.ServiceCounterDataType getPublishCount()
           
 BaseDataVariableType getPublishCountNode()
           
 org.opcfoundation.ua.core.ServiceCounterDataType getQueryFirstCount()
           
 BaseDataVariableType getQueryFirstCountNode()
           
 org.opcfoundation.ua.core.ServiceCounterDataType getQueryNextCount()
           
 BaseDataVariableType getQueryNextCountNode()
           
 org.opcfoundation.ua.core.ServiceCounterDataType getReadCount()
           
 BaseDataVariableType getReadCountNode()
           
 org.opcfoundation.ua.core.ServiceCounterDataType getRegisterNodesCount()
           
 BaseDataVariableType getRegisterNodesCountNode()
           
 org.opcfoundation.ua.core.ServiceCounterDataType getRepublishCount()
           
 BaseDataVariableType getRepublishCountNode()
           
 String getServerUri()
           
 BaseDataVariableType getServerUriNode()
           
 org.opcfoundation.ua.builtintypes.NodeId getSessionId()
           
 BaseDataVariableType getSessionIdNode()
           
 String getSessionName()
           
 BaseDataVariableType getSessionNameNode()
           
 org.opcfoundation.ua.core.ServiceCounterDataType getSetMonitoringModeCount()
           
 BaseDataVariableType getSetMonitoringModeCountNode()
           
 org.opcfoundation.ua.core.ServiceCounterDataType getSetPublishingModeCount()
           
 BaseDataVariableType getSetPublishingModeCountNode()
           
 org.opcfoundation.ua.core.ServiceCounterDataType getSetTriggeringCount()
           
 BaseDataVariableType getSetTriggeringCountNode()
           
 org.opcfoundation.ua.core.ServiceCounterDataType getTotalRequestCount()
           
 BaseDataVariableType getTotalRequestCountNode()
           
 org.opcfoundation.ua.core.ServiceCounterDataType getTransferSubscriptionsCount()
           
 BaseDataVariableType getTransferSubscriptionsCountNode()
           
 org.opcfoundation.ua.core.ServiceCounterDataType getTranslateBrowsePathsToNodeIdsCount()
           
 BaseDataVariableType getTranslateBrowsePathsToNodeIdsCountNode()
           
 org.opcfoundation.ua.builtintypes.UnsignedInteger getUnauthorizedRequestCount()
           
 BaseDataVariableType getUnauthorizedRequestCountNode()
           
 org.opcfoundation.ua.core.ServiceCounterDataType getUnregisterNodesCount()
           
 BaseDataVariableType getUnregisterNodesCountNode()
           
 org.opcfoundation.ua.core.ServiceCounterDataType getWriteCount()
           
 BaseDataVariableType 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(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void setCurrentPublishRequestsInQueue(org.opcfoundation.ua.builtintypes.UnsignedInteger 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(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)
           
 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(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.client.BaseVariableTypeImpl
getQualifiedName
 
Methods inherited from class com.prosysopc.ua.client.nodes.UaVariableImpl
addDataChangeListener, getAccessLevel, getArrayDimensions, getAttributes, getAttributes, getDataType, getDataTypeId, getHistorizing, getMinimumSamplingInterval, getNodeClass, getUserAccessLevel, getValue, getValueRank, hasUserWriteAccess, hasWriteAccess, initSupportedAttributes, readAttributeValue, readValue, removeDataChangeListener, setAccessLevel, setArrayDimensions, setAttribute, setAttributes, setDataType, setDataTypeId, setHistorizing, setMinimumSamplingInterval, setUserAccessLevel, setValue, setValue, setValueRank, toString, writeAttributeValue, writeValue
 
Methods inherited from class com.prosysopc.ua.client.nodes.UaInstanceImpl
getTypeDefinition, getTypeDefinitionId, setTypeDefinition, setTypeDefinitionId, setTypeDefinitionId
 
Methods inherited from class com.prosysopc.ua.client.nodes.UaNodeImpl
addComponent, addProperties, addProperty, addReference, addReference, addReference, addReference, afterAddReference, afterDeleteReference, assertTypeSupport, assertTypeSupport, beforeAddReference, deleteReference, deleteReference, deleteReference, deleteReference, deleteReferences, doAddProperty, equals, findPlaceholders, getAddressSpace, getAttributes, getBrowseName, getComponent, getComponents, getDescription, getDescription, getDisplayName, getDisplayName, getMethod, getNodeId, getNodeVersion, getNodeVersionString, getProperties, getProperty, getPropertyValue, getReference, getReferenceList, getReferences, getSupportedAttributes, getUserWriteMask, getWriteMask, hashCode, hasProperty, hasTypeDefinition, readAttribute, readAttribute, referenceTypeInherits, removeComponent, removeProperty, setAttributes, setBrowseName, setDescription, setDisplayName, setNodeVersion, setPropertyValue, setReferences, setUserWriteMask, setWriteMask, supportsAttribute, writeAttribute
 
Methods inherited from class com.prosysopc.ua.nodes.AbstractUaNode
getForwardReferences, getInverseReferences, getReferences, getReferences, getReferencesAsList, 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

SessionDiagnosticsVariableTypeImplBase

protected SessionDiagnosticsVariableTypeImplBase(AddressSpace addressSpace,
                                                 org.opcfoundation.ua.builtintypes.NodeId nodeId,
                                                 org.opcfoundation.ua.builtintypes.QualifiedName browseName,
                                                 org.opcfoundation.ua.builtintypes.LocalizedText displayName)
Method Detail

getSessionIdNode

public BaseDataVariableType 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)
                  throws StatusException
Specified by:
setSessionId in interface SessionDiagnosticsVariableType
Throws:
StatusException

getSessionNameNode

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

getSessionName

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

setSessionName

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

getClientDescriptionNode

public BaseDataVariableType 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)
                          throws StatusException
Specified by:
setClientDescription in interface SessionDiagnosticsVariableType
Throws:
StatusException

getServerUriNode

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

getServerUri

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

setServerUri

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

getEndpointUrlNode

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

getEndpointUrl

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

setEndpointUrl

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

getLocaleIdsNode

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

getLocaleIds

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

setLocaleIds

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

getActualSessionTimeoutNode

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

getActualSessionTimeout

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

setActualSessionTimeout

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

getMaxResponseMessageSizeNode

public BaseDataVariableType 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)
                               throws StatusException
Specified by:
setMaxResponseMessageSize in interface SessionDiagnosticsVariableType
Throws:
StatusException

getClientConnectionTimeNode

public BaseDataVariableType 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)
                             throws StatusException
Specified by:
setClientConnectionTime in interface SessionDiagnosticsVariableType
Throws:
StatusException

getClientLastContactTimeNode

public BaseDataVariableType 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)
                              throws StatusException
Specified by:
setClientLastContactTime in interface SessionDiagnosticsVariableType
Throws:
StatusException

getCurrentSubscriptionsCountNode

public BaseDataVariableType 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)
                                  throws StatusException
Specified by:
setCurrentSubscriptionsCount in interface SessionDiagnosticsVariableType
Throws:
StatusException

getCurrentMonitoredItemsCountNode

public BaseDataVariableType 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)
                                   throws StatusException
Specified by:
setCurrentMonitoredItemsCount in interface SessionDiagnosticsVariableType
Throws:
StatusException

getCurrentPublishRequestsInQueueNode

public BaseDataVariableType 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)
                                      throws StatusException
Specified by:
setCurrentPublishRequestsInQueue in interface SessionDiagnosticsVariableType
Throws:
StatusException

getTotalRequestCountNode

public BaseDataVariableType 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)
                          throws StatusException
Specified by:
setTotalRequestCount in interface SessionDiagnosticsVariableType
Throws:
StatusException

getUnauthorizedRequestCountNode

public BaseDataVariableType 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)
                                 throws StatusException
Specified by:
setUnauthorizedRequestCount in interface SessionDiagnosticsVariableType
Throws:
StatusException

getReadCountNode

public BaseDataVariableType 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)
                  throws StatusException
Specified by:
setReadCount in interface SessionDiagnosticsVariableType
Throws:
StatusException

getHistoryReadCountNode

public BaseDataVariableType 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)
                         throws StatusException
Specified by:
setHistoryReadCount in interface SessionDiagnosticsVariableType
Throws:
StatusException

getWriteCountNode

public BaseDataVariableType 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)
                   throws StatusException
Specified by:
setWriteCount in interface SessionDiagnosticsVariableType
Throws:
StatusException

getHistoryUpdateCountNode

public BaseDataVariableType 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)
                           throws StatusException
Specified by:
setHistoryUpdateCount in interface SessionDiagnosticsVariableType
Throws:
StatusException

getCallCountNode

public BaseDataVariableType 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)
                  throws StatusException
Specified by:
setCallCount in interface SessionDiagnosticsVariableType
Throws:
StatusException

getCreateMonitoredItemsCountNode

public BaseDataVariableType 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)
                                  throws StatusException
Specified by:
setCreateMonitoredItemsCount in interface SessionDiagnosticsVariableType
Throws:
StatusException

getModifyMonitoredItemsCountNode

public BaseDataVariableType 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)
                                  throws StatusException
Specified by:
setModifyMonitoredItemsCount in interface SessionDiagnosticsVariableType
Throws:
StatusException

getSetMonitoringModeCountNode

public BaseDataVariableType 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)
                               throws StatusException
Specified by:
setSetMonitoringModeCount in interface SessionDiagnosticsVariableType
Throws:
StatusException

getSetTriggeringCountNode

public BaseDataVariableType 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)
                           throws StatusException
Specified by:
setSetTriggeringCount in interface SessionDiagnosticsVariableType
Throws:
StatusException

getDeleteMonitoredItemsCountNode

public BaseDataVariableType 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)
                                  throws StatusException
Specified by:
setDeleteMonitoredItemsCount in interface SessionDiagnosticsVariableType
Throws:
StatusException

getCreateSubscriptionCountNode

public BaseDataVariableType 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)
                                throws StatusException
Specified by:
setCreateSubscriptionCount in interface SessionDiagnosticsVariableType
Throws:
StatusException

getModifySubscriptionCountNode

public BaseDataVariableType 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)
                                throws StatusException
Specified by:
setModifySubscriptionCount in interface SessionDiagnosticsVariableType
Throws:
StatusException

getSetPublishingModeCountNode

public BaseDataVariableType 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)
                               throws StatusException
Specified by:
setSetPublishingModeCount in interface SessionDiagnosticsVariableType
Throws:
StatusException

getPublishCountNode

public BaseDataVariableType 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)
                     throws StatusException
Specified by:
setPublishCount in interface SessionDiagnosticsVariableType
Throws:
StatusException

getRepublishCountNode

public BaseDataVariableType 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)
                       throws StatusException
Specified by:
setRepublishCount in interface SessionDiagnosticsVariableType
Throws:
StatusException

getTransferSubscriptionsCountNode

public BaseDataVariableType 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)
                                   throws StatusException
Specified by:
setTransferSubscriptionsCount in interface SessionDiagnosticsVariableType
Throws:
StatusException

getDeleteSubscriptionsCountNode

public BaseDataVariableType 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)
                                 throws StatusException
Specified by:
setDeleteSubscriptionsCount in interface SessionDiagnosticsVariableType
Throws:
StatusException

getAddNodesCountNode

public BaseDataVariableType 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)
                      throws StatusException
Specified by:
setAddNodesCount in interface SessionDiagnosticsVariableType
Throws:
StatusException

getAddReferencesCountNode

public BaseDataVariableType 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)
                           throws StatusException
Specified by:
setAddReferencesCount in interface SessionDiagnosticsVariableType
Throws:
StatusException

getDeleteNodesCountNode

public BaseDataVariableType 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)
                         throws StatusException
Specified by:
setDeleteNodesCount in interface SessionDiagnosticsVariableType
Throws:
StatusException

getDeleteReferencesCountNode

public BaseDataVariableType 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)
                              throws StatusException
Specified by:
setDeleteReferencesCount in interface SessionDiagnosticsVariableType
Throws:
StatusException

getBrowseCountNode

public BaseDataVariableType 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)
                    throws StatusException
Specified by:
setBrowseCount in interface SessionDiagnosticsVariableType
Throws:
StatusException

getBrowseNextCountNode

public BaseDataVariableType 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)
                        throws StatusException
Specified by:
setBrowseNextCount in interface SessionDiagnosticsVariableType
Throws:
StatusException

getTranslateBrowsePathsToNodeIdsCountNode

public BaseDataVariableType 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)
                                           throws StatusException
Specified by:
setTranslateBrowsePathsToNodeIdsCount in interface SessionDiagnosticsVariableType
Throws:
StatusException

getQueryFirstCountNode

public BaseDataVariableType 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)
                        throws StatusException
Specified by:
setQueryFirstCount in interface SessionDiagnosticsVariableType
Throws:
StatusException

getQueryNextCountNode

public BaseDataVariableType 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)
                       throws StatusException
Specified by:
setQueryNextCount in interface SessionDiagnosticsVariableType
Throws:
StatusException

getRegisterNodesCountNode

public BaseDataVariableType 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)
                           throws StatusException
Specified by:
setRegisterNodesCount in interface SessionDiagnosticsVariableType
Throws:
StatusException

getUnregisterNodesCountNode

public BaseDataVariableType 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)
                             throws StatusException
Specified by:
setUnregisterNodesCount in interface SessionDiagnosticsVariableType
Throws:
StatusException


Copyright © 2018. All rights reserved.