Package org.kapott.hbci.GV
Class GVInstantUebSEPA
- java.lang.Object
-
- org.kapott.hbci.GV.AbstractHBCIJob
-
- org.kapott.hbci.GV.AbstractSEPAGV
-
- org.kapott.hbci.GV.GVUebSEPA
-
- org.kapott.hbci.GV.GVInstantUebSEPA
-
public class GVInstantUebSEPA extends GVUebSEPA
Job-Implementierung fuer Instant SEPA-Ueberweisungen.
-
-
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 GVInstantUebSEPA(HBCIPassportInternal passport)GVInstantUebSEPA(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()voidverifyConstraints()Bei SEPA Geschäftsvorfällen müssen wir verifyConstraints überschreiben um die SEPA XML zu generieren-
Methods inherited from class org.kapott.hbci.GV.GVUebSEPA
getDefaultPainVersion, getPainJobName, getPainType
-
Methods inherited from class org.kapott.hbci.GV.AbstractSEPAGV
addConstraint, createPainXml, getLowlevelParam, getPainMessageId, getPainVersion, getRawData, setLowlevelParam
-
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
-
GVInstantUebSEPA
public GVInstantUebSEPA(HBCIPassportInternal passport)
-
GVInstantUebSEPA
public GVInstantUebSEPA(HBCIPassportInternal passport, String name)
-
-
Method Detail
-
verifyConstraints
public void verifyConstraints()
Description copied from class:AbstractSEPAGVBei SEPA Geschäftsvorfällen müssen wir verifyConstraints überschreiben um die SEPA XML zu generieren- Overrides:
verifyConstraintsin classAbstractSEPAGV
-
getLowlevelName
public static String getLowlevelName()
-
extractResults
protected void extractResults(HBCIMsgStatus msgstatus, String header, int idx)
- Overrides:
extractResultsin classAbstractHBCIJob
-
-