Uses of Class
org.kapott.hbci.sepa.jaxb.camt_052_001_08.CreditDebitCode
-
Packages that use CreditDebitCode Package Description org.kapott.hbci.GV.parsers org.kapott.hbci.sepa.jaxb.camt_052_001_08 -
-
Uses of CreditDebitCode in org.kapott.hbci.GV.parsers
Methods in org.kapott.hbci.GV.parsers with parameters of type CreditDebitCode Modifier and Type Method Description private java.math.BigDecimal
ParseCamt05200108. checkDebit(java.math.BigDecimal d, CreditDebitCode code)
Prueft, ob es sich um einen Soll-Betrag handelt und setzt in dem Fall ein negatives Vorzeichen vor den Wert. -
Uses of CreditDebitCode in org.kapott.hbci.sepa.jaxb.camt_052_001_08
Fields in org.kapott.hbci.sepa.jaxb.camt_052_001_08 declared as CreditDebitCode Modifier and Type Field Description protected CreditDebitCode
ActiveOrHistoricCurrencyAndAmountRange2. cdtDbtInd
protected CreditDebitCode
AmountAndDirection35. cdtDbtInd
protected CreditDebitCode
BatchInformation2. cdtDbtInd
protected CreditDebitCode
CashAvailability1. cdtDbtInd
protected CreditDebitCode
CashBalance8. cdtDbtInd
protected CreditDebitCode
ChargesRecord3. cdtDbtInd
protected CreditDebitCode
DocumentAdjustment1. cdtDbtInd
protected CreditDebitCode
EntryTransaction10. cdtDbtInd
protected CreditDebitCode
InterestRecord2. cdtDbtInd
protected CreditDebitCode
ReportEntry10. cdtDbtInd
Methods in org.kapott.hbci.sepa.jaxb.camt_052_001_08 that return CreditDebitCode Modifier and Type Method Description static CreditDebitCode
CreditDebitCode. fromValue(java.lang.String v)
CreditDebitCode
ActiveOrHistoricCurrencyAndAmountRange2. getCdtDbtInd()
Gets the value of the cdtDbtInd property.CreditDebitCode
AmountAndDirection35. getCdtDbtInd()
Gets the value of the cdtDbtInd property.CreditDebitCode
BatchInformation2. getCdtDbtInd()
Gets the value of the cdtDbtInd property.CreditDebitCode
CashAvailability1. getCdtDbtInd()
Gets the value of the cdtDbtInd property.CreditDebitCode
CashBalance8. getCdtDbtInd()
Gets the value of the cdtDbtInd property.CreditDebitCode
ChargesRecord3. getCdtDbtInd()
Gets the value of the cdtDbtInd property.CreditDebitCode
DocumentAdjustment1. getCdtDbtInd()
Gets the value of the cdtDbtInd property.CreditDebitCode
EntryTransaction10. getCdtDbtInd()
Gets the value of the cdtDbtInd property.CreditDebitCode
InterestRecord2. getCdtDbtInd()
Gets the value of the cdtDbtInd property.CreditDebitCode
ReportEntry10. getCdtDbtInd()
Gets the value of the cdtDbtInd property.static CreditDebitCode
CreditDebitCode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CreditDebitCode[]
CreditDebitCode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.kapott.hbci.sepa.jaxb.camt_052_001_08 with parameters of type CreditDebitCode Modifier and Type Method Description void
ActiveOrHistoricCurrencyAndAmountRange2. setCdtDbtInd(CreditDebitCode value)
Sets the value of the cdtDbtInd property.void
AmountAndDirection35. setCdtDbtInd(CreditDebitCode value)
Sets the value of the cdtDbtInd property.void
BatchInformation2. setCdtDbtInd(CreditDebitCode value)
Sets the value of the cdtDbtInd property.void
CashAvailability1. setCdtDbtInd(CreditDebitCode value)
Sets the value of the cdtDbtInd property.void
CashBalance8. setCdtDbtInd(CreditDebitCode value)
Sets the value of the cdtDbtInd property.void
ChargesRecord3. setCdtDbtInd(CreditDebitCode value)
Sets the value of the cdtDbtInd property.void
DocumentAdjustment1. setCdtDbtInd(CreditDebitCode value)
Sets the value of the cdtDbtInd property.void
EntryTransaction10. setCdtDbtInd(CreditDebitCode value)
Sets the value of the cdtDbtInd property.void
InterestRecord2. setCdtDbtInd(CreditDebitCode value)
Sets the value of the cdtDbtInd property.void
ReportEntry10. setCdtDbtInd(CreditDebitCode value)
Sets the value of the cdtDbtInd property.
-