Uses of Enum Class
org.coderic.iso20022.messages.camt.CreditDebitCode
-
Uses of CreditDebitCode in org.coderic.iso20022.messages.camt
Modifier and TypeMethodDescriptionstatic CreditDebitCode
BookingConfirmation1.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 CreditDebitCode
Returns 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.Modifier and TypeMethodDescriptionvoid
BookingConfirmation1.setCdtDbtInd
(CreditDebitCode value) Sets the value of the cdtDbtInd property.void
ChargesRecord3.setCdtDbtInd
(CreditDebitCode value) Sets the value of the cdtDbtInd property.void
DocumentAdjustment1.setCdtDbtInd
(CreditDebitCode value) Sets the value of the cdtDbtInd property.