Uses of Class
org.kapott.hbci.structures.Value

Packages that use Value
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 with parameters of type Value
 void HBCIJob.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
 Value GVRAccInfo.AccInfo.kredit
          Kreditlinie (optional)
 Value GVRCardList.CardInfo.limit
          Kartenlimit (optional)
 Value GVRDauerList.Dauer.value
          Zu überweisender Betrag
 Value GVRDauerList.Dauer.aus_newvalue
          Geänderter Betrag während Aussetzung (Nur gültig, wenn aus_available true ist) (optional)
 Value GVRFestCondList.Cond.minbetrag
          Mindestanlagebetrag
 Value GVRFestCondList.Cond.maxbetrag
          Höchstanlagebetrag (optional)
 Value GVRFestList.Entry.anlagebetrag
          Angelegter Geldbetrag
 Value GVRFestList.Entry.zinsbetrag
          Voraussichtlicher Zinsertrag dieser Anlage (optional)
 Value GVRFestList.Entry.Prolong.betrag
          Neuer Betrag der Anlage
 Value GVRKUms.UmsLine.value
          Gebuchter Betrag
 Value GVRKUms.UmsLine.orig_value
          Ursprünglicher Betrag (bei ausländischen Buchungen; optional)
 Value GVRKUms.UmsLine.charge_value
          Betrag für Gebühren des Geldverkehrs (optional)
 Value GVRSaldoReq.Info.kredit
          Kreditlinie (optional)
 Value GVRSaldoReq.Info.available
          Aktuell verfügbarer Betrag (optional)
 Value GVRSaldoReq.Info.used
          Bereits verfügter Betrag (optional)
 Value GVRTermUebList.Entry.value
          Zu überweisender Betrag
 Value GVRWPDepotList.Entry.total
          Gesamtwert des Depots (optional!)
 Value GVRWPDepotList.Entry.Gattung.price
          Preis pro Einheit (optional).
 Value GVRWPDepotList.Entry.Gattung.saldo
          Gesamtsaldo dieser Gattung.
 Value GVRWPDepotList.Entry.Gattung.depotwert
          Kurswert zum Gesamtsaldo GVRWPDepotList.Entry.Gattung.saldo (optional)
 Value GVRWPDepotList.Entry.Gattung.stueckzinsbetrag
          Betrag der Stückzinsen (optional)
 Value GVRWPDepotList.Entry.Gattung.einstandspreis
          Einstandspreis/-kurs (optional).
 Value GVRWPDepotList.Entry.Gattung.kontraktbasispreis
           
 Value GVRWPDepotList.Entry.Gattung.SubSaldo.saldo
          Saldobetrag.
 

Uses of Value in org.kapott.hbci.structures
 

Fields in org.kapott.hbci.structures declared as Value
 Value Saldo.value
          Betrag des Saldos.
 

Constructors in org.kapott.hbci.structures with parameters of type Value
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
 Value DTAUS.Transaction.value
          Geldbetrag, der bei diesem Einzelauftrag überwiesen (Sammelüberweisungen) bzw. eingezogen (Sammellastschriften) werden soll
 Value DTAUS_CH.Transaction.value
           
 

Constructors in org.kapott.hbci.swift with parameters of type Value
DTAUS_CH.Transaction(Konto other, Value value)