com.prosysopc.ua.types.opcua
Interface AlarmConditionType

All Superinterfaces:
AcknowledgeableConditionType, BaseEventType, BaseInstanceType, BaseObjectType, ConditionType, UaInstance, UaNode, UaObject
All Known Subinterfaces:
CertificateExpirationAlarmType, DiscreteAlarmType, ExclusiveDeviationAlarmType, ExclusiveLevelAlarmType, ExclusiveLimitAlarmType, ExclusiveRateOfChangeAlarmType, LimitAlarmType, NonExclusiveDeviationAlarmType, NonExclusiveLevelAlarmType, NonExclusiveLimitAlarmType, NonExclusiveRateOfChangeAlarmType, OffNormalAlarmType, SystemOffNormalAlarmType, TripAlarmType
All Known Implementing Classes:
AlarmConditionTypeImpl, AlarmConditionTypeImplBase, AlarmConditionTypeNode, AlarmConditionTypeNodeBase, CertificateExpirationAlarmTypeImpl, CertificateExpirationAlarmTypeImplBase, CertificateExpirationAlarmTypeNode, CertificateExpirationAlarmTypeNodeBase, 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 AlarmConditionType
extends AcknowledgeableConditionType

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


Field Summary
static String ACTIVE_STATE
           
static String ENABLED_STATE
           
static String INPUT_NODE
           
static String MAX_TIME_SHELVED
           
static String SHELVING_STATE
           
static String SUPPRESSED_OR_SHELVED
           
static String SUPPRESSED_STATE
           
 
Fields inherited from interface com.prosysopc.ua.types.opcua.AcknowledgeableConditionType
ACKED_STATE, ACKNOWLEDGE, CONFIRM, CONFIRMED_STATE
 
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
 org.opcfoundation.ua.builtintypes.LocalizedText getActiveState()
           
 TwoStateVariableType getActiveStateNode()
           
 org.opcfoundation.ua.builtintypes.LocalizedText getEnabledState()
           
 TwoStateVariableType getEnabledStateNode()
           
 org.opcfoundation.ua.builtintypes.NodeId getInputNode()
           
 UaProperty getInputNodeNode()
           
 Double getMaxTimeShelved()
           
 UaProperty getMaxTimeShelvedNode()
           
 ShelvedStateMachineType getShelvingStateNode()
           
 UaProperty getSuppressedOrShelvedNode()
           
 org.opcfoundation.ua.builtintypes.LocalizedText getSuppressedState()
           
 TwoStateVariableType getSuppressedStateNode()
           
 Boolean isSuppressedOrShelved()
           
 void setActiveState(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 void setEnabledState(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 void setInputNode(org.opcfoundation.ua.builtintypes.NodeId value)
           
 void setMaxTimeShelved(Double value)
           
 void setSuppressedOrShelved(Boolean value)
           
 void setSuppressedState(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 
Methods inherited from interface com.prosysopc.ua.types.opcua.AcknowledgeableConditionType
acknowledge, confirm, getAckedState, getAckedStateNode, getAcknowledgeNode, getConfirmedState, getConfirmedStateNode, getConfirmNode, setAckedState, setConfirmedState
 
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

INPUT_NODE

static final String INPUT_NODE
See Also:
Constant Field Values

SUPPRESSED_OR_SHELVED

static final String SUPPRESSED_OR_SHELVED
See Also:
Constant Field Values

MAX_TIME_SHELVED

static final String MAX_TIME_SHELVED
See Also:
Constant Field Values

SHELVING_STATE

static final String SHELVING_STATE
See Also:
Constant Field Values

ENABLED_STATE

static final String ENABLED_STATE
See Also:
Constant Field Values

ACTIVE_STATE

static final String ACTIVE_STATE
See Also:
Constant Field Values

SUPPRESSED_STATE

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

getInputNodeNode

UaProperty getInputNodeNode()

getInputNode

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

setInputNode

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

getSuppressedOrShelvedNode

UaProperty getSuppressedOrShelvedNode()

isSuppressedOrShelved

Boolean isSuppressedOrShelved()

setSuppressedOrShelved

void setSuppressedOrShelved(Boolean value)
                            throws StatusException
Throws:
StatusException

getMaxTimeShelvedNode

UaProperty getMaxTimeShelvedNode()

getMaxTimeShelved

Double getMaxTimeShelved()

setMaxTimeShelved

void setMaxTimeShelved(Double value)
                       throws StatusException
Throws:
StatusException

getEnabledStateNode

TwoStateVariableType getEnabledStateNode()
Specified by:
getEnabledStateNode in interface AcknowledgeableConditionType
Specified by:
getEnabledStateNode in interface ConditionType

getEnabledState

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

setEnabledState

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

getActiveStateNode

TwoStateVariableType getActiveStateNode()

getActiveState

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

setActiveState

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

getSuppressedStateNode

TwoStateVariableType getSuppressedStateNode()

getSuppressedState

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

setSuppressedState

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

getShelvingStateNode

ShelvedStateMachineType getShelvingStateNode()


Copyright © 2018. All rights reserved.