package opc.ua.services.common;

public class DataChangeNotification {

	private MonitoredItemNotification[] monitoredItems;
    private DiagnosticInfo[] diagnosticInfos;
	
	private class MonitoredItemNotification {
		/** IntegerId */
		private Integer clientHandle;
		private DataValue value;
	}

}
