Uses of Enum Class
org.coderic.iso20022.messages.seev.CreditDebitCode
-
Uses of CreditDebitCode in org.coderic.iso20022.messages.seev
Modifier and TypeMethodDescriptionstatic CreditDebitCode
CashOption91.getCdtDbtInd()
Gets the value of the cdtDbtInd property.SecuritiesOption76.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
CashOption91.setCdtDbtInd
(CreditDebitCode value) Sets the value of the cdtDbtInd property.void
SecuritiesOption76.setCdtDbtInd
(CreditDebitCode value) Sets the value of the cdtDbtInd property.