Class ExemptionsResponse
- java.lang.Object
-
- de.frankmuenster.mahoe.banks.bsh.json.BshResponse
-
- de.frankmuenster.mahoe.banks.bsh.json.ExemptionsResponse
-
- All Implemented Interfaces:
IBshResponse
public class ExemptionsResponse extends BshResponse implements IBshResponse
Antwort der Freistellungsaufträge-Anfrage- Author:
- Frank Münster
-
-
Constructor Summary
Constructors Constructor Description ExemptionsResponse()
Standardkonstruktor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Exemption>
getExemptions()
Liefert vorhandenen Freistellungsaufträgen-
Methods inherited from class de.frankmuenster.mahoe.banks.bsh.json.BshResponse
getErrors, getStatus
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.frankmuenster.mahoe.banks.bsh.json.IBshResponse
getStatus
-
-
-
-
Method Detail
-
getExemptions
public java.util.List<Exemption> getExemptions()
Liefert vorhandenen Freistellungsaufträgen- Returns:
- die Liste mit den Freistellungsaufträgen
-
-