Uses of Enum Class
org.coderic.iso20022.messages.seev.CreditDebitCode
Packages that use CreditDebitCode
-
Uses of CreditDebitCode in org.coderic.iso20022.messages.seev
Methods in org.coderic.iso20022.messages.seev that return CreditDebitCodeModifier and TypeMethodDescriptionstatic CreditDebitCodeCashOption91.getCdtDbtInd()Gets the value of the cdtDbtInd property.SecuritiesOption76.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.seev with parameters of type CreditDebitCodeModifier and TypeMethodDescriptionvoidCashOption91.setCdtDbtInd(CreditDebitCode value) Sets the value of the cdtDbtInd property.voidSecuritiesOption76.setCdtDbtInd(CreditDebitCode value) Sets the value of the cdtDbtInd property.