there is no value extract when xml change from class="MRBTS" to class="com.nokia.srbts:MRBTS"
N1277
Unblocked
it would be works if we add this in // Extract managedObject
if (attrName.equals("class") && attrValue.contains(":")) {
attrValue = attrValue.split(":")[1];
}