com.prosysopc.ua.types.opcua.client
Class AlarmConditionTypeImplBase
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.AcknowledgeableConditionTypeImplBase
com.prosysopc.ua.types.opcua.client.AcknowledgeableConditionTypeImpl
com.prosysopc.ua.types.opcua.client.AlarmConditionTypeImplBase
- All Implemented Interfaces:
- UaInstance, UaNode, UaObject, AcknowledgeableConditionType, AlarmConditionType, BaseEventType, BaseInstanceType, BaseObjectType, ConditionType
- Direct Known Subclasses:
- AlarmConditionTypeImpl
public abstract class AlarmConditionTypeImplBase
- extends AcknowledgeableConditionTypeImpl
- implements AlarmConditionType
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 |
AlarmConditionTypeImplBase(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.AcknowledgeableConditionTypeImplBase |
acknowledge, acknowledgeAsync, confirm, confirmAsync, getAckedState, getAckedStateNode, getAcknowledgeNode, getConfirmedState, getConfirmedStateNode, getConfirmNode, setAckedState, setConfirmedState |
| 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 |
AlarmConditionTypeImplBase
protected AlarmConditionTypeImplBase(AddressSpace addressSpace,
org.opcfoundation.ua.builtintypes.NodeId nodeId,
org.opcfoundation.ua.builtintypes.QualifiedName browseName,
org.opcfoundation.ua.builtintypes.LocalizedText displayName)
getInputNodeNode
public UaProperty getInputNodeNode()
- Specified by:
getInputNodeNode in interface AlarmConditionType
getInputNode
public org.opcfoundation.ua.builtintypes.NodeId getInputNode()
- Specified by:
getInputNode in interface AlarmConditionType
setInputNode
public void setInputNode(org.opcfoundation.ua.builtintypes.NodeId value)
throws StatusException
- Specified by:
setInputNode in interface AlarmConditionType
- Throws:
StatusException
getSuppressedOrShelvedNode
public UaProperty getSuppressedOrShelvedNode()
- Specified by:
getSuppressedOrShelvedNode in interface AlarmConditionType
isSuppressedOrShelved
public Boolean isSuppressedOrShelved()
- Specified by:
isSuppressedOrShelved in interface AlarmConditionType
setSuppressedOrShelved
public void setSuppressedOrShelved(Boolean value)
throws StatusException
- Specified by:
setSuppressedOrShelved in interface AlarmConditionType
- Throws:
StatusException
getMaxTimeShelvedNode
public UaProperty getMaxTimeShelvedNode()
- Specified by:
getMaxTimeShelvedNode in interface AlarmConditionType
getMaxTimeShelved
public Double getMaxTimeShelved()
- Specified by:
getMaxTimeShelved in interface AlarmConditionType
setMaxTimeShelved
public void setMaxTimeShelved(Double value)
throws StatusException
- Specified by:
setMaxTimeShelved in interface AlarmConditionType
- Throws:
StatusException
getEnabledStateNode
public TwoStateVariableType getEnabledStateNode()
- Specified by:
getEnabledStateNode in interface AcknowledgeableConditionType- Specified by:
getEnabledStateNode in interface AlarmConditionType- Specified by:
getEnabledStateNode in interface ConditionType- Overrides:
getEnabledStateNode in class AcknowledgeableConditionTypeImplBase
getEnabledState
public org.opcfoundation.ua.builtintypes.LocalizedText getEnabledState()
- Specified by:
getEnabledState in interface AcknowledgeableConditionType- Specified by:
getEnabledState in interface AlarmConditionType- Specified by:
getEnabledState in interface ConditionType- Overrides:
getEnabledState in class AcknowledgeableConditionTypeImplBase
setEnabledState
public void setEnabledState(org.opcfoundation.ua.builtintypes.LocalizedText value)
throws StatusException
- Specified by:
setEnabledState in interface AcknowledgeableConditionType- Specified by:
setEnabledState in interface AlarmConditionType- Specified by:
setEnabledState in interface ConditionType- Overrides:
setEnabledState in class AcknowledgeableConditionTypeImplBase
- Throws:
StatusException
getActiveStateNode
public TwoStateVariableType getActiveStateNode()
- Specified by:
getActiveStateNode in interface AlarmConditionType
getActiveState
public org.opcfoundation.ua.builtintypes.LocalizedText getActiveState()
- Specified by:
getActiveState in interface AlarmConditionType
setActiveState
public void setActiveState(org.opcfoundation.ua.builtintypes.LocalizedText value)
throws StatusException
- Specified by:
setActiveState in interface AlarmConditionType
- Throws:
StatusException
getSuppressedStateNode
public TwoStateVariableType getSuppressedStateNode()
- Specified by:
getSuppressedStateNode in interface AlarmConditionType
getSuppressedState
public org.opcfoundation.ua.builtintypes.LocalizedText getSuppressedState()
- Specified by:
getSuppressedState in interface AlarmConditionType
setSuppressedState
public void setSuppressedState(org.opcfoundation.ua.builtintypes.LocalizedText value)
throws StatusException
- Specified by:
setSuppressedState in interface AlarmConditionType
- Throws:
StatusException
getShelvingStateNode
public ShelvedStateMachineType getShelvingStateNode()
- Specified by:
getShelvingStateNode in interface AlarmConditionType
Copyright © 2018. All rights reserved.