com.prosysopc.ua.types.plc
Interface CtrlTaskType

All Superinterfaces:
BaseInstanceType, BaseObjectType, UaInstance, UaNode, UaObject
All Known Implementing Classes:
CtrlTaskTypeImpl, CtrlTaskTypeImplBase, CtrlTaskTypeNode, CtrlTaskTypeNodeBase

public interface CtrlTaskType
extends BaseObjectType

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


Field Summary
static String INTERVAL
           
static String PRIORITY
           
static String SINGLE
           
 
Method Summary
 String getInterval()
           
 UaProperty getIntervalNode()
           
 org.opcfoundation.ua.builtintypes.UnsignedInteger getPriority()
           
 UaProperty getPriorityNode()
           
 String getSingle()
           
 UaProperty getSingleNode()
           
 void setInterval(String value)
           
 void setPriority(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void setSingle(String value)
           
 
Methods inherited from interface com.prosysopc.ua.types.opcua.BaseInstanceType
getQualifiedName
 
Methods inherited from interface com.prosysopc.ua.nodes.UaObject
callMethod, getEventNotifier, getIcon, setEventNotifier, setIcon
 
Methods inherited from interface com.prosysopc.ua.nodes.UaInstance
getTypeDefinition, getTypeDefinitionId, setTypeDefinition, setTypeDefinitionId, setTypeDefinitionId
 
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

PRIORITY

static final String PRIORITY
See Also:
Constant Field Values

INTERVAL

static final String INTERVAL
See Also:
Constant Field Values

SINGLE

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

getPriorityNode

UaProperty getPriorityNode()

getPriority

org.opcfoundation.ua.builtintypes.UnsignedInteger getPriority()

setPriority

void setPriority(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
                 throws StatusException
Throws:
StatusException

getIntervalNode

UaProperty getIntervalNode()

getInterval

String getInterval()

setInterval

void setInterval(String value)
                 throws StatusException
Throws:
StatusException

getSingleNode

UaProperty getSingleNode()

getSingle

String getSingle()

setSingle

void setSingle(String value)
               throws StatusException
Throws:
StatusException


Copyright © 2018. All rights reserved.