Package org.kapott.hbci.GV.parsers
Class AbstractParsePain002
java.lang.Object
org.kapott.hbci.GV.parsers.AbstractSepaParser<List<GVRVoP.VoPResultItem>>
org.kapott.hbci.GV.parsers.AbstractParsePain002
- All Implemented Interfaces:
ISEPAParser<List<GVRVoP.VoPResultItem>>
- Direct Known Subclasses:
ParsePain00200110,ParsePain00200111,ParsePain00200112,ParsePain00200113,ParsePain00200114
Abstrakte Basis-Klasse der pain.002 Parser.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.kapott.hbci.GV.parsers.ISEPAParser
ISEPAParser.Names -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.kapott.hbci.GV.parsers.AbstractSepaParser
parseMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.kapott.hbci.GV.parsers.ISEPAParser
parse
-
Constructor Details
-
AbstractParsePain002
public AbstractParsePain002()
-
-
Method Details
-
toString
Konvertiert die Zeilen in eine.- Parameters:
lines- die Zeilen.stripQuotes- true, wenn Anführungszeichen zu Beginn einer Zeile entfernt werden sollen. Wird beim Namens-Feld benötigt.- Returns:
- die zusammengefassten Zeilen.
-