com.prosysopc.ua.types.opcua
Interface ProgramDiagnosticType

All Superinterfaces:
BaseDataVariableType, BaseInstanceType, BaseVariableType, UaInstance, UaNode, UaValueNode, UaVariable
All Known Implementing Classes:
ProgramDiagnosticTypeImpl, ProgramDiagnosticTypeImplBase, ProgramDiagnosticTypeNode, ProgramDiagnosticTypeNodeBase

public interface ProgramDiagnosticType
extends BaseDataVariableType

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


Field Summary
static String CREATE_CLIENT_NAME
           
static String CREATE_SESSION_ID
           
static String INVOCATION_CREATION_TIME
           
static String LAST_METHOD_CALL
           
static String LAST_METHOD_CALL_TIME
           
static String LAST_METHOD_INPUT_ARGUMENTS
           
static String LAST_METHOD_OUTPUT_ARGUMENTS
           
static String LAST_METHOD_RETURN_STATUS
           
static String LAST_METHOD_SESSION_ID
           
static String LAST_TRANSITION_TIME
           
 
Method Summary
 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()
           
 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)
           
 
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
 

Field Detail

CREATE_SESSION_ID

static final String CREATE_SESSION_ID
See Also:
Constant Field Values

CREATE_CLIENT_NAME

static final String CREATE_CLIENT_NAME
See Also:
Constant Field Values

INVOCATION_CREATION_TIME

static final String INVOCATION_CREATION_TIME
See Also:
Constant Field Values

LAST_TRANSITION_TIME

static final String LAST_TRANSITION_TIME
See Also:
Constant Field Values

LAST_METHOD_CALL

static final String LAST_METHOD_CALL
See Also:
Constant Field Values

LAST_METHOD_SESSION_ID

static final String LAST_METHOD_SESSION_ID
See Also:
Constant Field Values

LAST_METHOD_INPUT_ARGUMENTS

static final String LAST_METHOD_INPUT_ARGUMENTS
See Also:
Constant Field Values

LAST_METHOD_OUTPUT_ARGUMENTS

static final String LAST_METHOD_OUTPUT_ARGUMENTS
See Also:
Constant Field Values

LAST_METHOD_CALL_TIME

static final String LAST_METHOD_CALL_TIME
See Also:
Constant Field Values

LAST_METHOD_RETURN_STATUS

static final String LAST_METHOD_RETURN_STATUS
See Also:
Constant Field Values
Method Detail

getCreateSessionIdNode

UaProperty getCreateSessionIdNode()

getCreateSessionId

org.opcfoundation.ua.builtintypes.NodeId getCreateSessionId()

setCreateSessionId

void setCreateSessionId(org.opcfoundation.ua.builtintypes.NodeId value)
                        throws StatusException
Throws:
StatusException

getCreateClientNameNode

UaProperty getCreateClientNameNode()

getCreateClientName

String getCreateClientName()

setCreateClientName

void setCreateClientName(String value)
                         throws StatusException
Throws:
StatusException

getInvocationCreationTimeNode

UaProperty getInvocationCreationTimeNode()

getInvocationCreationTime

org.opcfoundation.ua.builtintypes.DateTime getInvocationCreationTime()

setInvocationCreationTime

void setInvocationCreationTime(org.opcfoundation.ua.builtintypes.DateTime value)
                               throws StatusException
Throws:
StatusException

getLastTransitionTimeNode

UaProperty getLastTransitionTimeNode()

getLastTransitionTime

org.opcfoundation.ua.builtintypes.DateTime getLastTransitionTime()

setLastTransitionTime

void setLastTransitionTime(org.opcfoundation.ua.builtintypes.DateTime value)
                           throws StatusException
Throws:
StatusException

getLastMethodCallNode

UaProperty getLastMethodCallNode()

getLastMethodCall

String getLastMethodCall()

setLastMethodCall

void setLastMethodCall(String value)
                       throws StatusException
Throws:
StatusException

getLastMethodSessionIdNode

UaProperty getLastMethodSessionIdNode()

getLastMethodSessionId

org.opcfoundation.ua.builtintypes.NodeId getLastMethodSessionId()

setLastMethodSessionId

void setLastMethodSessionId(org.opcfoundation.ua.builtintypes.NodeId value)
                            throws StatusException
Throws:
StatusException

getLastMethodInputArgumentsNode

UaProperty getLastMethodInputArgumentsNode()

getLastMethodInputArguments

org.opcfoundation.ua.core.Argument[] getLastMethodInputArguments()

setLastMethodInputArguments

void setLastMethodInputArguments(org.opcfoundation.ua.core.Argument[] value)
                                 throws StatusException
Throws:
StatusException

getLastMethodOutputArgumentsNode

UaProperty getLastMethodOutputArgumentsNode()

getLastMethodOutputArguments

org.opcfoundation.ua.core.Argument[] getLastMethodOutputArguments()

setLastMethodOutputArguments

void setLastMethodOutputArguments(org.opcfoundation.ua.core.Argument[] value)
                                  throws StatusException
Throws:
StatusException

getLastMethodCallTimeNode

UaProperty getLastMethodCallTimeNode()

getLastMethodCallTime

org.opcfoundation.ua.builtintypes.DateTime getLastMethodCallTime()

setLastMethodCallTime

void setLastMethodCallTime(org.opcfoundation.ua.builtintypes.DateTime value)
                           throws StatusException
Throws:
StatusException

getLastMethodReturnStatusNode

UaProperty getLastMethodReturnStatusNode()

getLastMethodReturnStatus

org.opcfoundation.ua.core.StatusResult getLastMethodReturnStatus()

setLastMethodReturnStatus

void setLastMethodReturnStatus(org.opcfoundation.ua.core.StatusResult value)
                               throws StatusException
Throws:
StatusException


Copyright © 2018. All rights reserved.