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

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.SubscriptionDiagnosticsTypeImplBase
All Implemented Interfaces:
UaInstance, UaNode, UaValueNode, UaVariable, BaseDataVariableType, BaseInstanceType, BaseVariableType, SubscriptionDiagnosticsType
Direct Known Subclasses:
SubscriptionDiagnosticsTypeImpl

public abstract class SubscriptionDiagnosticsTypeImplBase
extends BaseDataVariableTypeImpl
implements SubscriptionDiagnosticsType

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.SubscriptionDiagnosticsType
CURRENT_KEEP_ALIVE_COUNT, CURRENT_LIFETIME_COUNT, DATA_CHANGE_NOTIFICATIONS_COUNT, DISABLE_COUNT, DISABLED_MONITORED_ITEM_COUNT, DISCARDED_MESSAGE_COUNT, ENABLE_COUNT, EVENT_NOTIFICATIONS_COUNT, EVENT_QUEUE_OVER_FLOW_COUNT, LATE_PUBLISH_REQUEST_COUNT, MAX_KEEP_ALIVE_COUNT, MAX_LIFETIME_COUNT, MAX_NOTIFICATIONS_PER_PUBLISH, MODIFY_COUNT, MONITORED_ITEM_COUNT, MONITORING_QUEUE_OVERFLOW_COUNT, NEXT_SEQUENCE_NUMBER, NOTIFICATIONS_COUNT, PRIORITY, PUBLISH_REQUEST_COUNT, PUBLISHING_ENABLED, PUBLISHING_INTERVAL, REPUBLISH_MESSAGE_COUNT, REPUBLISH_MESSAGE_REQUEST_COUNT, REPUBLISH_REQUEST_COUNT, SESSION_ID, SUBSCRIPTION_ID, TRANSFER_REQUEST_COUNT, TRANSFERRED_TO_ALT_CLIENT_COUNT, TRANSFERRED_TO_SAME_CLIENT_COUNT, UNACKNOWLEDGED_MESSAGE_COUNT
 
