Uses of Enum Class
org.coderic.iso20022.messages.cafm.Algorithm16Code
Packages that use Algorithm16Code
-
Uses of Algorithm16Code in org.coderic.iso20022.messages.cafm
Methods in org.coderic.iso20022.messages.cafm that return Algorithm16CodeModifier and TypeMethodDescriptionstatic Algorithm16CodeAlgorithmIdentification21.getAlgo()Gets the value of the algo property.Parameter10.getDgstAlgo()Gets the value of the dgstAlgo property.Parameter11.getDgstAlgo()Gets the value of the dgstAlgo property.Parameter9.getDgstAlgo()Gets the value of the dgstAlgo property.static Algorithm16CodeReturns the enum constant of this class with the specified name.static Algorithm16Code[]Algorithm16Code.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.coderic.iso20022.messages.cafm with parameters of type Algorithm16CodeModifier and TypeMethodDescriptionvoidAlgorithmIdentification21.setAlgo(Algorithm16Code value) Sets the value of the algo property.voidParameter10.setDgstAlgo(Algorithm16Code value) Sets the value of the dgstAlgo property.voidParameter11.setDgstAlgo(Algorithm16Code value) Sets the value of the dgstAlgo property.voidParameter9.setDgstAlgo(Algorithm16Code value) Sets the value of the dgstAlgo property.