Uses of Enum Class
org.coderic.iso20022.messages.catm.Algorithm26Code
Packages that use Algorithm26Code
-
Uses of Algorithm26Code in org.coderic.iso20022.messages.catm
Methods in org.coderic.iso20022.messages.catm that return Algorithm26CodeModifier and TypeMethodDescriptionstatic Algorithm26CodeAlgorithmIdentification36.getAlgo()Gets the value of the algo property.Parameter16.getDgstAlgo()Gets the value of the dgstAlgo property.Parameter17.getDgstAlgo()Gets the value of the dgstAlgo property.Parameter18.getDgstAlgo()Gets the value of the dgstAlgo property.static Algorithm26CodeReturns the enum constant of this class with the specified name.static Algorithm26Code[]Algorithm26Code.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.coderic.iso20022.messages.catm with parameters of type Algorithm26CodeModifier and TypeMethodDescriptionvoidAlgorithmIdentification36.setAlgo(Algorithm26Code value) Sets the value of the algo property.voidParameter16.setDgstAlgo(Algorithm26Code value) Sets the value of the dgstAlgo property.voidParameter17.setDgstAlgo(Algorithm26Code value) Sets the value of the dgstAlgo property.voidParameter18.setDgstAlgo(Algorithm26Code value) Sets the value of the dgstAlgo property.