result.setRunStartDate(scanServerProxy.read_attribute("runStartDate").extractString());
result
.setScanStartDate(scanServerProxy.read_attribute("scanStartDate")
.extractString());
result.setScanEndDate(scanServerProxy.read_attribute("scanEndDate").extractString());
result.setRunEndDate(scanServerProxy.read_attribute("runEndDate").extractString());
result.setScanDuration(scanServerProxy.read_attribute("scanDuration").extractString());
result.setRunDuration(scanServerProxy.read_attribute("runDuration").extractString());
result.setScanRemainingTime(scanServerProxy.read_attribute("scanRemainingTime")
.extractString());
result.setRunRemainingTime(scanServerProxy.read_attribute("runRemainingTime")