Package org.kapott.hbci.GV
Class GVMultiLastB2BSEPA
- java.lang.Object
-
- org.kapott.hbci.GV.HBCIJobImpl
-
- org.kapott.hbci.GV.AbstractSEPAGV
-
- org.kapott.hbci.GV.AbstractGVLastSEPA
-
- org.kapott.hbci.GV.GVLastB2BSEPA
-
- org.kapott.hbci.GV.GVMultiLastB2BSEPA
-
- All Implemented Interfaces:
HBCIJob
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, sepaParams
-
Fields inherited from class org.kapott.hbci.GV.HBCIJobImpl
jobResult
-
-
Constructor Summary
Constructors Constructor Description GVMultiLastB2BSEPA(HBCIHandler handler)
ct.GVMultiLastB2BSEPA(HBCIHandler handler, java.lang.String lowlevelName, AbstractGVRLastSEPA result)
ct.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
createSEPAFromParams()
Erstellt die XML für diesen Job und schreibt diese in den _sepapain Parameter des Jobsstatic java.lang.String
getLowlevelName()
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, getPainVersion, getSEPAGenerator, getSEPAMessageId, getSEPAParam, setLowlevelParam, setSEPAParam, verifyConstraints
-
Methods inherited from class org.kapott.hbci.GV.HBCIJobImpl
acceptsParam, addConstraint, addSignaturePassport, addToQueue, addToQueue, applyOffset, canNationalAcc, checkAccountCRC, createJobSegment, createJobSegment, fillJobResult, fillJobResultFromTanJob, getChallengeParam, getExternalId, getHBCICode, getJobName, getJobParameterNames, getJobRestrictions, getJobResult, getJobResultNames, getLowlevelParams, getMainPassport, getMaxNumberPerMsg, getMinSigs, getName, getOrderAccount, getParentHandler, getSecurityClass, getSegVersion, getSignaturePassports, haveTan, redo, redoAllowed, saveReturnValues, setExternalId, setIdx, setParam, setParam, setParam, setParam, setParam, setParam, setParam, setParam, setParam, setSegVersion, skip, skipped, tanApplied, twoDigitValueInList
-
-
-
-
Constructor Detail
-
GVMultiLastB2BSEPA
public GVMultiLastB2BSEPA(HBCIHandler handler)
ct.- Parameters:
handler
-
-
GVMultiLastB2BSEPA
public GVMultiLastB2BSEPA(HBCIHandler handler, java.lang.String lowlevelName, AbstractGVRLastSEPA result)
ct.- Parameters:
handler
-lowlevelName
-result
-
-
-
Method Detail
-
getLowlevelName
public static java.lang.String getLowlevelName()
Liefert den Lowlevel-Jobnamen.- Returns:
- der Lowlevel-Jobname.
-
createSEPAFromParams
protected void createSEPAFromParams()
Description copied from class:AbstractSEPAGV
Erstellt die XML für diesen Job und schreibt diese in den _sepapain Parameter des Jobs- Overrides:
createSEPAFromParams
in classAbstractSEPAGV
-
-