Uses of Class
org.opcfoundation.ua.core.NotificationMessage

Packages that use NotificationMessage
org.opcfoundation.ua.core All the code in this package are codegenerated. 
 

Uses of NotificationMessage in org.opcfoundation.ua.core
 

Fields in org.opcfoundation.ua.core declared as NotificationMessage
protected  NotificationMessage RepublishResponse.NotificationMessage
           
protected  NotificationMessage PublishResponse.NotificationMessage
           
 

Methods in org.opcfoundation.ua.core that return NotificationMessage
 NotificationMessage NotificationMessage.clone()
          Deep clone
 NotificationMessage RepublishResponse.getNotificationMessage()
           
 NotificationMessage PublishResponse.getNotificationMessage()
           
 

Methods in org.opcfoundation.ua.core with parameters of type NotificationMessage
 void RepublishResponse.setNotificationMessage(NotificationMessage NotificationMessage)
           
 void PublishResponse.setNotificationMessage(NotificationMessage NotificationMessage)
           
 

Constructors in org.opcfoundation.ua.core with parameters of type NotificationMessage
PublishResponse(ResponseHeader ResponseHeader, UnsignedInteger SubscriptionId, UnsignedInteger[] AvailableSequenceNumbers, Boolean MoreNotifications, NotificationMessage NotificationMessage, StatusCode[] Results, DiagnosticInfo[] DiagnosticInfos)
           
RepublishResponse(ResponseHeader ResponseHeader, NotificationMessage NotificationMessage)
           
 



Copyright © 2018. All rights reserved.