package opc.ua.services.common;

public class StatusChangeNotification {

	private StatusCode status;
	private DiagnosticInfo diagnosticInfo;

}
