if (e != null) {
loadNewParams(prms, prms_parent, e);
Element task_api = (Element) Strings.getXMLObject(e, "task_api");
if (task_api != null)
this.task_api = new Str(task_api, this);
Element task_alias = (Element) Strings
.getXMLObject(e, "task_alias");
if (task_alias != null)
this.task_alias = new Str(task_alias, this);
Element classname = (Element) Strings.getXMLObject(e, "classname");
if (classname != null)
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);