com.prosysopc.ua.types.opcua
Interface ConditionType

All Superinterfaces:
BaseEventType, BaseInstanceType, BaseObjectType, UaInstance, UaNode, UaObject
All Known Subinterfaces:
AcknowledgeableConditionType, AlarmConditionType, CertificateExpirationAlarmType, DialogConditionType, DiscreteAlarmType, ExclusiveDeviationAlarmType, ExclusiveLevelAlarmType, ExclusiveLimitAlarmType, ExclusiveRateOfChangeAlarmType, LimitAlarmType, NonExclusiveDeviationAlarmType, NonExclusiveLevelAlarmType, NonExclusiveLimitAlarmType, NonExclusiveRateOfChangeAlarmType, OffNormalAlarmType, SystemOffNormalAlarmType, TripAlarmType
All Known Implementing Classes:
AcknowledgeableConditionTypeImpl, AcknowledgeableConditionTypeImplBase, AcknowledgeableConditionTypeNode, AcknowledgeableConditionTypeNodeBase, AlarmConditionTypeImpl, AlarmConditionTypeImplBase, AlarmConditionTypeNode, AlarmConditionTypeNodeBase, CertificateExpirationAlarmTypeImpl, CertificateExpirationAlarmTypeImplBase, CertificateExpirationAlarmTypeNode, CertificateExpirationAlarmTypeNodeBase, ConditionTypeImpl, ConditionTypeImplBase, ConditionTypeNode, ConditionTypeNodeBase, DialogConditionTypeImpl, DialogConditionTypeImplBase, DialogConditionTypeNode, DialogConditionTypeNodeBase, DiscreteAlarmTypeImpl, DiscreteAlarmTypeImplBase, DiscreteAlarmTypeNode, DiscreteAlarmTypeNodeBase, ExclusiveDeviationAlarmTypeImpl, ExclusiveDeviationAlarmTypeImplBase, ExclusiveDeviationAlarmTypeNode, ExclusiveDeviationAlarmTypeNodeBase, ExclusiveLevelAlarmTypeImpl, ExclusiveLevelAlarmTypeImplBase, ExclusiveLevelAlarmTypeNode, ExclusiveLevelAlarmTypeNodeBase, ExclusiveLimitAlarmTypeImpl, ExclusiveLimitAlarmTypeImplBase, ExclusiveLimitAlarmTypeNode, ExclusiveLimitAlarmTypeNodeBase, ExclusiveRateOfChangeAlarmTypeImpl, ExclusiveRateOfChangeAlarmTypeImplBase, ExclusiveRateOfChangeAlarmTypeNode, ExclusiveRateOfChangeAlarmTypeNodeBase, LimitAlarmTypeImpl, LimitAlarmTypeImplBase, LimitAlarmTypeNode, LimitAlarmTypeNodeBase, NonExclusiveDeviationAlarmTypeImpl, NonExclusiveDeviationAlarmTypeImplBase, NonExclusiveDeviationAlarmTypeNode, NonExclusiveDeviationAlarmTypeNodeBase, NonExclusiveLevelAlarmTypeImpl, NonExclusiveLevelAlarmTypeImplBase, NonExclusiveLevelAlarmTypeNode, NonExclusiveLevelAlarmTypeNodeBase, NonExclusiveLimitAlarmTypeImpl, NonExclusiveLimitAlarmTypeImplBase, NonExclusiveLimitAlarmTypeNode, NonExclusiveLimitAlarmTypeNodeBase, NonExclusiveRateOfChangeAlarmTypeImpl, NonExclusiveRateOfChangeAlarmTypeImplBase, NonExclusiveRateOfChangeAlarmTypeNode, NonExclusiveRateOfChangeAlarmTypeNodeBase, OffNormalAlarmTypeImpl, OffNormalAlarmTypeImplBase, OffNormalAlarmTypeNode, OffNormalAlarmTypeNodeBase, SystemOffNormalAlarmTypeImpl, SystemOffNormalAlarmTypeImplBase, SystemOffNormalAlarmTypeNode, SystemOffNormalAlarmTypeNodeBase, TripAlarmTypeImpl, TripAlarmTypeImplBase, TripAlarmTypeNode, TripAlarmTypeNodeBase

public interface ConditionType
extends BaseEventType

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


Field Summary
static String ADD_COMMENT
           
static String BRANCH_ID
           
static String CLIENT_USER_ID
           
static String COMMENT
           
static String CONDITION_CLASS_ID
           
static String CONDITION_CLASS_NAME
           
static String CONDITION_NAME
           
static String DISABLE
           
static String ENABLE
           
static String ENABLED_STATE
           
static String LAST_SEVERITY
           
static String QUALITY
           
