Uses of Enum Class
org.coderic.iso20022.messages.setr.FormOfSecurity1Code
Packages that use FormOfSecurity1Code
-
Uses of FormOfSecurity1Code in org.coderic.iso20022.messages.setr
Methods in org.coderic.iso20022.messages.setr that return FormOfSecurity1CodeModifier and TypeMethodDescriptionstatic FormOfSecurity1CodeFinancialInstrument57.getSctiesForm()Gets the value of the sctiesForm property.static FormOfSecurity1CodeReturns the enum constant of this class with the specified name.static FormOfSecurity1Code[]FormOfSecurity1Code.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.coderic.iso20022.messages.setr with parameters of type FormOfSecurity1CodeModifier and TypeMethodDescriptionvoidFinancialInstrument57.setSctiesForm(FormOfSecurity1Code value) Sets the value of the sctiesForm property.