Uses of Enum Class
org.coderic.iso20022.messages.caaa.Response9Code
Packages that use Response9Code
-
Uses of Response9Code in org.coderic.iso20022.messages.caaa
Methods in org.coderic.iso20022.messages.caaa that return Response9CodeModifier and TypeMethodDescriptionstatic Response9CodeCardPaymentTransactionAdviceResponse8.getRspn()Gets the value of the rspn property.ResponseType10.getRspn()Gets the value of the rspn property.static Response9CodeReturns the enum constant of this class with the specified name.static Response9Code[]Response9Code.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.coderic.iso20022.messages.caaa with parameters of type Response9CodeModifier and TypeMethodDescriptionvoidCardPaymentTransactionAdviceResponse8.setRspn(Response9Code value) Sets the value of the rspn property.voidResponseType10.setRspn(Response9Code value) Sets the value of the rspn property.