static String 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
 void addComment(org.opcfoundation.ua.builtintypes.ByteString eventId, org.opcfoundation.ua.builtintypes.LocalizedText comment)
           
 void disable()
           
 void enable()
           
 UaMethod getAddCommentNode()
           
 org.opcfoundation.ua.builtintypes.NodeId getBranchId()
           
 UaProperty getBranchIdNode()
           
 String getClientUserId()
           
 UaProperty getClientUserIdNode()
           
 org.opcfoundation.ua.builtintypes.LocalizedText getComment()
           
 ConditionVariableType getCommentNode()
           
 org.opcfoundation.ua.builtintypes.NodeId getConditionClassId()
           
 UaProperty getConditionClassIdNode()
           
 org.opcfoundation.ua.builtintypes.LocalizedText getConditionClassName()
           
 UaProperty getConditionClassNameNode()
           
 String getConditionName()
           
 UaProperty getConditionNameNode()
           
 UaMethod getDisableNode()
           
 org.opcfoundation.ua.builtintypes.LocalizedText getEnabledState()
           
 TwoStateVariableType getEnabledStateNode()
           
 UaMethod getEnableNode()
           
 org.opcfoundation.ua.builtintypes.UnsignedShort getLastSeverity()
           
 ConditionVariableType getLastSeverityNode()
           
 org.opcfoundation.ua.builtintypes.StatusCode getQuality()
           
 ConditionVariableType getQualityNode()
           
 UaProperty getRetainNode()
           
 Boolean isRetain()
           
 void setBranchId(org.opcfoundation.ua.builtintypes.NodeId value)
           
 void setClientUserId(String value)
           
 void setComment(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 void setConditionClassId(org.opcfoundation.ua.builtintypes.NodeId value)
           
 void setConditionClassName(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 void setConditionName(String value)
           
 void setEnabledState(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 void setLastSeverity(org.opcfoundation.ua.builtintypes.UnsignedShort value)
           
 void setQuality(org.opcfoundation.ua.builtintypes.StatusCode value)
           
 void setRetain(Boolean value)
           
 
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

CONDITION_CLASS_ID

static final String CONDITION_CLASS_ID
See Also:
Constant Field Values

CONDITION_CLASS_NAME

static final String CONDITION_CLASS_NAME
See Also:
Constant Field Values

CONDITION_NAME

static final String CONDITION_NAME
See Also:
Constant Field Values

BRANCH_ID

static final String BRANCH_ID
See Also:
Constant Field Values

RETAIN

static final String RETAIN
See Also:
Constant Field Values

CLIENT_USER_ID

static final String CLIENT_USER_ID
See Also:
Constant Field Values

ENABLED_STATE

static final String ENABLED_STATE
See Also:
Constant Field Values

QUALITY

static final String QUALITY
See Also:
Constant Field Values

LAST_SEVERITY

static final String LAST_SEVERITY
See Also:
Constant Field Values

COMMENT

static final String COMMENT
See Also:
Constant Field Values

DISABLE

static final String DISABLE
See Also:
Constant Field Values

ENABLE

static final String ENABLE
See Also:
Constant Field Values

ADD_COMMENT

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

getConditionClassIdNode

UaProperty getConditionClassIdNode()

getConditionClassId

org.opcfoundation.ua.builtintypes.NodeId getConditionClassId()

setConditionClassId

void setConditionClassId(org.opcfoundation.ua.builtintypes.NodeId value)
                         throws StatusException
Throws:
StatusException

getConditionClassNameNode

UaProperty getConditionClassNameNode()

getConditionClassName

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

setConditionClassName

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

getConditionNameNode

UaProperty getConditionNameNode()

getConditionName

String getConditionName()

setConditionName

void setConditionName(String value)
                      throws StatusException
Throws:
StatusException

getBranchIdNode

UaProperty getBranchIdNode()

getBranchId

org.opcfoundation.ua.builtintypes.NodeId getBranchId()

setBranchId

void setBranchId(org.opcfoundation.ua.builtintypes.NodeId value)
                 throws StatusException
Throws:
StatusException

getRetainNode

UaProperty getRetainNode()

isRetain

Boolean isRetain()

setRetain

void setRetain(Boolean value)
               throws StatusException
Throws:
StatusException

getClientUserIdNode

UaProperty getClientUserIdNode()

getClientUserId

String getClientUserId()

setClientUserId

void setClientUserId(String value)
                     throws StatusException
Throws:
StatusException

getEnabledStateNode

TwoStateVariableType getEnabledStateNode()

getEnabledState

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

setEnabledState

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

getQualityNode

ConditionVariableType getQualityNode()

getQuality

org.opcfoundation.ua.builtintypes.StatusCode getQuality()

setQuality

void setQuality(org.opcfoundation.ua.builtintypes.StatusCode value)
                throws StatusException
Throws:
StatusException

getLastSeverityNode

ConditionVariableType getLastSeverityNode()

getLastSeverity

org.opcfoundation.ua.builtintypes.UnsignedShort getLastSeverity()

setLastSeverity

void setLastSeverity(org.opcfoundation.ua.builtintypes.UnsignedShort value)
                     throws StatusException
Throws:
StatusException

getCommentNode

ConditionVariableType getCommentNode()

getComment

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

setComment

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

getDisableNode

UaMethod getDisableNode()

disable

void disable()
             throws StatusException,
                    ServiceException
Throws:
StatusException
ServiceException

getEnableNode

UaMethod getEnableNode()

enable

void enable()
            throws StatusException,
                   ServiceException
Throws:
StatusException
ServiceException

getAddCommentNode

UaMethod getAddCommentNode()

addComment

void addComment(org.opcfoundation.ua.builtintypes.ByteString eventId,
                org.opcfoundation.ua.builtintypes.LocalizedText comment)
                throws StatusException,
                       ServiceException
Throws:
StatusException
ServiceException


Copyright © 2018. All rights reserved.