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

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

public abstract class ProgramDiagnosticTypeNodeBase
extends BaseDataVariableTypeNode
implements ProgramDiagnosticType

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.ProgramDiagnosticType
CREATE_CLIENT_NAME, CREATE_SESSION_ID, INVOCATION_CREATION_TIME, LAST_METHOD_CALL, LAST_METHOD_CALL_TIME, LAST_METHOD_INPUT_ARGUMENTS, LAST_METHOD_OUTPUT_ARGUMENTS, LAST_METHOD_RETURN_STATUS, LAST_METHOD_SESSION_ID, LAST_TRANSITION_TIME
 
Constructor Summary
protected ProgramDiagnosticTypeNodeBase(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
 String getCreateClientName()
           
 UaProperty getCreateClientNameNode()
           
 org.opcfoundation.ua.builtintypes.NodeId getCreateSessionId()
           
 UaProperty getCreateSessionIdNode()
           
 org.opcfoundation.ua.builtintypes.DateTime getInvocationCreationTime()
           
 UaProperty getInvocationCreationTimeNode()
           
 String getLastMethodCall()
           
 UaProperty getLastMethodCallNode()
           
 org.opcfoundation.ua.builtintypes.DateTime getLastMethodCallTime()
           
 UaProperty getLastMethodCallTimeNode()
           
 org.opcfoundation.ua.core.Argument[] getLastMethodInputArguments()
           
 UaProperty getLastMethodInputArgumentsNode()
           
 org.opcfoundation.ua.core.Argument[] getLastMethodOutputArguments()
           
 UaProperty getLastMethodOutputArgumentsNode()
           
 org.opcfoundation.ua.core.StatusResult getLastMethodReturnStatus()
           
 UaProperty getLastMethodReturnStatusNode()
           
 org.opcfoundation.ua.builtintypes.NodeId getLastMethodSessionId()
           
 UaProperty getLastMethodSessionIdNode()
           
 org.opcfoundation.ua.builtintypes.DateTime getLastTransitionTime()
           
 UaProperty getLastTransitionTimeNode()
           
static GeneratedNodeInitializer<ProgramDiagnosticTypeNode> getProgramDiagnosticTypeNodeInitializer()
           
 void setCreateClientName(String value)
           
 void setCreateSessionId(org.opcfoundation.ua.builtintypes.NodeId value)
           
 void setInvocationCreationTime(org.opcfoundation.ua.builtintypes.DateTime value)
           
 void setLastMethodCall(String value)
           
 void setLastMethodCallTime(org.opcfoundation.ua.builtintypes.DateTime value)
           
 void setLastMethodInputArguments(org.opcfoundation.ua.core.Argument[] value)
           
 void setLastMethodOutputArguments(org.opcfoundation.ua.core.Argument[] value)
           
 void setLastMethodReturnStatus(org.opcfoundation.ua.core.StatusResult value)
           
 void setLastMethodSessionId(org.opcfoundation.ua.builtintypes.NodeId value)
           
 void setLastTransitionTime(org.opcfoundation.ua.builtintypes.DateTime value)
           
static void setProgramDiagnosticTypeNodeInitializer(GeneratedNodeInitializer<ProgramDiagnosticTypeNode> programDiagnosticTypeNodeInitializerNewValue)
           
 
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

ProgramDiagnosticTypeNodeBase

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

getProgramDiagnosticTypeNodeInitializer

public static GeneratedNodeInitializer<ProgramDiagnosticTypeNode> getProgramDiagnosticTypeNodeInitializer()

setProgramDiagnosticTypeNodeInitializer

public static void setProgramDiagnosticTypeNodeInitializer(GeneratedNodeInitializer<ProgramDiagnosticTypeNode> programDiagnosticTypeNodeInitializerNewValue)

getCreateSessionIdNode

public UaProperty getCreateSessionIdNode()
Specified by:
getCreateSessionIdNode in interface ProgramDiagnosticType

getCreateSessionId

public org.opcfoundation.ua.builtintypes.NodeId getCreateSessionId()
Specified by:
getCreateSessionId in interface ProgramDiagnosticType

setCreateSessionId

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

getCreateClientNameNode

public UaProperty getCreateClientNameNode()
Specified by:
getCreateClientNameNode in interface ProgramDiagnosticType

getCreateClientName

public String getCreateClientName()
Specified by:
getCreateClientName in interface ProgramDiagnosticType

setCreateClientName

public void setCreateClientName(String value)
Specified by:
setCreateClientName in interface ProgramDiagnosticType

getInvocationCreationTimeNode

public UaProperty getInvocationCreationTimeNode()
Specified by:
getInvocationCreationTimeNode in interface ProgramDiagnosticType

getInvocationCreationTime

public org.opcfoundation.ua.builtintypes.DateTime getInvocationCreationTime()
Specified by:
getInvocationCreationTime in interface ProgramDiagnosticType

setInvocationCreationTime

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

getLastTransitionTimeNode

public UaProperty getLastTransitionTimeNode()
Specified by:
getLastTransitionTimeNode in interface ProgramDiagnosticType

getLastTransitionTime

public org.opcfoundation.ua.builtintypes.DateTime getLastTransitionTime()
Specified by:
getLastTransitionTime in interface ProgramDiagnosticType

setLastTransitionTime

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

getLastMethodCallNode

public UaProperty getLastMethodCallNode()
Specified by:
getLastMethodCallNode in interface ProgramDiagnosticType

getLastMethodCall

public String getLastMethodCall()
Specified by:
getLastMethodCall in interface ProgramDiagnosticType

setLastMethodCall

public void setLastMethodCall(String value)
Specified by:
setLastMethodCall in interface ProgramDiagnosticType

getLastMethodSessionIdNode

public UaProperty getLastMethodSessionIdNode()
Specified by:
getLastMethodSessionIdNode in interface ProgramDiagnosticType

getLastMethodSessionId

public org.opcfoundation.ua.builtintypes.NodeId getLastMethodSessionId()
Specified by:
getLastMethodSessionId in interface ProgramDiagnosticType

setLastMethodSessionId

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

getLastMethodInputArgumentsNode

public UaProperty getLastMethodInputArgumentsNode()
Specified by:
getLastMethodInputArgumentsNode in interface ProgramDiagnosticType

getLastMethodInputArguments

public org.opcfoundation.ua.core.Argument[] getLastMethodInputArguments()
Specified by:
getLastMethodInputArguments in interface ProgramDiagnosticType

setLastMethodInputArguments

public void setLastMethodInputArguments(org.opcfoundation.ua.core.Argument[] value)
Specified by:
setLastMethodInputArguments in interface ProgramDiagnosticType

getLastMethodOutputArgumentsNode

public UaProperty getLastMethodOutputArgumentsNode()
Specified by:
getLastMethodOutputArgumentsNode in interface ProgramDiagnosticType

getLastMethodOutputArguments

public org.opcfoundation.ua.core.Argument[] getLastMethodOutputArguments()
Specified by:
getLastMethodOutputArguments in interface ProgramDiagnosticType

setLastMethodOutputArguments

public void setLastMethodOutputArguments(org.opcfoundation.ua.core.Argument[] value)
Specified by:
setLastMethodOutputArguments in interface ProgramDiagnosticType

getLastMethodCallTimeNode

public UaProperty getLastMethodCallTimeNode()
Specified by:
getLastMethodCallTimeNode in interface ProgramDiagnosticType

getLastMethodCallTime

public org.opcfoundation.ua.builtintypes.DateTime getLastMethodCallTime()
Specified by:
getLastMethodCallTime in interface ProgramDiagnosticType

setLastMethodCallTime

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

getLastMethodReturnStatusNode

public UaProperty getLastMethodReturnStatusNode()
Specified by:
getLastMethodReturnStatusNode in interface ProgramDiagnosticType

getLastMethodReturnStatus

public org.opcfoundation.ua.core.StatusResult getLastMethodReturnStatus()
Specified by:
getLastMethodReturnStatus in interface ProgramDiagnosticType

setLastMethodReturnStatus

public void setLastMethodReturnStatus(org.opcfoundation.ua.core.StatusResult value)
Specified by:
setLastMethodReturnStatus in interface ProgramDiagnosticType


Copyright © 2018. All rights reserved.