drctDbtTxInf.setPmtId(new PaymentIdentificationSEPA());
drctDbtTxInf.getPmtId().setEndToEndId(SepaUtil.getProperty(sepaParams,SepaUtil.insertIndex("endtoendid", index),AbstractSEPAGV.ENDTOEND_ID_NOTPROVIDED)); // sicherstellen, dass "NOTPROVIDED" eingetragen wird, wenn keine ID angegeben ist
//Payment Information - Credit Transfer Transaction Information - Creditor
drctDbtTxInf.setDbtr(new PartyIdentificationSEPA2());
drctDbtTxInf.getDbtr().setNm(sepaParams.getProperty(SepaUtil.insertIndex("dst.name", index)));
//Payment Information - Credit Transfer Transaction Information - Creditor Account
drctDbtTxInf.setDbtrAcct(new CashAccountSEPA2());
drctDbtTxInf.getDbtrAcct().setId(new AccountIdentificationSEPA());