Package org.kapott.hbci.GV
Class GVLastB2BSEPA
- java.lang.Object
-
- org.kapott.hbci.GV.AbstractHBCIJob
-
- org.kapott.hbci.GV.AbstractSEPAGV
-
- org.kapott.hbci.GV.AbstractGVLastSEPA
-
- org.kapott.hbci.GV.GVLastB2BSEPA
-
- Direct Known Subclasses:
GVMultiLastB2BSEPA
public class GVLastB2BSEPA extends AbstractGVLastSEPA
Implementierung des HBCI-Jobs fuer die SEPA-B2B-Lastschrift.
-
-
Field Summary
-
Fields inherited from class org.kapott.hbci.GV.AbstractSEPAGV
ENDTOEND_ID_NOTPROVIDED
-
Fields inherited from class org.kapott.hbci.GV.AbstractHBCIJob
jobResult, passport
-
-
Constructor Summary
Constructors Constructor Description GVLastB2BSEPA(HBCIPassportInternal passport)GVLastB2BSEPA(HBCIPassportInternal passport, String lowlevelName, AbstractGVRLastSEPA result)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetLowlevelName()Liefert den Lowlevel-Jobnamen.-
Methods inherited from class org.kapott.hbci.GV.AbstractGVLastSEPA
extractResults, getDefaultPainVersion, getPainJobName, getPainType
-
Methods inherited from class org.kapott.hbci.GV.AbstractSEPAGV
addConstraint, createPainXml, getLowlevelParam, getPainMessageId, getPainVersion, getRawData, setLowlevelParam, verifyConstraints
-
Methods inherited from class org.kapott.hbci.GV.AbstractHBCIJob
addConstraint, addLoop, applyOffset, canNationalAcc, checkAccountCRC, createOrderHash, fillJobResult, getChallengeParam, getConstraints, getHBCICode, getHBCICode, getJobName, getJobRestrictions, getJobResult, getLowlevelParams, getMaxNumberPerMsg, getName, getSegVersion, isVeu, redo, setIdx, setLlParams, setParam, setParam, setParam, setParam, setParam, setParam, setParam, setParam, setParam, setSegVersion, setVeu, skipped
-
-
-
-
Constructor Detail
-
GVLastB2BSEPA
public GVLastB2BSEPA(HBCIPassportInternal passport)
-
GVLastB2BSEPA
public GVLastB2BSEPA(HBCIPassportInternal passport, String lowlevelName, AbstractGVRLastSEPA result)
-
-
Method Detail
-
getLowlevelName
public static String getLowlevelName()
Liefert den Lowlevel-Jobnamen.- Returns:
- der Lowlevel-Jobname.
-
-