Package org.kapott.hbci.GV
Class GVDauerSEPAList
- java.lang.Object
-
- org.kapott.hbci.GV.AbstractHBCIJob
-
- org.kapott.hbci.GV.AbstractSEPAGV
-
- org.kapott.hbci.GV.GVDauerSEPAList
-
public final class GVDauerSEPAList extends AbstractSEPAGV
-
-
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 GVDauerSEPAList(HBCIPassportInternal passport)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidextractResults(HBCIMsgStatus msgstatus, String header, int idx)protected SepaVersiongetDefaultPainVersion()Liefert die Default-PAIN-Version, das verwendet werden soll, wenn von der Bank keine geliefert wurden.static StringgetLowlevelName()StringgetPainJobName()Referenzierter painVersion-Jobname.protected SepaVersion.TypegetPainType()Liefert den PAIN-Type.-
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
-
GVDauerSEPAList
public GVDauerSEPAList(HBCIPassportInternal passport)
-
-
Method Detail
-
getLowlevelName
public static String getLowlevelName()
-
getDefaultPainVersion
protected SepaVersion getDefaultPainVersion()
Description copied from class:AbstractSEPAGVLiefert die Default-PAIN-Version, das verwendet werden soll, wenn von der Bank keine geliefert wurden.- Specified by:
getDefaultPainVersionin classAbstractSEPAGV- Returns:
- Default-Pain-Version.
- See Also:
AbstractSEPAGV.getDefaultPainVersion()
-
getPainType
protected SepaVersion.Type getPainType()
Description copied from class:AbstractSEPAGVLiefert den PAIN-Type.- Specified by:
getPainTypein classAbstractSEPAGV- Returns:
- der PAIN-Type.
- See Also:
AbstractSEPAGV.getPainType()
-
extractResults
protected void extractResults(HBCIMsgStatus msgstatus, String header, int idx)
- Overrides:
extractResultsin classAbstractHBCIJob- See Also:
AbstractHBCIJob.extractResults(org.kapott.hbci.status.HBCIMsgStatus, java.lang.String, int)
-
getPainJobName
public String getPainJobName()
Description copied from class:AbstractSEPAGVReferenzierter painVersion-Jobname. Bei vielen Geschäftsvorfällen (z.B. Daueraufträgen) wird die painVersion der Einzeltransaktion verwendet.- Specified by:
getPainJobNamein classAbstractSEPAGV- Returns:
- Value
-
-