String date = sepaParams.getProperty("date");
if(date == null) date = SepaUtil.DATE_UNDEFINED;
pmtInf.setReqdExctnDt(SepaUtil.createCalendar(date));
pmtInf.setDbtr(new PartyIdentificationSCT2());
pmtInf.setDbtrAcct(new CashAccountSCT1());
pmtInf.setDbtrAgt(new BranchAndFinancialInstitutionIdentificationSCT());
//Payment Information - Debtor
pmtInf.getDbtr().setNm(sepaParams.getProperty("src.name"));