Uses of Enum
org.kapott.hbci.sepa.jaxb.camt_052_001_01.CreditDebitCode
Packages that use CreditDebitCode
-
Uses of CreditDebitCode in org.kapott.hbci.GV.parsers
Methods in org.kapott.hbci.GV.parsers with parameters of type CreditDebitCodeModifier and TypeMethodDescriptionprivate BigDecimalParseCamt05200101.checkDebit(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_01
Fields in org.kapott.hbci.sepa.jaxb.camt_052_001_01 declared as CreditDebitCodeModifier and TypeFieldDescriptionprotected CreditDebitCodeCashBalance1.cdtDbtIndprotected CreditDebitCodeCashBalanceAvailability1.cdtDbtIndprotected CreditDebitCodeCurrencyAndAmountRange.cdtDbtIndprotected CreditDebitCodeNumberAndSumOfTransactions2.cdtDbtIndprotected CreditDebitCodeNumberAndSumOfTransactionsPerBankTransactionCode1.cdtDbtIndprotected CreditDebitCodeReportEntry1.cdtDbtIndprotected CreditDebitCodeTransactionInterest1.cdtDbtIndMethods in org.kapott.hbci.sepa.jaxb.camt_052_001_01 that return CreditDebitCodeModifier and TypeMethodDescriptionstatic CreditDebitCodeCashBalance1.getCdtDbtInd()Gets the value of the cdtDbtInd property.CashBalanceAvailability1.getCdtDbtInd()Gets the value of the cdtDbtInd property.CurrencyAndAmountRange.getCdtDbtInd()Gets the value of the cdtDbtInd property.NumberAndSumOfTransactions2.getCdtDbtInd()Gets the value of the cdtDbtInd property.NumberAndSumOfTransactionsPerBankTransactionCode1.getCdtDbtInd()Gets the value of the cdtDbtInd property.ReportEntry1.getCdtDbtInd()Gets the value of the cdtDbtInd property.TransactionInterest1.getCdtDbtInd()Gets the value of the cdtDbtInd property.static CreditDebitCodeReturns 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_01 with parameters of type CreditDebitCodeModifier and TypeMethodDescriptionvoidCashBalance1.setCdtDbtInd(CreditDebitCode value) Sets the value of the cdtDbtInd property.voidCashBalanceAvailability1.setCdtDbtInd(CreditDebitCode value) Sets the value of the cdtDbtInd property.voidCurrencyAndAmountRange.setCdtDbtInd(CreditDebitCode value) Sets the value of the cdtDbtInd property.voidNumberAndSumOfTransactions2.setCdtDbtInd(CreditDebitCode value) Sets the value of the cdtDbtInd property.voidNumberAndSumOfTransactionsPerBankTransactionCode1.setCdtDbtInd(CreditDebitCode value) Sets the value of the cdtDbtInd property.voidReportEntry1.setCdtDbtInd(CreditDebitCode value) Sets the value of the cdtDbtInd property.voidTransactionInterest1.setCdtDbtInd(CreditDebitCode value) Sets the value of the cdtDbtInd property.