function setCambiarRelacionados($NuevoCredito = false, $NuevaPersona = false)
 {
     $xRec = new cReciboDeOperacion(RECIBOS_TIPO_PLAN_DE_PAGO, true, $this->mNumeroDePlan);
     $xRec->setCambiarRelacionados($NuevoCredito, $NuevaPersona, true);
     $this->mMessages .= $xRec->getMessages(OUT_TXT);
 }