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 SepaPayment
Basis-Interface fuer einen SEPA-Auftrag.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getPmtInfId()
Liefert die optionale PmtInf-ID fuer SEPA.void
setPmtInfId(java.lang.String id)
Speichert die optionale PmtInf-ID fuer SEPA.
-
-
-
Method Detail
-
getPmtInfId
java.lang.String getPmtInfId() throws java.rmi.RemoteException
Liefert 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.RemoteException
Speichert die optionale PmtInf-ID fuer SEPA.- Parameters:
id
- die optionale PmtInf-ID fuer SEPA.- Throws:
java.rmi.RemoteException
-
-