xmlLog.setIndex(2);
xmlLog.setId(2l);
JaxbNodeInstanceLog newXmlLog = testRoundTrip(xmlLog);
ComparePair.compareOrig(xmlLog, newXmlLog, JaxbNodeInstanceLog.class);
NodeInstanceLog newLog = newXmlLog.getResult();
ComparePair.compareOrig((NodeInstanceLog) origLog, newLog, NodeInstanceLog.class);
}