Package de.willuhn.jameica.hbci.rmi
Interface SepaPayment
-
- All Known Subinterfaces:
AuslandsUeberweisung,SepaDauerauftrag,SepaLastschrift,SepaSammelLastschrift,SepaSammelTransfer<T>,SepaSammelUeberweisung
- All Known Implementing Classes:
AbstractSepaSammelTransferImpl,AuslandsUeberweisungImpl,SepaDauerauftragImpl,SepaLastschriftImpl,SepaSammelLastschriftImpl,SepaSammelUeberweisungImpl
public interface SepaPaymentBasis-Interface fuer einen SEPA-Auftrag.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetPmtInfId()Liefert die optionale PmtInf-ID fuer SEPA.voidsetPmtInfId(java.lang.String id)Speichert die optionale PmtInf-ID fuer SEPA.
-
-
-
Method Detail
-
getPmtInfId
java.lang.String getPmtInfId() throws java.rmi.RemoteExceptionLiefert die optionale PmtInf-ID fuer SEPA.- Returns:
- die optionale PmtInf-ID fuer SEPA.
- Throws:
java.rmi.RemoteException
-
setPmtInfId
void setPmtInfId(java.lang.String id) throws java.rmi.RemoteExceptionSpeichert die optionale PmtInf-ID fuer SEPA.- Parameters:
id- die optionale PmtInf-ID fuer SEPA.- Throws:
java.rmi.RemoteException
-
-