Uses of Enum Class
org.coderic.iso20022.messages.camt.CreditDebitCode
Packages that use CreditDebitCode
-
Uses of CreditDebitCode in org.coderic.iso20022.messages.camt
Methods in org.coderic.iso20022.messages.camt that return CreditDebitCodeModifier and TypeMethodDescriptionstatic CreditDebitCodeBookingConfirmation1.getCdtDbtInd()Gets the value of the cdtDbtInd property.ChargesRecord3.getCdtDbtInd()Gets the value of the cdtDbtInd property.DocumentAdjustment1.getCdtDbtInd()Gets the value of the cdtDbtInd property.static CreditDebitCodeReturns the enum constant of this class with the specified name.static CreditDebitCode[]CreditDebitCode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.coderic.iso20022.messages.camt with parameters of type CreditDebitCodeModifier and TypeMethodDescriptionvoidBookingConfirmation1.setCdtDbtInd(CreditDebitCode value) Sets the value of the cdtDbtInd property.voidChargesRecord3.setCdtDbtInd(CreditDebitCode value) Sets the value of the cdtDbtInd property.voidDocumentAdjustment1.setCdtDbtInd(CreditDebitCode value) Sets the value of the cdtDbtInd property.