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 BigDecimal
ParseCamt05200101.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 CreditDebitCode
CashBalance1.cdtDbtInd
protected CreditDebitCode
CashBalanceAvailability1.cdtDbtInd
protected CreditDebitCode
CurrencyAndAmountRange.cdtDbtInd
protected CreditDebitCode
NumberAndSumOfTransactions2.cdtDbtInd
protected CreditDebitCode
NumberAndSumOfTransactionsPerBankTransactionCode1.cdtDbtInd
protected CreditDebitCode
ReportEntry1.cdtDbtInd
protected CreditDebitCode
TransactionInterest1.cdtDbtInd
Methods in org.kapott.hbci.sepa.jaxb.camt_052_001_01 that return CreditDebitCodeModifier and TypeMethodDescriptionstatic CreditDebitCode
CashBalance1.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 CreditDebitCode
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_01 with parameters of type CreditDebitCodeModifier and TypeMethodDescriptionvoid
CashBalance1.setCdtDbtInd
(CreditDebitCode value) Sets the value of the cdtDbtInd property.void
CashBalanceAvailability1.setCdtDbtInd
(CreditDebitCode value) Sets the value of the cdtDbtInd property.void
CurrencyAndAmountRange.setCdtDbtInd
(CreditDebitCode value) Sets the value of the cdtDbtInd property.void
NumberAndSumOfTransactions2.setCdtDbtInd
(CreditDebitCode value) Sets the value of the cdtDbtInd property.void
NumberAndSumOfTransactionsPerBankTransactionCode1.setCdtDbtInd
(CreditDebitCode value) Sets the value of the cdtDbtInd property.void
ReportEntry1.setCdtDbtInd
(CreditDebitCode value) Sets the value of the cdtDbtInd property.void
TransactionInterest1.setCdtDbtInd
(CreditDebitCode value) Sets the value of the cdtDbtInd property.