Package org.kapott.hbci.GV
Class GVMultiLastB2BSEPA
- java.lang.Object
-
- org.kapott.hbci.GV.AbstractHBCIJob
-
- org.kapott.hbci.GV.AbstractSEPAGV
-
- org.kapott.hbci.GV.AbstractGVLastSEPA
-
- org.kapott.hbci.GV.GVLastB2BSEPA
-
- org.kapott.hbci.GV.GVMultiLastB2BSEPA
-
public class GVMultiLastB2BSEPA extends GVLastB2BSEPA
Implementierung des HBCI-Jobs fuer die SEPA-B2B-Multi-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 GVMultiLastB2BSEPA(HBCIPassportInternal passport)GVMultiLastB2BSEPA(HBCIPassportInternal passport, String lowlevelName, AbstractGVRLastSEPA result)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidcreatePainXml()Erstellt die XML für diesen Job und schreibt diese in den _sepapain Parameter des Jobsstatic 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, 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
-
GVMultiLastB2BSEPA
public GVMultiLastB2BSEPA(HBCIPassportInternal passport)
-
GVMultiLastB2BSEPA
public GVMultiLastB2BSEPA(HBCIPassportInternal passport, String lowlevelName, AbstractGVRLastSEPA result)
-
-
Method Detail
-
getLowlevelName
public static String getLowlevelName()
Liefert den Lowlevel-Jobnamen.- Returns:
- der Lowlevel-Jobname.
-
createPainXml
protected void createPainXml()
Description copied from class:AbstractSEPAGVErstellt die XML für diesen Job und schreibt diese in den _sepapain Parameter des Jobs- Overrides:
createPainXmlin classAbstractSEPAGV
-
-