Uses of Enum
org.kapott.hbci.sepa.jaxb.camt_052_001_06.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
ParseCamt05200106.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_06
Fields in org.kapott.hbci.sepa.jaxb.camt_052_001_06 declared as CreditDebitCodeModifier and TypeFieldDescriptionprotected CreditDebitCode
AmountAndDirection35.cdtDbtInd
protected CreditDebitCode
BatchInformation2.cdtDbtInd
protected CreditDebitCode
CashAvailability1.cdtDbtInd
protected CreditDebitCode
CashBalance7.cdtDbtInd
protected CreditDebitCode
ChargesRecord2.cdtDbtInd
protected CreditDebitCode
CurrencyAndAmountRange2.cdtDbtInd
protected CreditDebitCode
DocumentAdjustment1.cdtDbtInd
protected CreditDebitCode
EntryTransaction8.cdtDbtInd
protected CreditDebitCode
InterestRecord1.cdtDbtInd
protected CreditDebitCode
ReportEntry8.cdtDbtInd
Methods in org.kapott.hbci.sepa.jaxb.camt_052_001_06 that return CreditDebitCodeModifier and TypeMethodDescriptionstatic CreditDebitCode
AmountAndDirection35.getCdtDbtInd()
Gets the value of the cdtDbtInd property.BatchInformation2.getCdtDbtInd()
Gets the value of the cdtDbtInd property.CashAvailability1.getCdtDbtInd()
Gets the value of the cdtDbtInd property.CashBalance7.getCdtDbtInd()
Gets the value of the cdtDbtInd property.ChargesRecord2.getCdtDbtInd()
Gets the value of the cdtDbtInd property.CurrencyAndAmountRange2.getCdtDbtInd()
Gets the value of the cdtDbtInd property.DocumentAdjustment1.getCdtDbtInd()
Gets the value of the cdtDbtInd property.EntryTransaction8.getCdtDbtInd()
Gets the value of the cdtDbtInd property.InterestRecord1.getCdtDbtInd()
Gets the value of the cdtDbtInd property.ReportEntry8.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_06 with parameters of type CreditDebitCodeModifier and TypeMethodDescriptionvoid
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
CashBalance7.setCdtDbtInd
(CreditDebitCode value) Sets the value of the cdtDbtInd property.void
ChargesRecord2.setCdtDbtInd
(CreditDebitCode value) Sets the value of the cdtDbtInd property.void
CurrencyAndAmountRange2.setCdtDbtInd
(CreditDebitCode value) Sets the value of the cdtDbtInd property.void
DocumentAdjustment1.setCdtDbtInd
(CreditDebitCode value) Sets the value of the cdtDbtInd property.void
EntryTransaction8.setCdtDbtInd
(CreditDebitCode value) Sets the value of the cdtDbtInd property.void
InterestRecord1.setCdtDbtInd
(CreditDebitCode value) Sets the value of the cdtDbtInd property.void
ReportEntry8.setCdtDbtInd
(CreditDebitCode value) Sets the value of the cdtDbtInd property.