Package org.kapott.hbci.GV.parsers
Class ParsePain00200114
java.lang.Object
org.kapott.hbci.GV.parsers.AbstractSepaParser<List<GVRVoP.VoPResultItem>>
org.kapott.hbci.GV.parsers.AbstractParsePain002
org.kapott.hbci.GV.parsers.ParsePain00200114
- All Implemented Interfaces:
ISEPAParser<List<GVRVoP.VoPResultItem>>
Parser-Implementierung fuer Pain 002.001.14.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.kapott.hbci.GV.parsers.ISEPAParser
ISEPAParser.Names -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidparse(InputStream xml, List<GVRVoP.VoPResultItem> sepaResults) Parst SEPA-XML-Daten aus dem Stream und schreib die Ergebnisse in die Liste von Properties-Objekten.Methods inherited from class org.kapott.hbci.GV.parsers.AbstractParsePain002
toStringMethods inherited from class org.kapott.hbci.GV.parsers.AbstractSepaParser
parse
-
Constructor Details
-
ParsePain00200114
public ParsePain00200114()
-
-
Method Details
-
parse
Description copied from interface:ISEPAParserParst SEPA-XML-Daten aus dem Stream und schreib die Ergebnisse in die Liste von Properties-Objekten.- Parameters:
xml- der Stream mit den XML-Daten.sepaResults- das Zielobjekt, in das die Daten gelesen werden.- See Also:
-