org.opcfoundation.ua.core
Class EventNotificationList

java.lang.Object
  extended by org.opcfoundation.ua.utils.AbstractStructure
      extended by org.opcfoundation.ua.core.NotificationData
          extended by org.opcfoundation.ua.core.EventNotificationList
All Implemented Interfaces:
Cloneable, Structure, IEncodeable

public class EventNotificationList
extends NotificationData


Field Summary
static ExpandedNodeId BINARY
           
protected  EventFieldList[] Events
           
static ExpandedNodeId ID
           
static ExpandedNodeId XML
           
 
Constructor Summary
EventNotificationList()
           
EventNotificationList(EventFieldList[] Events)
           
 
Method Summary
 EventNotificationList clone()
          Deep clone
 boolean equals(Object obj)
           
 ExpandedNodeId getBinaryEncodeId()
          getBinaryEncodeId.
 EventFieldList[] getEvents()
           
 ExpandedNodeId getTypeId()
          getTypeId.
 ExpandedNodeId getXmlEncodeId()
          getXmlEncodeId.
 int hashCode()
           
 void setEvents(EventFieldList[] Events)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

ID

public static final ExpandedNodeId ID

BINARY

public static final ExpandedNodeId BINARY

XML

public static final ExpandedNodeId XML

Events

protected EventFieldList[] Events
Constructor Detail

EventNotificationList

public EventNotificationList()

EventNotificationList

public EventNotificationList(EventFieldList[] Events)
Method Detail

getEvents

public EventFieldList[] getEvents()

setEvents

public void setEvents(EventFieldList[] Events)

clone

public EventNotificationList clone()
Deep clone

Specified by:
clone in interface Structure
Overrides:
clone in class NotificationData
Returns:
cloned EventNotificationList

equals

public boolean equals(Object obj)
Overrides:
equals in class NotificationData

hashCode

public int hashCode()
Overrides:
hashCode in class NotificationData

getTypeId

public ExpandedNodeId getTypeId()
Description copied from interface: Structure

getTypeId.

Specified by:
getTypeId in interface Structure
Overrides:
getTypeId in class NotificationData
Returns:
a ExpandedNodeId object.

getXmlEncodeId

public ExpandedNodeId getXmlEncodeId()
Description copied from interface: Structure

getXmlEncodeId.

Specified by:
getXmlEncodeId in interface Structure
Overrides:
getXmlEncodeId in class NotificationData
Returns:
a ExpandedNodeId object.

getBinaryEncodeId

public ExpandedNodeId getBinaryEncodeId()
Description copied from interface: Structure

getBinaryEncodeId.

Specified by:
getBinaryEncodeId in interface Structure
Overrides:
getBinaryEncodeId in class NotificationData
Returns:
a ExpandedNodeId object.

toString

public String toString()
Overrides:
toString in class NotificationData


Copyright © 2018. All rights reserved.