org.opcfoundation.ua.core
Class NotificationMessage

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

public class NotificationMessage
extends AbstractStructure


Field Summary
static ExpandedNodeId BINARY
           
static ExpandedNodeId ID
           
protected  ExtensionObject[] NotificationData
           
protected  DateTime PublishTime
           
protected  UnsignedInteger SequenceNumber
           
static ExpandedNodeId XML
           
 
Constructor Summary
NotificationMessage()
           
NotificationMessage(UnsignedInteger SequenceNumber, DateTime PublishTime, ExtensionObject[] NotificationData)
           
 
Method Summary
 NotificationMessage clone()
          Deep clone
 boolean equals(Object obj)
           
 ExpandedNodeId getBinaryEncodeId()
          getBinaryEncodeId.
 ExtensionObject[] getNotificationData()
           
 DateTime getPublishTime()
           
 UnsignedInteger getSequenceNumber()
           
 ExpandedNodeId getTypeId()
          getTypeId.
 ExpandedNodeId getXmlEncodeId()
          getXmlEncodeId.
 int hashCode()
           
 void setNotificationData(ExtensionObject[] NotificationData)
           
 void setPublishTime(DateTime PublishTime)
           
 void setSequenceNumber(UnsignedInteger SequenceNumber)
           
 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

SequenceNumber

protected UnsignedInteger SequenceNumber

PublishTime

protected DateTime PublishTime

NotificationData

protected ExtensionObject[] NotificationData
Constructor Detail

NotificationMessage

public NotificationMessage()

NotificationMessage

public NotificationMessage(UnsignedInteger SequenceNumber,
                           DateTime PublishTime,
                           ExtensionObject[] NotificationData)
Method Detail

getSequenceNumber

public UnsignedInteger getSequenceNumber()

setSequenceNumber

public void setSequenceNumber(UnsignedInteger SequenceNumber)

getPublishTime

public DateTime getPublishTime()

setPublishTime

public void setPublishTime(DateTime PublishTime)

getNotificationData

public ExtensionObject[] getNotificationData()

setNotificationData

public void setNotificationData(ExtensionObject[] NotificationData)

clone

public NotificationMessage clone()
Deep clone

Specified by:
clone in interface Structure
Overrides:
clone in class AbstractStructure
Returns:
cloned NotificationMessage

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeId

public ExpandedNodeId getTypeId()
Description copied from interface: Structure

getTypeId.

Returns:
a ExpandedNodeId object.

getXmlEncodeId

public ExpandedNodeId getXmlEncodeId()
Description copied from interface: Structure

getXmlEncodeId.

Returns:
a ExpandedNodeId object.

getBinaryEncodeId

public ExpandedNodeId getBinaryEncodeId()
Description copied from interface: Structure

getBinaryEncodeId.

Returns:
a ExpandedNodeId object.

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2018. All rights reserved.