com.prosysopc.ua.types.opcua.client
Class DialogConditionTypeImplBase

java.lang.Object
  extended by com.prosysopc.ua.nodes.AbstractUaNode
      extended by com.prosysopc.ua.client.nodes.UaNodeImpl
          extended by com.prosysopc.ua.client.nodes.UaInstanceImpl
              extended by com.prosysopc.ua.client.nodes.UaObjectImpl
                  extended by com.prosysopc.ua.types.opcua.client.BaseObjectTypeImpl
                      extended by com.prosysopc.ua.types.opcua.client.BaseEventTypeImplBase
                          extended by com.prosysopc.ua.types.opcua.client.BaseEventTypeImpl
                              extended by com.prosysopc.ua.types.opcua.client.ConditionTypeImplBase
                                  extended by com.prosysopc.ua.types.opcua.client.ConditionTypeImpl
                                      extended by com.prosysopc.ua.types.opcua.client.DialogConditionTypeImplBase
All Implemented Interfaces:
UaInstance, UaNode, UaObject, BaseEventType, BaseInstanceType, BaseObjectType, ConditionType, DialogConditionType
Direct Known Subclasses:
DialogConditionTypeImpl

public abstract class DialogConditionTypeImplBase
extends ConditionTypeImpl
implements DialogConditionType

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


Field Summary
 
Fields inherited from class com.prosysopc.ua.client.nodes.UaNodeImpl
addressSpace, references, supportedAttributesMap
 
Fields inherited from interface com.prosysopc.ua.types.opcua.DialogConditionType
CANCEL_RESPONSE, DEFAULT_RESPONSE, DIALOG_STATE, ENABLED_STATE, LAST_RESPONSE, OK_RESPONSE, PROMPT, RESPOND, 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
 
