Package org.kapott.hbci.GV
Class GVKontoauszug
- java.lang.Object
-
- org.kapott.hbci.GV.AbstractHBCIJob
-
- org.kapott.hbci.GV.GVKontoauszug
-
public class GVKontoauszug extends AbstractHBCIJob
Implementierung des Geschaeftsvorfalls fuer den elektronischen Kontoauszug (HKEKA)
-
-
Field Summary
-
Fields inherited from class org.kapott.hbci.GV.AbstractHBCIJob
jobResult, passport
-
-
Constructor Summary
Constructors Constructor Description GVKontoauszug(HBCIPassportInternal passport)GVKontoauszug(HBCIPassportInternal passport, String name)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidextractResults(HBCIMsgStatus msgstatus, String header, int idx)static StringgetLowlevelName()Liefert den Lowlevel-Namen.voidverifyConstraints()-
Methods inherited from class org.kapott.hbci.GV.AbstractHBCIJob
addConstraint, addConstraint, addLoop, applyOffset, canNationalAcc, checkAccountCRC, createOrderHash, fillJobResult, getChallengeParam, getConstraints, getHBCICode, getHBCICode, getJobName, getJobRestrictions, getJobResult, getLowlevelParam, getLowlevelParams, getMaxNumberPerMsg, getName, getPainVersion, getRawData, getSegVersion, isVeu, redo, setIdx, setLlParams, setLowlevelParam, setParam, setParam, setParam, setParam, setParam, setParam, setParam, setParam, setParam, setSegVersion, setVeu, skipped
-
-
-
-
Constructor Detail
-
GVKontoauszug
public GVKontoauszug(HBCIPassportInternal passport, String name)
-
GVKontoauszug
public GVKontoauszug(HBCIPassportInternal passport)
-
-
Method Detail
-
getLowlevelName
public static String getLowlevelName()
Liefert den Lowlevel-Namen.- Returns:
- der Lowlevel-Name.
-
extractResults
protected void extractResults(HBCIMsgStatus msgstatus, String header, int idx)
- Overrides:
extractResultsin classAbstractHBCIJob
-
verifyConstraints
public void verifyConstraints()
- Overrides:
verifyConstraintsin classAbstractHBCIJob
-
-