Field field = this.getClass().getDeclaredField("on"); field.setAccessible(true); field.set(this, true);