this.classname = new Str(classname, this);
Element block_duration = (Element) Strings.getXMLObject(e,
"block_duration");
if (block_duration != null)
this.block_duration = new Int(block_duration, this);
Element finish_duration = (Element) Strings.getXMLObject(e,
"finish_duration");
if (finish_duration != null)
this.finish_duration = new Int(finish_duration, this);
Element arch_day = (Element) Strings.getXMLObject(e, "arch_day");
if (arch_day != null)
this.arch_day = new Str(arch_day, this);
Element processor_id = (Element) Strings.getXMLObject(e,
"processor_id");
if (processor_id != null)
this.processor_id = new Int(processor_id, this);
Element df = (Element) Strings.getXMLObject(e, "deleted-files");
deletedfiles = new HashSet<Object>();
if (df != null) {
NodeList files = Xml.getElementsByTagName(df, "file");