136137138139140141142143
* @throws RemoteException */ public SepaLastschriftList getSepaLastschriftListe() throws RemoteException { if (this.list == null) this.list = new SepaLastschriftList(new SepaLastschriftNew()); return this.list; }