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
| 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 |
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
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.