Constructor Summary
protected SubscriptionDiagnosticsTypeImplBase(AddressSpace addressSpace, org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.builtintypes.QualifiedName browseName, org.opcfoundation.ua.builtintypes.LocalizedText displayName)
           
 
Method Summary
 org.opcfoundation.ua.builtintypes.UnsignedInteger getCurrentKeepAliveCount()
           
 BaseDataVariableType getCurrentKeepAliveCountNode()
           
 org.opcfoundation.ua.builtintypes.UnsignedInteger getCurrentLifetimeCount()
           
 BaseDataVariableType getCurrentLifetimeCountNode()
           
 org.opcfoundation.ua.builtintypes.UnsignedInteger getDataChangeNotificationsCount()
           
 BaseDataVariableType getDataChangeNotificationsCountNode()
           
 org.opcfoundation.ua.builtintypes.UnsignedInteger getDisableCount()
           
 BaseDataVariableType getDisableCountNode()
           
 org.opcfoundation.ua.builtintypes.UnsignedInteger getDisabledMonitoredItemCount()
           
 BaseDataVariableType getDisabledMonitoredItemCountNode()
           
 org.opcfoundation.ua.builtintypes.UnsignedInteger getDiscardedMessageCount()
           
 BaseDataVariableType getDiscardedMessageCountNode()
           
 org.opcfoundation.ua.builtintypes.UnsignedInteger getEnableCount()
           
 BaseDataVariableType getEnableCountNode()
           
 org.opcfoundation.ua.builtintypes.UnsignedInteger getEventNotificationsCount()
           
 BaseDataVariableType getEventNotificationsCountNode()
           
 org.opcfoundation.ua.builtintypes.UnsignedInteger getEventQueueOverFlowCount()
           
 BaseDataVariableType getEventQueueOverFlowCountNode()
           
 org.opcfoundation.ua.builtintypes.UnsignedInteger getLatePublishRequestCount()
           
 BaseDataVariableType getLatePublishRequestCountNode()
           
 org.opcfoundation.ua.builtintypes.UnsignedInteger getMaxKeepAliveCount()
           
 BaseDataVariableType getMaxKeepAliveCountNode()
           
 org.opcfoundation.ua.builtintypes.UnsignedInteger getMaxLifetimeCount()
           
 BaseDataVariableType getMaxLifetimeCountNode()
           
 org.opcfoundation.ua.builtintypes.UnsignedInteger getMaxNotificationsPerPublish()
           
 BaseDataVariableType getMaxNotificationsPerPublishNode()
           
 org.opcfoundation.ua.builtintypes.UnsignedInteger getModifyCount()
           
 BaseDataVariableType getModifyCountNode()
           
 org.opcfoundation.ua.builtintypes.UnsignedInteger getMonitoredItemCount()
           
 BaseDataVariableType getMonitoredItemCountNode()
           
 org.opcfoundation.ua.builtintypes.UnsignedInteger getMonitoringQueueOverflowCount()
           
 BaseDataVariableType getMonitoringQueueOverflowCountNode()
           
 org.opcfoundation.ua.builtintypes.UnsignedInteger getNextSequenceNumber()
           
 BaseDataVariableType getNextSequenceNumberNode()
           
 org.opcfoundation.ua.builtintypes.UnsignedInteger getNotificationsCount()
           
 BaseDataVariableType getNotificationsCountNode()
           
 org.opcfoundation.ua.builtintypes.UnsignedByte getPriority()
           
 BaseDataVariableType getPriorityNode()
           
 BaseDataVariableType getPublishingEnabledNode()
           
 Double getPublishingInterval()
           
 BaseDataVariableType getPublishingIntervalNode()
           
 org.opcfoundation.ua.builtintypes.UnsignedInteger getPublishRequestCount()
           
 BaseDataVariableType getPublishRequestCountNode()
           
 org.opcfoundation.ua.builtintypes.UnsignedInteger getRepublishMessageCount()
           
 BaseDataVariableType getRepublishMessageCountNode()
           
 org.opcfoundation.ua.builtintypes.UnsignedInteger getRepublishMessageRequestCount()
           
 BaseDataVariableType getRepublishMessageRequestCountNode()
           
 org.opcfoundation.ua.builtintypes.UnsignedInteger getRepublishRequestCount()
           
 BaseDataVariableType getRepublishRequestCountNode()
           
 org.opcfoundation.ua.builtintypes.NodeId getSessionId()
           
 BaseDataVariableType getSessionIdNode()
           
 org.opcfoundation.ua.builtintypes.UnsignedInteger getSubscriptionId()
           
 BaseDataVariableType getSubscriptionIdNode()
           
 org.opcfoundation.ua.builtintypes.UnsignedInteger getTransferredToAltClientCount()
           
 BaseDataVariableType getTransferredToAltClientCountNode()
           
 org.opcfoundation.ua.builtintypes.UnsignedInteger getTransferredToSameClientCount()
           
 BaseDataVariableType getTransferredToSameClientCountNode()
           
 org.opcfoundation.ua.builtintypes.UnsignedInteger getTransferRequestCount()
           
 BaseDataVariableType getTransferRequestCountNode()
           
 org.opcfoundation.ua.builtintypes.UnsignedInteger getUnacknowledgedMessageCount()
           
 BaseDataVariableType getUnacknowledgedMessageCountNode()
           
 Boolean isPublishingEnabled()
           
 void setCurrentKeepAliveCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void setCurrentLifetimeCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void setDataChangeNotificationsCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void setDisableCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void setDisabledMonitoredItemCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void setDiscardedMessageCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void setEnableCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void setEventNotificationsCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void setEventQueueOverFlowCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void setLatePublishRequestCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void setMaxKeepAliveCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void setMaxLifetimeCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void setMaxNotificationsPerPublish(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void setModifyCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void setMonitoredItemCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void setMonitoringQueueOverflowCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void setNextSequenceNumber(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void setNotificationsCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void setPriority(org.opcfoundation.ua.builtintypes.UnsignedByte value)
           
 void setPublishingEnabled(Boolean value)
           
 void setPublishingInterval(Double value)
           
 void setPublishRequestCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void setRepublishMessageCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void setRepublishMessageRequestCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void setRepublishRequestCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void setSessionId(org.opcfoundation.ua.builtintypes.NodeId value)
           
 void setSubscriptionId(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void setTransferredToAltClientCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void setTransferredToSameClientCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void setTransferRequestCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void setUnacknowledgedMessageCount(org.opcfoundation.ua.builtintypes.UnsignedInteger 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

SubscriptionDiagnosticsTypeImplBase

protected SubscriptionDiagnosticsTypeImplBase(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 SubscriptionDiagnosticsType

getSessionId

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

setSessionId

public void setSessionId(org.opcfoundation.ua.builtintypes.NodeId value)
                  throws StatusException
Specified by:
setSessionId in interface SubscriptionDiagnosticsType
Throws:
StatusException

getSubscriptionIdNode

public BaseDataVariableType getSubscriptionIdNode()
Specified by:
getSubscriptionIdNode in interface SubscriptionDiagnosticsType

getSubscriptionId

public org.opcfoundation.ua.builtintypes.UnsignedInteger getSubscriptionId()
Specified by:
getSubscriptionId in interface SubscriptionDiagnosticsType

setSubscriptionId

public void setSubscriptionId(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
                       throws StatusException
Specified by:
setSubscriptionId in interface SubscriptionDiagnosticsType
Throws:
StatusException

getPriorityNode

public BaseDataVariableType getPriorityNode()
Specified by:
getPriorityNode in interface SubscriptionDiagnosticsType

getPriority

public org.opcfoundation.ua.builtintypes.UnsignedByte getPriority()
Specified by:
getPriority in interface SubscriptionDiagnosticsType

setPriority

public void setPriority(org.opcfoundation.ua.builtintypes.UnsignedByte value)
                 throws StatusException
Specified by:
setPriority in interface SubscriptionDiagnosticsType
Throws:
StatusException

getPublishingIntervalNode

public BaseDataVariableType getPublishingIntervalNode()
Specified by:
getPublishingIntervalNode in interface SubscriptionDiagnosticsType

getPublishingInterval

public Double getPublishingInterval()
Specified by:
getPublishingInterval in interface SubscriptionDiagnosticsType

setPublishingInterval

public void setPublishingInterval(Double value)
                           throws StatusException
Specified by:
setPublishingInterval in interface SubscriptionDiagnosticsType
Throws:
StatusException

getMaxKeepAliveCountNode

public BaseDataVariableType getMaxKeepAliveCountNode()
Specified by:
getMaxKeepAliveCountNode in interface SubscriptionDiagnosticsType

getMaxKeepAliveCount

public org.opcfoundation.ua.builtintypes.UnsignedInteger getMaxKeepAliveCount()
Specified by:
getMaxKeepAliveCount in interface SubscriptionDiagnosticsType

setMaxKeepAliveCount

public void setMaxKeepAliveCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
                          throws StatusException
Specified by:
setMaxKeepAliveCount in interface SubscriptionDiagnosticsType
Throws:
StatusException

getMaxLifetimeCountNode

public BaseDataVariableType getMaxLifetimeCountNode()
Specified by:
getMaxLifetimeCountNode in interface SubscriptionDiagnosticsType

getMaxLifetimeCount

public org.opcfoundation.ua.builtintypes.UnsignedInteger getMaxLifetimeCount()
Specified by:
getMaxLifetimeCount in interface SubscriptionDiagnosticsType

setMaxLifetimeCount

public void setMaxLifetimeCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
                         throws StatusException
Specified by:
setMaxLifetimeCount in interface SubscriptionDiagnosticsType
Throws:
StatusException

getMaxNotificationsPerPublishNode

public BaseDataVariableType getMaxNotificationsPerPublishNode()
Specified by:
getMaxNotificationsPerPublishNode in interface SubscriptionDiagnosticsType

getMaxNotificationsPerPublish

public org.opcfoundation.ua.builtintypes.UnsignedInteger getMaxNotificationsPerPublish()
Specified by:
getMaxNotificationsPerPublish in interface SubscriptionDiagnosticsType

setMaxNotificationsPerPublish

public void setMaxNotificationsPerPublish(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
                                   throws StatusException
Specified by:
setMaxNotificationsPerPublish in interface SubscriptionDiagnosticsType
Throws:
StatusException

getPublishingEnabledNode

public BaseDataVariableType getPublishingEnabledNode()
Specified by:
getPublishingEnabledNode in interface SubscriptionDiagnosticsType

isPublishingEnabled

public Boolean isPublishingEnabled()
Specified by:
isPublishingEnabled in interface SubscriptionDiagnosticsType

setPublishingEnabled

public void setPublishingEnabled(Boolean value)
                          throws StatusException
Specified by:
setPublishingEnabled in interface SubscriptionDiagnosticsType
Throws:
StatusException

getModifyCountNode

public BaseDataVariableType getModifyCountNode()
Specified by:
getModifyCountNode in interface SubscriptionDiagnosticsType

getModifyCount

public org.opcfoundation.ua.builtintypes.UnsignedInteger getModifyCount()
Specified by:
getModifyCount in interface SubscriptionDiagnosticsType

setModifyCount

public void setModifyCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
                    throws StatusException
Specified by:
setModifyCount in interface SubscriptionDiagnosticsType
Throws:
StatusException

getEnableCountNode

public BaseDataVariableType getEnableCountNode()
Specified by:
getEnableCountNode in interface SubscriptionDiagnosticsType

getEnableCount

public org.opcfoundation.ua.builtintypes.UnsignedInteger getEnableCount()
Specified by:
getEnableCount in interface SubscriptionDiagnosticsType

setEnableCount

public void setEnableCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
                    throws StatusException
Specified by:
setEnableCount in interface SubscriptionDiagnosticsType
Throws:
StatusException

getDisableCountNode

public BaseDataVariableType getDisableCountNode()
Specified by:
getDisableCountNode in interface SubscriptionDiagnosticsType

getDisableCount

public org.opcfoundation.ua.builtintypes.UnsignedInteger getDisableCount()
Specified by:
getDisableCount in interface SubscriptionDiagnosticsType

setDisableCount

public void setDisableCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
                     throws StatusException
Specified by:
setDisableCount in interface SubscriptionDiagnosticsType
Throws:
StatusException

getRepublishRequestCountNode

public BaseDataVariableType getRepublishRequestCountNode()
Specified by:
getRepublishRequestCountNode in interface SubscriptionDiagnosticsType

getRepublishRequestCount

public org.opcfoundation.ua.builtintypes.UnsignedInteger getRepublishRequestCount()
Specified by:
getRepublishRequestCount in interface SubscriptionDiagnosticsType

setRepublishRequestCount

public void setRepublishRequestCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
                              throws StatusException
Specified by:
setRepublishRequestCount in interface SubscriptionDiagnosticsType
Throws:
StatusException

getRepublishMessageRequestCountNode

public BaseDataVariableType getRepublishMessageRequestCountNode()
Specified by:
getRepublishMessageRequestCountNode in interface SubscriptionDiagnosticsType

getRepublishMessageRequestCount

public org.opcfoundation.ua.builtintypes.UnsignedInteger getRepublishMessageRequestCount()
Specified by:
getRepublishMessageRequestCount in interface SubscriptionDiagnosticsType

setRepublishMessageRequestCount

public void setRepublishMessageRequestCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
                                     throws StatusException
Specified by:
setRepublishMessageRequestCount in interface SubscriptionDiagnosticsType
Throws:
StatusException

getRepublishMessageCountNode

public BaseDataVariableType getRepublishMessageCountNode()
Specified by:
getRepublishMessageCountNode in interface SubscriptionDiagnosticsType

getRepublishMessageCount

public org.opcfoundation.ua.builtintypes.UnsignedInteger getRepublishMessageCount()
Specified by:
getRepublishMessageCount in interface SubscriptionDiagnosticsType

setRepublishMessageCount

public void setRepublishMessageCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
                              throws StatusException
Specified by:
setRepublishMessageCount in interface SubscriptionDiagnosticsType
Throws:
StatusException

getTransferRequestCountNode

public BaseDataVariableType getTransferRequestCountNode()
Specified by:
getTransferRequestCountNode in interface SubscriptionDiagnosticsType

getTransferRequestCount

public org.opcfoundation.ua.builtintypes.UnsignedInteger getTransferRequestCount()
Specified by:
getTransferRequestCount in interface SubscriptionDiagnosticsType

setTransferRequestCount

public void setTransferRequestCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
                             throws StatusException
Specified by:
setTransferRequestCount in interface SubscriptionDiagnosticsType
Throws:
StatusException

getTransferredToAltClientCountNode

public BaseDataVariableType getTransferredToAltClientCountNode()
Specified by:
getTransferredToAltClientCountNode in interface SubscriptionDiagnosticsType

getTransferredToAltClientCount

public org.opcfoundation.ua.builtintypes.UnsignedInteger getTransferredToAltClientCount()
Specified by:
getTransferredToAltClientCount in interface SubscriptionDiagnosticsType

setTransferredToAltClientCount

public void setTransferredToAltClientCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
                                    throws StatusException
Specified by:
setTransferredToAltClientCount in interface SubscriptionDiagnosticsType
Throws:
StatusException

getTransferredToSameClientCountNode

public BaseDataVariableType getTransferredToSameClientCountNode()
Specified by:
getTransferredToSameClientCountNode in interface SubscriptionDiagnosticsType

getTransferredToSameClientCount

public org.opcfoundation.ua.builtintypes.UnsignedInteger getTransferredToSameClientCount()
Specified by:
getTransferredToSameClientCount in interface SubscriptionDiagnosticsType

setTransferredToSameClientCount

public void setTransferredToSameClientCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
                                     throws StatusException
Specified by:
setTransferredToSameClientCount in interface SubscriptionDiagnosticsType
Throws:
StatusException

getPublishRequestCountNode

public BaseDataVariableType getPublishRequestCountNode()
Specified by:
getPublishRequestCountNode in interface SubscriptionDiagnosticsType

getPublishRequestCount

public org.opcfoundation.ua.builtintypes.UnsignedInteger getPublishRequestCount()
Specified by:
getPublishRequestCount in interface SubscriptionDiagnosticsType

setPublishRequestCount

public void setPublishRequestCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
                            throws StatusException
Specified by:
setPublishRequestCount in interface SubscriptionDiagnosticsType
Throws:
StatusException

getDataChangeNotificationsCountNode

public BaseDataVariableType getDataChangeNotificationsCountNode()
Specified by:
getDataChangeNotificationsCountNode in interface SubscriptionDiagnosticsType

getDataChangeNotificationsCount

public org.opcfoundation.ua.builtintypes.UnsignedInteger getDataChangeNotificationsCount()
Specified by:
getDataChangeNotificationsCount in interface SubscriptionDiagnosticsType

setDataChangeNotificationsCount

public void setDataChangeNotificationsCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
                                     throws StatusException
Specified by:
setDataChangeNotificationsCount in interface SubscriptionDiagnosticsType
Throws:
StatusException

getEventNotificationsCountNode

public BaseDataVariableType getEventNotificationsCountNode()
Specified by:
getEventNotificationsCountNode in interface SubscriptionDiagnosticsType

getEventNotificationsCount

public org.opcfoundation.ua.builtintypes.UnsignedInteger getEventNotificationsCount()
Specified by:
getEventNotificationsCount in interface SubscriptionDiagnosticsType

setEventNotificationsCount

public void setEventNotificationsCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
                                throws StatusException
Specified by:
setEventNotificationsCount in interface SubscriptionDiagnosticsType
Throws:
StatusException

getNotificationsCountNode

public BaseDataVariableType getNotificationsCountNode()
Specified by:
getNotificationsCountNode in interface SubscriptionDiagnosticsType

getNotificationsCount

public org.opcfoundation.ua.builtintypes.UnsignedInteger getNotificationsCount()
Specified by:
getNotificationsCount in interface SubscriptionDiagnosticsType

setNotificationsCount

public void setNotificationsCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
                           throws StatusException
Specified by:
setNotificationsCount in interface SubscriptionDiagnosticsType
Throws:
StatusException

getLatePublishRequestCountNode

public BaseDataVariableType getLatePublishRequestCountNode()
Specified by:
getLatePublishRequestCountNode in interface SubscriptionDiagnosticsType

getLatePublishRequestCount

public org.opcfoundation.ua.builtintypes.UnsignedInteger getLatePublishRequestCount()
Specified by:
getLatePublishRequestCount in interface SubscriptionDiagnosticsType

setLatePublishRequestCount

public void setLatePublishRequestCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
                                throws StatusException
Specified by:
setLatePublishRequestCount in interface SubscriptionDiagnosticsType
Throws:
StatusException

getCurrentKeepAliveCountNode

public BaseDataVariableType getCurrentKeepAliveCountNode()
Specified by:
getCurrentKeepAliveCountNode in interface SubscriptionDiagnosticsType

getCurrentKeepAliveCount

public org.opcfoundation.ua.builtintypes.UnsignedInteger getCurrentKeepAliveCount()
Specified by:
getCurrentKeepAliveCount in interface SubscriptionDiagnosticsType

setCurrentKeepAliveCount

public void setCurrentKeepAliveCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
                              throws StatusException
Specified by:
setCurrentKeepAliveCount in interface SubscriptionDiagnosticsType
Throws:
StatusException

getCurrentLifetimeCountNode

public BaseDataVariableType getCurrentLifetimeCountNode()
Specified by:
getCurrentLifetimeCountNode in interface SubscriptionDiagnosticsType

getCurrentLifetimeCount

public org.opcfoundation.ua.builtintypes.UnsignedInteger getCurrentLifetimeCount()
Specified by:
getCurrentLifetimeCount in interface SubscriptionDiagnosticsType

setCurrentLifetimeCount

public void setCurrentLifetimeCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
                             throws StatusException
Specified by:
setCurrentLifetimeCount in interface SubscriptionDiagnosticsType
Throws:
StatusException

getUnacknowledgedMessageCountNode

public BaseDataVariableType getUnacknowledgedMessageCountNode()
Specified by:
getUnacknowledgedMessageCountNode in interface SubscriptionDiagnosticsType

getUnacknowledgedMessageCount

public org.opcfoundation.ua.builtintypes.UnsignedInteger getUnacknowledgedMessageCount()
Specified by:
getUnacknowledgedMessageCount in interface SubscriptionDiagnosticsType

setUnacknowledgedMessageCount

public void setUnacknowledgedMessageCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
                                   throws StatusException
Specified by:
setUnacknowledgedMessageCount in interface SubscriptionDiagnosticsType
Throws:
StatusException

getDiscardedMessageCountNode

public BaseDataVariableType getDiscardedMessageCountNode()
Specified by:
getDiscardedMessageCountNode in interface SubscriptionDiagnosticsType

getDiscardedMessageCount

public org.opcfoundation.ua.builtintypes.UnsignedInteger getDiscardedMessageCount()
Specified by:
getDiscardedMessageCount in interface SubscriptionDiagnosticsType

setDiscardedMessageCount

public void setDiscardedMessageCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
                              throws StatusException
Specified by:
setDiscardedMessageCount in interface SubscriptionDiagnosticsType
Throws:
StatusException

getMonitoredItemCountNode

public BaseDataVariableType getMonitoredItemCountNode()
Specified by:
getMonitoredItemCountNode in interface SubscriptionDiagnosticsType

getMonitoredItemCount

public org.opcfoundation.ua.builtintypes.UnsignedInteger getMonitoredItemCount()
Specified by:
getMonitoredItemCount in interface SubscriptionDiagnosticsType

setMonitoredItemCount

public void setMonitoredItemCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
                           throws StatusException
Specified by:
setMonitoredItemCount in interface SubscriptionDiagnosticsType
Throws:
StatusException

getDisabledMonitoredItemCountNode

public BaseDataVariableType getDisabledMonitoredItemCountNode()
Specified by:
getDisabledMonitoredItemCountNode in interface SubscriptionDiagnosticsType

getDisabledMonitoredItemCount

public org.opcfoundation.ua.builtintypes.UnsignedInteger getDisabledMonitoredItemCount()
Specified by:
getDisabledMonitoredItemCount in interface SubscriptionDiagnosticsType

setDisabledMonitoredItemCount

public void setDisabledMonitoredItemCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
                                   throws StatusException
Specified by:
setDisabledMonitoredItemCount in interface SubscriptionDiagnosticsType
Throws:
StatusException

getMonitoringQueueOverflowCountNode

public BaseDataVariableType getMonitoringQueueOverflowCountNode()
Specified by:
getMonitoringQueueOverflowCountNode in interface SubscriptionDiagnosticsType

getMonitoringQueueOverflowCount

public org.opcfoundation.ua.builtintypes.UnsignedInteger getMonitoringQueueOverflowCount()
Specified by:
getMonitoringQueueOverflowCount in interface SubscriptionDiagnosticsType

setMonitoringQueueOverflowCount

public void setMonitoringQueueOverflowCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
                                     throws StatusException
Specified by:
setMonitoringQueueOverflowCount in interface SubscriptionDiagnosticsType
Throws:
StatusException

getNextSequenceNumberNode

public BaseDataVariableType getNextSequenceNumberNode()
Specified by:
getNextSequenceNumberNode in interface SubscriptionDiagnosticsType

getNextSequenceNumber

public org.opcfoundation.ua.builtintypes.UnsignedInteger getNextSequenceNumber()
Specified by:
getNextSequenceNumber in interface SubscriptionDiagnosticsType

setNextSequenceNumber

public void setNextSequenceNumber(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
                           throws StatusException
Specified by:
setNextSequenceNumber in interface SubscriptionDiagnosticsType
Throws:
StatusException

getEventQueueOverFlowCountNode

public BaseDataVariableType getEventQueueOverFlowCountNode()
Specified by:
getEventQueueOverFlowCountNode in interface SubscriptionDiagnosticsType

getEventQueueOverFlowCount

public org.opcfoundation.ua.builtintypes.UnsignedInteger getEventQueueOverFlowCount()
Specified by:
getEventQueueOverFlowCount in interface SubscriptionDiagnosticsType

setEventQueueOverFlowCount

public void setEventQueueOverFlowCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
                                throws StatusException
Specified by:
setEventQueueOverFlowCount in interface SubscriptionDiagnosticsType
Throws:
StatusException


Copyright © 2018. All rights reserved.