private CmdLineStatusPartFromXml(CmdLineStatusFromXml status) {
   super(status.getTextStatus(), status.getPropStatus());
   this.status = status;
 }