com.prosysopc.ua.types.opcua
Interface DialogConditionType

All Superinterfaces:
BaseEventType, BaseInstanceType, BaseObjectType, ConditionType, UaInstance, UaNode, UaObject
All Known Implementing Classes:
DialogConditionTypeImpl, DialogConditionTypeImplBase, DialogConditionTypeNode, DialogConditionTypeNodeBase

public interface DialogConditionType
extends ConditionType

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


Field Summary
static String CANCEL_RESPONSE
           
static String DEFAULT_RESPONSE
           
static String DIALOG_STATE
           
static String ENABLED_STATE
           
static String LAST_RESPONSE
           
static String OK_RESPONSE
           
static String PROMPT
           
static String RESPOND
           
static String RESPONSE_OPTION_SET
           
 
Fields inherited from interface com.prosysopc.ua.types.opcua.ConditionType
ADD_COMMENT, BRANCH_ID, CLIENT_USER_ID, COMMENT, CONDITION_CLASS_ID, CONDITION_CLASS_NAME, CONDITION_NAME, DISABLE, ENABLE, LAST_SEVERITY, QUALITY, RETAIN
 
Fields inherited from interface com.prosysopc.ua.types.opcua.BaseEventType
EVENT_ID, EVENT_TYPE, LOCAL_TIME, MESSAGE, RECEIVE_TIME, SEVERITY, SOURCE_NAME, SOURCE_NODE, TIME
 
Method Summary
 Integer getCancelResponse()
           
 UaProperty getCancelResponseNode()
           
 Integer getDefaultResponse()
           
 UaProperty getDefaultResponseNode()
           
 org.opcfoundation.ua.builtintypes.LocalizedText getDialogState()
           
 TwoStateVariableType getDialogStateNode()
           
 org.opcfoundation.ua.builtintypes.LocalizedText getEnabledState()
           
 TwoStateVariableType getEnabledStateNode()
           
 Integer getLastResponse()
           
 UaProperty getLastResponseNode()
           
 Integer getOkResponse()
           
 UaProperty getOkResponseNode()
           
 org.opcfoundation.ua.builtintypes.LocalizedText getPrompt()
           
 UaProperty getPromptNode()
           
 UaMethod getRespondNode()
           
 org.opcfoundation.ua.builtintypes.LocalizedText[] getResponseOptionSet()
           
 UaProperty getResponseOptionSetNode()
           
 void respond(Integer selectedResponse)
           
 void setCancelResponse(Integer value)
           
 void setDefaultResponse(Integer value)
           
 void setDialogState(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 void setEnabledState(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 void setLastResponse(Integer value)
           
 void setOkResponse(Integer value)
           
 void setPrompt(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 void setResponseOptionSet(org.opcfoundation.ua.builtintypes.LocalizedText[] value)
           
 
Methods inherited from interface com.prosysopc.ua.types.opcua.ConditionType
addComment, disable, enable, getAddCommentNode, getBranchId, getBranchIdNode, getClientUserId, getClientUserIdNode, getComment, getCommentNode, getConditionClassId, getConditionClassIdNode, getConditionClassName, getConditionClassNameNode, getConditionName, getConditionNameNode, getDisableNode, getEnableNode, getLastSeverity, getLastSeverityNode, getQuality, getQualityNode, getRetainNode, isRetain, setBranchId, setClientUserId, setComment, setConditionClassId, setConditionClassName, setConditionName, setLastSeverity, setQuality, setRetain
 
Methods inherited from interface com.prosysopc.ua.types.opcua.BaseEventType
getEventId, getEventIdNode, getEventType, getEventTypeNode, getLocalTime, getLocalTimeNode, getMessage, getMessageNode, getReceiveTime, getReceiveTimeNode, getSeverity, getSeverityNode, getSourceName, getSourceNameNode, getSourceNode, getSourceNodeNode, getTime, getTimeNode, setEventId, setEventType, setLocalTime, setMessage, setReceiveTime, setSeverity, setSourceName, setSourceNode, setTime
 
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

PROMPT

static final String PROMPT
See Also:
Constant Field Values

RESPONSE_OPTION_SET

static final String RESPONSE_OPTION_SET
See Also:
Constant Field Values

DEFAULT_RESPONSE

static final String DEFAULT_RESPONSE
See Also:
Constant Field Values

OK_RESPONSE

static final String OK_RESPONSE
See Also:
Constant Field Values

CANCEL_RESPONSE

static final String CANCEL_RESPONSE
See Also:
Constant Field Values

LAST_RESPONSE

static final String LAST_RESPONSE
See Also:
Constant Field Values

ENABLED_STATE

static final String ENABLED_STATE
See Also:
Constant Field Values

DIALOG_STATE

static final String DIALOG_STATE
See Also:
Constant Field Values

RESPOND

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

getPromptNode

UaProperty getPromptNode()

getPrompt

org.opcfoundation.ua.builtintypes.LocalizedText getPrompt()

setPrompt

void setPrompt(org.opcfoundation.ua.builtintypes.LocalizedText value)
               throws StatusException
Throws:
StatusException

getResponseOptionSetNode

UaProperty getResponseOptionSetNode()

getResponseOptionSet

org.opcfoundation.ua.builtintypes.LocalizedText[] getResponseOptionSet()

setResponseOptionSet

void setResponseOptionSet(org.opcfoundation.ua.builtintypes.LocalizedText[] value)
                          throws StatusException
Throws:
StatusException

getDefaultResponseNode

UaProperty getDefaultResponseNode()

getDefaultResponse

Integer getDefaultResponse()

setDefaultResponse

void setDefaultResponse(Integer value)
                        throws StatusException
Throws:
StatusException

getOkResponseNode

UaProperty getOkResponseNode()

getOkResponse

Integer getOkResponse()

setOkResponse

void setOkResponse(Integer value)
                   throws StatusException
Throws:
StatusException

getCancelResponseNode

UaProperty getCancelResponseNode()

getCancelResponse

Integer getCancelResponse()

setCancelResponse

void setCancelResponse(Integer value)
                       throws StatusException
Throws:
StatusException

getLastResponseNode

UaProperty getLastResponseNode()

getLastResponse

Integer getLastResponse()

setLastResponse

void setLastResponse(Integer value)
                     throws StatusException
Throws:
StatusException

getEnabledStateNode

TwoStateVariableType getEnabledStateNode()
Specified by:
getEnabledStateNode in interface ConditionType

getEnabledState

org.opcfoundation.ua.builtintypes.LocalizedText getEnabledState()
Specified by:
getEnabledState in interface ConditionType

setEnabledState

void setEnabledState(org.opcfoundation.ua.builtintypes.LocalizedText value)
                     throws StatusException
Specified by:
setEnabledState in interface ConditionType
Throws:
StatusException

getDialogStateNode

TwoStateVariableType getDialogStateNode()

getDialogState

org.opcfoundation.ua.builtintypes.LocalizedText getDialogState()

setDialogState

void setDialogState(org.opcfoundation.ua.builtintypes.LocalizedText value)
                    throws StatusException
Throws:
StatusException

getRespondNode

UaMethod getRespondNode()

respond

void respond(Integer selectedResponse)
             throws StatusException,
                    ServiceException
Throws:
StatusException
ServiceException


Copyright © 2018. All rights reserved.