Package org.kapott.hbci.GV_Result
Class GVRVoP
java.lang.Object
org.kapott.hbci.GV_Result.HBCIJobResultImpl
org.kapott.hbci.GV_Result.GVRVoP
- All Implemented Interfaces:
Serializable,HBCIJobResult
Kapselt die Antwort-Daten des VoP.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classDas Gesamt-Ergebnis der Prüfung.static classPrüfergebnis einer einzelnen VOP-Prüfung.static enumEnum mit den möglichen Rückgabe-Status. -
Field Summary
Fields inherited from class org.kapott.hbci.GV_Result.HBCIJobResultImpl
globStatus, jobStatus -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionLiefert das Ergebnis der Prüfung.voidsetResult(GVRVoP.VoPResult result) Speichert das Ergebnis der Prüfung.Methods inherited from class org.kapott.hbci.GV_Result.HBCIJobResultImpl
getDialogId, getGlobStatus, getJobId, getJobStatus, getMsgNum, getParentJob, getPassport, getResultData, getRetNumber, getRetVal, getSegNum, isOK, setParentJob, storeResult, toString
-
Constructor Details
-
GVRVoP
public GVRVoP()
-
-
Method Details
-
getResult
Liefert das Ergebnis der Prüfung.- Returns:
- das Ergebnis der Prüfung.
-
setResult
Speichert das Ergebnis der Prüfung.- Parameters:
result- das Ergebnis der Prüfung.
-