Uses of Enum Class
org.coderic.iso20022.messages.auth.NoReasonCode
Packages that use NoReasonCode
-
Uses of NoReasonCode in org.coderic.iso20022.messages.auth
Methods in org.coderic.iso20022.messages.auth that return NoReasonCodeModifier and TypeMethodDescriptionstatic NoReasonCodeExecutingParty2Choice.getClnt()Gets the value of the clnt property.static NoReasonCodeReturns the enum constant of this class with the specified name.static NoReasonCode[]NoReasonCode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.coderic.iso20022.messages.auth with parameters of type NoReasonCodeModifier and TypeMethodDescriptionvoidExecutingParty2Choice.setClnt(NoReasonCode value) Sets the value of the clnt property.