Package org.kapott.hbci.GV
Class AbstractGVLastSEPA
- java.lang.Object
-
- org.kapott.hbci.GV.HBCIJobImpl
-
- org.kapott.hbci.GV.AbstractSEPAGV
-
- org.kapott.hbci.GV.AbstractGVLastSEPA
-
- All Implemented Interfaces:
HBCIJob
- Direct Known Subclasses:
GVLastB2BSEPA
,GVLastCOR1SEPA
,GVLastSEPA
public abstract class AbstractGVLastSEPA extends AbstractSEPAGV
Abstrakte Basisklasse fuer die terminierten SEPA-Lastschriften.
-
-
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 AbstractGVLastSEPA(HBCIHandler handler, java.lang.String lowlevelName, AbstractGVRLastSEPA result)
ct.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
extractResults(HBCIMsgStatus msgstatus, java.lang.String header, int idx)
protected SepaVersion
getDefaultPainVersion()
Liefert die Default-PAIN-Version, das verwendet werden soll, wenn von der Bank keine geliefert wurden.java.lang.String
getPainJobName()
Referenzierter pain-Jobname.protected SepaVersion.Type
getPainType()
Liefert den PAIN-Type.-
Methods inherited from class org.kapott.hbci.GV.AbstractSEPAGV
addConstraint, createSEPAFromParams, getLowlevelParam, getPainVersion, getSEPAGenerator, getSEPAMessageId, getSEPAParam, setLowlevelParam, setSEPAParam, verifyConstraints
-
Methods inherited from class org.kapott.hbci.GV.HBCIJobImpl
acceptsParam, addConstraint, addSignaturePassport, addToQueue, addToQueue, canNationalAcc, checkAccountCRC, createJobSegment, createJobSegment, fillJobResult, getChallengeParam, getExternalId, getHBCICode, getJobName, getJobParameterNames, getJobRestrictions, getJobResult, getJobResultNames, getLowlevelParams, getMainPassport, getMaxNumberPerMsg, getMinSigs, getName, getOrderAccount, getParentHandler, getSecurityClass, getSegVersion, getSignaturePassports, needsContinue, saveReturnValues, setContinueOffset, setExternalId, setIdx, setParam, setParam, setParam, setParam, setParam, setParam, setParam, setParam, setParam, setSegVersion, twoDigitValueInList
-
-
-
-
Constructor Detail
-
AbstractGVLastSEPA
public AbstractGVLastSEPA(HBCIHandler handler, java.lang.String lowlevelName, AbstractGVRLastSEPA result)
ct.- Parameters:
handler
-lowlevelName
- der Lowlevel-GV-Name.result
- der Result-Container.
-
-
Method Detail
-
getDefaultPainVersion
protected SepaVersion getDefaultPainVersion()
Description copied from class:AbstractSEPAGV
Liefert die Default-PAIN-Version, das verwendet werden soll, wenn von der Bank keine geliefert wurden.- Specified by:
getDefaultPainVersion
in classAbstractSEPAGV
- Returns:
- Default-Pain-Version.
- See Also:
AbstractSEPAGV.getDefaultPainVersion()
-
getPainType
protected SepaVersion.Type getPainType()
Description copied from class:AbstractSEPAGV
Liefert den PAIN-Type.- Specified by:
getPainType
in classAbstractSEPAGV
- Returns:
- der PAIN-Type.
- See Also:
AbstractSEPAGV.getPainType()
-
getPainJobName
public java.lang.String getPainJobName()
Description copied from class:AbstractSEPAGV
Referenzierter pain-Jobname. Bei vielen Geschäftsvorfällen (z.B. Daueraufträgen) wird die pain der Einzeltransaktion verwendet.- Overrides:
getPainJobName
in classAbstractSEPAGV
- Returns:
- Value
- See Also:
AbstractSEPAGV.getPainJobName()
-
extractResults
protected void extractResults(HBCIMsgStatus msgstatus, java.lang.String header, int idx)
- Overrides:
extractResults
in classHBCIJobImpl
- See Also:
HBCIJobImpl.extractResults(org.kapott.hbci.status.HBCIMsgStatus, java.lang.String, int)
-
-