contact = getStringValue(getChildAt(node, 3), 0);
desc = getStringValue(getChildAt(node, 4), 0);
for (int i = 5; i < node.getChildCount(); i++) {
revisions.add(getValue(getChildAt(node, i), 0));
}
node.addValue(new SnmpModuleIdentity(update,
org,
contact,
desc,
revisions));
return node;