Uses of Class
org.kapott.hbci.sepa.jaxb.camt_052_001_02.CreditDebitCode
-
Packages that use CreditDebitCode Package Description org.kapott.hbci.sepa.jaxb.camt_052_001_02 -
-
Uses of CreditDebitCode in org.kapott.hbci.sepa.jaxb.camt_052_001_02
Fields in org.kapott.hbci.sepa.jaxb.camt_052_001_02 declared as CreditDebitCode Modifier and Type Field Description protected CreditDebitCode
BatchInformation2. cdtDbtInd
protected CreditDebitCode
CashBalance3. cdtDbtInd
protected CreditDebitCode
CashBalanceAvailability2. cdtDbtInd
protected CreditDebitCode
ChargesInformation6. cdtDbtInd
protected CreditDebitCode
CurrencyAndAmountRange2. cdtDbtInd
protected CreditDebitCode
DocumentAdjustment1. cdtDbtInd
protected CreditDebitCode
NumberAndSumOfTransactions2. cdtDbtInd
protected CreditDebitCode
ReportEntry2. cdtDbtInd
protected CreditDebitCode
TotalsPerBankTransactionCode2. cdtDbtInd
protected CreditDebitCode
TransactionInterest2. cdtDbtInd
Methods in org.kapott.hbci.sepa.jaxb.camt_052_001_02 that return CreditDebitCode Modifier and Type Method Description static CreditDebitCode
CreditDebitCode. fromValue(java.lang.String v)
CreditDebitCode
BatchInformation2. getCdtDbtInd()
Gets the value of the cdtDbtInd property.CreditDebitCode
CashBalance3. getCdtDbtInd()
Gets the value of the cdtDbtInd property.CreditDebitCode
CashBalanceAvailability2. getCdtDbtInd()
Gets the value of the cdtDbtInd property.CreditDebitCode
ChargesInformation6. getCdtDbtInd()
Gets the value of the cdtDbtInd property.CreditDebitCode
CurrencyAndAmountRange2. getCdtDbtInd()
Gets the value of the cdtDbtInd property.CreditDebitCode
DocumentAdjustment1. getCdtDbtInd()
Gets the value of the cdtDbtInd property.CreditDebitCode
NumberAndSumOfTransactions2. getCdtDbtInd()
Gets the value of the cdtDbtInd property.CreditDebitCode
ReportEntry2. getCdtDbtInd()
Gets the value of the cdtDbtInd property.CreditDebitCode
TotalsPerBankTransactionCode2. getCdtDbtInd()
Gets the value of the cdtDbtInd property.CreditDebitCode
TransactionInterest2. 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_02 with parameters of type CreditDebitCode Modifier and Type Method Description void
BatchInformation2. setCdtDbtInd(CreditDebitCode value)
Sets the value of the cdtDbtInd property.void
CashBalance3. setCdtDbtInd(CreditDebitCode value)
Sets the value of the cdtDbtInd property.void
CashBalanceAvailability2. setCdtDbtInd(CreditDebitCode value)
Sets the value of the cdtDbtInd property.void
ChargesInformation6. 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
NumberAndSumOfTransactions2. setCdtDbtInd(CreditDebitCode value)
Sets the value of the cdtDbtInd property.void
ReportEntry2. setCdtDbtInd(CreditDebitCode value)
Sets the value of the cdtDbtInd property.void
TotalsPerBankTransactionCode2. setCdtDbtInd(CreditDebitCode value)
Sets the value of the cdtDbtInd property.void
TransactionInterest2. setCdtDbtInd(CreditDebitCode value)
Sets the value of the cdtDbtInd property.
-