com.prosysopc.ua.types.opcua.client
Class ConditionTypeImplBase
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
- All Implemented Interfaces:
- UaInstance, UaNode, UaObject, BaseEventType, BaseInstanceType, BaseObjectType, ConditionType
- Direct Known Subclasses:
- ConditionTypeImpl
public abstract class ConditionTypeImplBase
- extends BaseEventTypeImpl
- implements ConditionType
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, ENABLED_STATE, LAST_SEVERITY, QUALITY, RETAIN |
|
Constructor Summary |
protected |
ConditionTypeImplBase(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.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.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 |
ConditionTypeImplBase
protected ConditionTypeImplBase(AddressSpace addressSpace,
org.opcfoundation.ua.builtintypes.NodeId nodeId,
org.opcfoundation.ua.builtintypes.QualifiedName browseName,
org.opcfoundation.ua.builtintypes.LocalizedText displayName)
getConditionClassIdNode
public UaProperty getConditionClassIdNode()
- Specified by:
getConditionClassIdNode in interface ConditionType
getConditionClassId
public org.opcfoundation.ua.builtintypes.NodeId getConditionClassId()
- Specified by:
getConditionClassId in interface ConditionType
setConditionClassId
public void setConditionClassId(org.opcfoundation.ua.builtintypes.NodeId value)
throws StatusException
- Specified by:
setConditionClassId in interface ConditionType
- Throws:
StatusException
getConditionClassNameNode
public UaProperty getConditionClassNameNode()
- Specified by:
getConditionClassNameNode in interface ConditionType
getConditionClassName
public org.opcfoundation.ua.builtintypes.LocalizedText getConditionClassName()
- Specified by:
getConditionClassName in interface ConditionType
setConditionClassName
public void setConditionClassName(org.opcfoundation.ua.builtintypes.LocalizedText value)
throws StatusException
- Specified by:
setConditionClassName in interface ConditionType
- Throws:
StatusException
getConditionNameNode
public UaProperty getConditionNameNode()
- Specified by:
getConditionNameNode in interface ConditionType
getConditionName
public String getConditionName()
- Specified by:
getConditionName in interface ConditionType
setConditionName
public void setConditionName(String value)
throws StatusException
- Specified by:
setConditionName in interface ConditionType
- Throws:
StatusException
getBranchIdNode
public UaProperty getBranchIdNode()
- Specified by:
getBranchIdNode in interface ConditionType
getBranchId
public org.opcfoundation.ua.builtintypes.NodeId getBranchId()
- Specified by:
getBranchId in interface ConditionType
setBranchId
public void setBranchId(org.opcfoundation.ua.builtintypes.NodeId value)
throws StatusException
- Specified by:
setBranchId in interface ConditionType
- Throws:
StatusException
getRetainNode
public UaProperty getRetainNode()
- Specified by:
getRetainNode in interface ConditionType
isRetain
public Boolean isRetain()
- Specified by:
isRetain in interface ConditionType
setRetain
public void setRetain(Boolean value)
throws StatusException
- Specified by:
setRetain in interface ConditionType
- Throws:
StatusException
getClientUserIdNode
public UaProperty getClientUserIdNode()
- Specified by:
getClientUserIdNode in interface ConditionType
getClientUserId
public String getClientUserId()
- Specified by:
getClientUserId in interface ConditionType
setClientUserId
public void setClientUserId(String value)
throws StatusException
- Specified by:
setClientUserId in interface ConditionType
- Throws:
StatusException
getEnabledStateNode
public TwoStateVariableType getEnabledStateNode()
- Specified by:
getEnabledStateNode in interface ConditionType
getEnabledState
public org.opcfoundation.ua.builtintypes.LocalizedText getEnabledState()
- Specified by:
getEnabledState in interface ConditionType
setEnabledState
public void setEnabledState(org.opcfoundation.ua.builtintypes.LocalizedText value)
throws StatusException
- Specified by:
setEnabledState in interface ConditionType
- Throws:
StatusException
getQualityNode
public ConditionVariableType getQualityNode()
- Specified by:
getQualityNode in interface ConditionType
getQuality
public org.opcfoundation.ua.builtintypes.StatusCode getQuality()
- Specified by:
getQuality in interface ConditionType
setQuality
public void setQuality(org.opcfoundation.ua.builtintypes.StatusCode value)
throws StatusException
- Specified by:
setQuality in interface ConditionType
- Throws:
StatusException
getLastSeverityNode
public ConditionVariableType getLastSeverityNode()
- Specified by:
getLastSeverityNode in interface ConditionType
getLastSeverity
public org.opcfoundation.ua.builtintypes.UnsignedShort getLastSeverity()
- Specified by:
getLastSeverity in interface ConditionType
setLastSeverity
public void setLastSeverity(org.opcfoundation.ua.builtintypes.UnsignedShort value)
throws StatusException
- Specified by:
setLastSeverity in interface ConditionType
- Throws:
StatusException
getCommentNode
public ConditionVariableType getCommentNode()
- Specified by:
getCommentNode in interface ConditionType
getComment
public org.opcfoundation.ua.builtintypes.LocalizedText getComment()
- Specified by:
getComment in interface ConditionType
setComment
public void setComment(org.opcfoundation.ua.builtintypes.LocalizedText value)
throws StatusException
- Specified by:
setComment in interface ConditionType
- Throws:
StatusException
getDisableNode
public UaMethod getDisableNode()
- Specified by:
getDisableNode in interface ConditionType
disable
public void disable()
throws MethodCallStatusException,
ServiceException
- Specified by:
disable in interface ConditionType
- Throws:
MethodCallStatusException
ServiceException
disableAsync
public org.opcfoundation.ua.transport.AsyncResult<Void> disableAsync()
getEnableNode
public UaMethod getEnableNode()
- Specified by:
getEnableNode in interface ConditionType
enable
public void enable()
throws MethodCallStatusException,
ServiceException
- Specified by:
enable in interface ConditionType
- Throws:
MethodCallStatusException
ServiceException
enableAsync
public org.opcfoundation.ua.transport.AsyncResult<Void> enableAsync()
getAddCommentNode
public UaMethod getAddCommentNode()
- Specified by:
getAddCommentNode in interface ConditionType
addComment
public void addComment(org.opcfoundation.ua.builtintypes.ByteString eventId,
org.opcfoundation.ua.builtintypes.LocalizedText comment)
throws MethodCallStatusException,
ServiceException
- Specified by:
addComment in interface ConditionType
- Throws:
MethodCallStatusException
ServiceException
addCommentAsync
public org.opcfoundation.ua.transport.AsyncResult<Void> addCommentAsync(org.opcfoundation.ua.builtintypes.ByteString eventId,
org.opcfoundation.ua.builtintypes.LocalizedText comment)
Copyright © 2018. All rights reserved.