com.prosysopc.ua.types.opcua.client
Class DialogConditionTypeImplBase
java.lang.Object
com.prosysopc.ua.nodes.AbstractUaNode
com.prosysopc.ua.client.nodes.UaNodeImpl
com.prosysopc.ua.client.nodes.UaInstanceImpl
com.prosysopc.ua.client.nodes.UaObjectImpl
com.prosysopc.ua.types.opcua.client.BaseObjectTypeImpl
com.prosysopc.ua.types.opcua.client.BaseEventTypeImplBase
com.prosysopc.ua.types.opcua.client.BaseEventTypeImpl
com.prosysopc.ua.types.opcua.client.ConditionTypeImplBase
com.prosysopc.ua.types.opcua.client.ConditionTypeImpl
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
| 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 |
|
Constructor Summary |
protected |
DialogConditionTypeImplBase(AddressSpace addressSpace,
org.opcfoundation.ua.builtintypes.NodeId nodeId,
org.opcfoundation.ua.builtintypes.QualifiedName browseName,
org.opcfoundation.ua.builtintypes.LocalizedText displayName)
|
| 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.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.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 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.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 |
DialogConditionTypeImplBase
protected DialogConditionTypeImplBase(AddressSpace addressSpace,
org.opcfoundation.ua.builtintypes.NodeId nodeId,
org.opcfoundation.ua.builtintypes.QualifiedName browseName,
org.opcfoundation.ua.builtintypes.LocalizedText displayName)
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.