com.prosysopc.ua.types.opcua.client
Class BaseEventTypeImplBase
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
- All Implemented Interfaces:
- UaInstance, UaNode, UaObject, BaseEventType, BaseInstanceType, BaseObjectType
- Direct Known Subclasses:
- BaseEventTypeImpl
public abstract class BaseEventTypeImplBase
- extends BaseObjectTypeImpl
- implements BaseEventType
The base type for all events.
Generated on 2018-05-09 10:45:27
|
Constructor Summary |
protected |
BaseEventTypeImplBase(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.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.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 |
BaseEventTypeImplBase
protected BaseEventTypeImplBase(AddressSpace addressSpace,
org.opcfoundation.ua.builtintypes.NodeId nodeId,
org.opcfoundation.ua.builtintypes.QualifiedName browseName,
org.opcfoundation.ua.builtintypes.LocalizedText displayName)
getEventIdNode
public UaProperty getEventIdNode()
- Specified by:
getEventIdNode in interface BaseEventType
getEventId
public org.opcfoundation.ua.builtintypes.ByteString getEventId()
- Specified by:
getEventId in interface BaseEventType
setEventId
public void setEventId(org.opcfoundation.ua.builtintypes.ByteString value)
throws StatusException
- Specified by:
setEventId in interface BaseEventType
- Throws:
StatusException
getEventTypeNode
public UaProperty getEventTypeNode()
- Specified by:
getEventTypeNode in interface BaseEventType
getEventType
public org.opcfoundation.ua.builtintypes.NodeId getEventType()
- Specified by:
getEventType in interface BaseEventType
setEventType
public void setEventType(org.opcfoundation.ua.builtintypes.NodeId value)
throws StatusException
- Specified by:
setEventType in interface BaseEventType
- Throws:
StatusException
getSourceNodeNode
public UaProperty getSourceNodeNode()
- Specified by:
getSourceNodeNode in interface BaseEventType
getSourceNode
public org.opcfoundation.ua.builtintypes.NodeId getSourceNode()
- Specified by:
getSourceNode in interface BaseEventType
setSourceNode
public void setSourceNode(org.opcfoundation.ua.builtintypes.NodeId value)
throws StatusException
- Specified by:
setSourceNode in interface BaseEventType
- Throws:
StatusException
getSourceNameNode
public UaProperty getSourceNameNode()
- Specified by:
getSourceNameNode in interface BaseEventType
getSourceName
public String getSourceName()
- Specified by:
getSourceName in interface BaseEventType
setSourceName
public void setSourceName(String value)
throws StatusException
- Specified by:
setSourceName in interface BaseEventType
- Throws:
StatusException
getTimeNode
public UaProperty getTimeNode()
- Specified by:
getTimeNode in interface BaseEventType
getTime
public org.opcfoundation.ua.builtintypes.DateTime getTime()
- Specified by:
getTime in interface BaseEventType
setTime
public void setTime(org.opcfoundation.ua.builtintypes.DateTime value)
throws StatusException
- Specified by:
setTime in interface BaseEventType
- Throws:
StatusException
getReceiveTimeNode
public UaProperty getReceiveTimeNode()
- Specified by:
getReceiveTimeNode in interface BaseEventType
getReceiveTime
public org.opcfoundation.ua.builtintypes.DateTime getReceiveTime()
- Specified by:
getReceiveTime in interface BaseEventType
setReceiveTime
public void setReceiveTime(org.opcfoundation.ua.builtintypes.DateTime value)
throws StatusException
- Specified by:
setReceiveTime in interface BaseEventType
- Throws:
StatusException
getLocalTimeNode
public UaProperty getLocalTimeNode()
- Specified by:
getLocalTimeNode in interface BaseEventType
getLocalTime
public org.opcfoundation.ua.core.TimeZoneDataType getLocalTime()
- Specified by:
getLocalTime in interface BaseEventType
setLocalTime
public void setLocalTime(org.opcfoundation.ua.core.TimeZoneDataType value)
throws StatusException
- Specified by:
setLocalTime in interface BaseEventType
- Throws:
StatusException
getMessageNode
public UaProperty getMessageNode()
- Specified by:
getMessageNode in interface BaseEventType
getMessage
public org.opcfoundation.ua.builtintypes.LocalizedText getMessage()
- Specified by:
getMessage in interface BaseEventType
setMessage
public void setMessage(org.opcfoundation.ua.builtintypes.LocalizedText value)
throws StatusException
- Specified by:
setMessage in interface BaseEventType
- Throws:
StatusException
getSeverityNode
public UaProperty getSeverityNode()
- Specified by:
getSeverityNode in interface BaseEventType
getSeverity
public org.opcfoundation.ua.builtintypes.UnsignedShort getSeverity()
- Specified by:
getSeverity in interface BaseEventType
setSeverity
public void setSeverity(org.opcfoundation.ua.builtintypes.UnsignedShort value)
throws StatusException
- Specified by:
setSeverity in interface BaseEventType
- Throws:
StatusException
Copyright © 2018. All rights reserved.