Constructor Summary
protected DialogConditionTypeImplBase(AddressSpace addressSpace, org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.builtintypes.QualifiedName browseName, org.opcfoundation.ua.builtintypes.LocalizedText displayName)
           
 
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)
           
 org.opcfoundation.ua.transport.AsyncResult<Void> respondAsync(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 class com.prosysopc.ua.types.opcua.client.ConditionTypeImplBase
addComment, addCommentAsync, disable, disableAsync, enable, enableAsync, 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 class com.prosysopc.ua.types.opcua.client.BaseEventTypeImplBase
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 class com.prosysopc.ua.types.opcua.client.BaseObjectTypeImpl
callMethod, callMethodAsync, getComponentId, getQualifiedName
 
Methods inherited from class com.prosysopc.ua.client.nodes.UaObjectImpl
addComponent, call, call, call, callAsync, callAsync, callAsync, callMethod, getAttributes, getAttributes, getEventNotifier, getIcon, getNodeClass, initSupportedAttributes, readAttributeValue, setAttributes, setEventNotifier, setIcon, toString, writeAttributeValue
 
Methods inherited from class com.prosysopc.ua.client.nodes.UaInstanceImpl
getTypeDefinition, getTypeDefinitionId, setTypeDefinition, setTypeDefinitionId, setTypeDefinitionId
 
Methods inherited from class com.prosysopc.ua.client.nodes.UaNodeImpl
addProperties, addProperty, addReference, addReference, addReference, addReference, afterAddReference, afterDeleteReference, assertTypeSupport, assertTypeSupport, beforeAddReference, deleteReference, deleteReference, deleteReference, deleteReference, deleteReferences, doAddProperty, equals, findPlaceholders, getAddressSpace, getAttributes, getBrowseName, getComponent, getComponents, getDescription, getDescription, getDisplayName, getDisplayName, getMethod, getNodeId, getNodeVersion, getNodeVersionString, getProperties, getProperty, getPropertyValue, getReference, getReferenceList, getReferences, getSupportedAttributes, getUserWriteMask, getWriteMask, hashCode, hasProperty, hasTypeDefinition, hasUserWriteAccess, hasWriteAccess, readAttribute, readAttribute, referenceTypeInherits, removeComponent, removeProperty, setAttribute, setAttributes, setBrowseName, setDescription, setDisplayName, setNodeVersion, setPropertyValue, setReferences, setUserWriteMask, setWriteMask, supportsAttribute, writeAttribute
 
Methods inherited from class com.prosysopc.ua.nodes.AbstractUaNode
getForwardReferences, getInverseReferences, getReferences, getReferences, getReferencesAsList, referenceTypeInherits
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
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
 

Constructor Detail

DialogConditionTypeImplBase

protected DialogConditionTypeImplBase(AddressSpace addressSpace,
                                      org.opcfoundation.ua.builtintypes.NodeId nodeId,
                                      org.opcfoundation.ua.builtintypes.QualifiedName browseName,
                                      org.opcfoundation.ua.builtintypes.LocalizedText displayName)
Method Detail

getPromptNode

public UaProperty getPromptNode()
Specified by:
getPromptNode in interface DialogConditionType

getPrompt

public org.opcfoundation.ua.builtintypes.LocalizedText getPrompt()
Specified by:
getPrompt in interface DialogConditionType

setPrompt

public void setPrompt(org.opcfoundation.ua.builtintypes.LocalizedText value)
               throws StatusException
Specified by:
setPrompt in interface DialogConditionType
Throws:
StatusException

getResponseOptionSetNode

public UaProperty getResponseOptionSetNode()
Specified by:
getResponseOptionSetNode in interface DialogConditionType

getResponseOptionSet

public org.opcfoundation.ua.builtintypes.LocalizedText[] getResponseOptionSet()
Specified by:
getResponseOptionSet in interface DialogConditionType

setResponseOptionSet

public void setResponseOptionSet(org.opcfoundation.ua.builtintypes.LocalizedText[] value)
                          throws StatusException
Specified by:
setResponseOptionSet in interface DialogConditionType
Throws:
StatusException

getDefaultResponseNode

public UaProperty getDefaultResponseNode()
Specified by:
getDefaultResponseNode in interface DialogConditionType

getDefaultResponse

public Integer getDefaultResponse()
Specified by:
getDefaultResponse in interface DialogConditionType

setDefaultResponse

public void setDefaultResponse(Integer value)
                        throws StatusException
Specified by:
setDefaultResponse in interface DialogConditionType
Throws:
StatusException

getOkResponseNode

public UaProperty getOkResponseNode()
Specified by:
getOkResponseNode in interface DialogConditionType

getOkResponse

public Integer getOkResponse()
Specified by:
getOkResponse in interface DialogConditionType

setOkResponse

public void setOkResponse(Integer value)
                   throws StatusException
Specified by:
setOkResponse in interface DialogConditionType
Throws:
StatusException

getCancelResponseNode

public UaProperty getCancelResponseNode()
Specified by:
getCancelResponseNode in interface DialogConditionType

getCancelResponse

public Integer getCancelResponse()
Specified by:
getCancelResponse in interface DialogConditionType

setCancelResponse

public void setCancelResponse(Integer value)
                       throws StatusException
Specified by:
setCancelResponse in interface DialogConditionType
Throws:
StatusException

getLastResponseNode

public UaProperty getLastResponseNode()
Specified by:
getLastResponseNode in interface DialogConditionType

getLastResponse

public Integer getLastResponse()
Specified by:
getLastResponse in interface DialogConditionType

setLastResponse

public void setLastResponse(Integer value)
                     throws StatusException
Specified by:
setLastResponse in interface DialogConditionType
Throws:
StatusException

getEnabledStateNode

public TwoStateVariableType getEnabledStateNode()
Specified by:
getEnabledStateNode in interface ConditionType
Specified by:
getEnabledStateNode in interface DialogConditionType
Overrides:
getEnabledStateNode in class ConditionTypeImplBase

getEnabledState

public org.opcfoundation.ua.builtintypes.LocalizedText getEnabledState()
Specified by:
getEnabledState in interface ConditionType
Specified by:
getEnabledState in interface DialogConditionType
Overrides:
getEnabledState in class ConditionTypeImplBase

setEnabledState

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

getDialogStateNode

public TwoStateVariableType getDialogStateNode()
Specified by:
getDialogStateNode in interface DialogConditionType

getDialogState

public org.opcfoundation.ua.builtintypes.LocalizedText getDialogState()
Specified by:
getDialogState in interface DialogConditionType

setDialogState

public void setDialogState(org.opcfoundation.ua.builtintypes.LocalizedText value)
                    throws StatusException
Specified by:
setDialogState in interface DialogConditionType
Throws:
StatusException

getRespondNode

public UaMethod getRespondNode()
Specified by:
getRespondNode in interface DialogConditionType

respond

public void respond(Integer selectedResponse)
             throws MethodCallStatusException,
                    ServiceException
Specified by:
respond in interface DialogConditionType
Throws:
MethodCallStatusException
ServiceException

respondAsync

public org.opcfoundation.ua.transport.AsyncResult<Void> respondAsync(Integer selectedResponse)


Copyright © 2018. All rights reserved.