protected void setVflex0(String flex) {
        if (flex != null && flex.length() == 0)
            flex = null;
        if (!Objects.equals(_auxinf != null ? _auxinf.vflex : null, flex)) {
            initAuxInfo0().vflex = flex;