com.prosysopc.ua.types.opcua.server
Class ProgramDiagnosticTypeNodeBase
java.lang.Object
com.prosysopc.ua.nodes.AbstractUaNode
com.prosysopc.ua.server.nodes.ServerNode
com.prosysopc.ua.server.nodes.BaseNode
com.prosysopc.ua.server.nodes.UaInstanceNode
com.prosysopc.ua.server.nodes.UaVariableNode
com.prosysopc.ua.server.nodes.CacheVariable
com.prosysopc.ua.server.nodes.AbstractGeneratedVariableNode
com.prosysopc.ua.types.opcua.server.BaseVariableTypeNode
com.prosysopc.ua.types.opcua.server.BaseDataVariableTypeNodeBase
com.prosysopc.ua.types.opcua.server.BaseDataVariableTypeNode
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
|
Constructor Summary |
protected |
ProgramDiagnosticTypeNodeBase(NodeManagerUaNode nodeManager,
org.opcfoundation.ua.builtintypes.NodeId nodeId,
org.opcfoundation.ua.builtintypes.QualifiedName browseName,
org.opcfoundation.ua.builtintypes.LocalizedText displayName)
|
| 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.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 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 |
ProgramDiagnosticTypeNodeBase
protected ProgramDiagnosticTypeNodeBase(NodeManagerUaNode nodeManager,
org.opcfoundation.ua.builtintypes.NodeId nodeId,
org.opcfoundation.ua.builtintypes.QualifiedName browseName,
org.opcfoundation.ua.builtintypes.LocalizedText displayName)
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.