Uses of Enum Class
org.coderic.iso20022.messages.catp.MessageFunction11Code
Packages that use MessageFunction11Code
-
Uses of MessageFunction11Code in org.coderic.iso20022.messages.catp
Methods in org.coderic.iso20022.messages.catp that return MessageFunction11CodeModifier and TypeMethodDescriptionstatic MessageFunction11CodeATMMessageFunction2.getFctn()Gets the value of the fctn property.Action7.getReqToPrfrm()Gets the value of the reqToPrfrm property.static MessageFunction11CodeReturns the enum constant of this class with the specified name.static MessageFunction11Code[]MessageFunction11Code.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.coderic.iso20022.messages.catp with parameters of type MessageFunction11CodeModifier and TypeMethodDescriptionvoidATMMessageFunction2.setFctn(MessageFunction11Code value) Sets the value of the fctn property.voidAction7.setReqToPrfrm(MessageFunction11Code value) Sets the value of the reqToPrfrm property.