Uses of Class
org.kapott.hbci.structures.Value
-
Packages that use Value Package Description org.kapott.hbci.GV Dieses Package enthält alle Klassen zur internen Repräsentation von (Highlevel-)Jobs.org.kapott.hbci.GV_Result In diesem Package sind Klassen enthalten, die die Ergebnisse von HBCI-Jobs aufnehmen und auswerten.org.kapott.hbci.structures In diesem Package befinden sich einige Klassen, die Datenstrukturen zum besseren Handling oft wiederkehrender Elemente repräsentieren.org.kapott.hbci.swift Dieses Paket enthält Hilfsklassen für die Arbeit mit bankinternen Datenformaten. -
-
Uses of Value in org.kapott.hbci.GV
Methods in org.kapott.hbci.GV that return Value Modifier and Type Method Description static ValueSepaUtil. sumBtgValueObject(java.util.Properties properties)Liefert ein Value-Objekt mit den Summen des Auftrages.Methods in org.kapott.hbci.GV with parameters of type Value Modifier and Type Method Description voidHBCIJob. setParam(java.lang.String paramname, java.lang.Integer index, Value v)voidHBCIJob. setParam(java.lang.String paramname, Value v)Setzen eines komplexen Job-Parameters (Geldbetrag).voidHBCIJobImpl. setParam(java.lang.String paramname, java.lang.Integer index, Value v)voidHBCIJobImpl. setParam(java.lang.String paramname, Value v)Setzen eines komplexen Job-Parameters (Geldbetrag). -
Uses of Value in org.kapott.hbci.GV_Result
Fields in org.kapott.hbci.GV_Result declared as Value Modifier and Type Field Description ValueGVRFestList.Entry. anlagebetragAngelegter GeldbetragValueGVRDauerList.Dauer. aus_newvalueGeänderter Betrag während Aussetzung (Nur gültig, wennaus_availabletrueist) (optional)ValueGVRSaldoReq.Info. availableAktuell verfügbarer Betrag (optional)ValueGVRFestList.Entry.Prolong. betragNeuer Betrag der AnlageValueGVRKUms.UmsLine. charge_valueBetrag für Gebühren des Geldverkehrs (optional)ValueGVRAccInfo.AccInfo. kreditKreditlinie (optional)ValueGVRSaldoReq.Info. kreditKreditlinie (optional)ValueGVRCardList.CardInfo. limitKartenlimit (optional)ValueGVRFestCondList.Cond. maxbetragHöchstanlagebetrag (optional)ValueGVRFestCondList.Cond. minbetragMindestanlagebetragValueGVRKUms.UmsLine. orig_valueUrsprünglicher Betrag (bei ausländischen Buchungen; optional)ValueGVRSaldoReq.Info. usedBereits verfügter Betrag (optional)ValueGVRDauerList.Dauer. valueZu überweisender BetragValueGVRKUms.UmsLine. valueGebuchter BetragValueGVRTermUebList.Entry. valueZu überweisender BetragValueGVRFestList.Entry. zinsbetragVoraussichtlicher Zinsertrag dieser Anlage (optional) -
Uses of Value in org.kapott.hbci.structures
Fields in org.kapott.hbci.structures declared as Value Modifier and Type Field Description ValueLimit. valueValueSaldo. valueBetrag des Saldos.Constructors in org.kapott.hbci.structures with parameters of type Value Constructor Description Value(Value v)Erstellt eine neue Instanz eines Geldbetrag-Objektes als Kopie eines bestehenden Objektes. -
Uses of Value in org.kapott.hbci.swift
Fields in org.kapott.hbci.swift declared as Value Modifier and Type Field Description ValueDTAUS_CH.Transaction. valueValueDTAUS.Transaction. valueGeldbetrag, der bei diesem Einzelauftrag überwiesen (Sammelüberweisungen) bzw.Constructors in org.kapott.hbci.swift with parameters of type Value Constructor Description Transaction(Konto other, Value value)
-