com.prosysopc.ua.types.opcua
Interface OffNormalAlarmType

All Superinterfaces:
AcknowledgeableConditionType, AlarmConditionType, BaseEventType, BaseInstanceType, BaseObjectType, ConditionType, DiscreteAlarmType, UaInstance, UaNode, UaObject
All Known Subinterfaces:
CertificateExpirationAlarmType, SystemOffNormalAlarmType, TripAlarmType
All Known Implementing Classes:
CertificateExpirationAlarmTypeImpl, CertificateExpirationAlarmTypeImplBase, CertificateExpirationAlarmTypeNode, CertificateExpirationAlarmTypeNodeBase, OffNormalAlarmTypeImpl, OffNormalAlarmTypeImplBase, OffNormalAlarmTypeNode, OffNormalAlarmTypeNodeBase, SystemOffNormalAlarmTypeImpl, SystemOffNormalAlarmTypeImplBase, SystemOffNormalAlarmTypeNode, SystemOffNormalAlarmTypeNodeBase, TripAlarmTypeImpl, TripAlarmTypeImplBase, TripAlarmTypeNode, TripAlarmTypeNodeBase

public interface OffNormalAlarmType
extends DiscreteAlarmType

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


Field Summary
static String NORMAL_STATE
           
 
Fields inherited from interface com.prosysopc.ua.types.opcua.AlarmConditionType
ACTIVE_STATE, ENABLED_STATE, INPUT_NODE, MAX_TIME_SHELVED, SHELVING_STATE, SUPPRESSED_OR_SHELVED, 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.NodeId getNormalState()
           
 UaProperty getNormalStateNode()
           
 void setNormalState(org.opcfoundation.ua.builtintypes.NodeId value)
           
 
Methods inherited from interface com.prosysopc.ua.types.opcua.AlarmConditionType
getActiveState, getActiveStateNode, getEnabledState, getEnabledStateNode, getInputNode, getInputNodeNode, getMaxTimeShelved, getMaxTimeShelvedNode, getShelvingStateNode, getSuppressedOrShelvedNode, getSuppressedState, getSuppressedStateNode, isSuppressedOrShelved, setActiveState, setEnabledState, setInputNode, setMaxTimeShelved, setSuppressedOrShelved, setSuppressedState
 
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

NORMAL_STATE

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

getNormalStateNode

UaProperty getNormalStateNode()

getNormalState

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

setNormalState

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


Copyright © 2018. All rights reserved.