Uses of Enum Class
org.coderic.iso20022.messages.cafc.Response8Code
Packages that use Response8Code
-
Uses of Response8Code in org.coderic.iso20022.messages.cafc
Methods in org.coderic.iso20022.messages.cafc that return Response8CodeModifier and TypeMethodDescriptionstatic Response8CodeResultData10.getRslt()Gets the value of the rslt property.ResultData7.getRslt()Gets the value of the rslt property.static Response8CodeReturns the enum constant of this class with the specified name.static Response8Code[]Response8Code.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.coderic.iso20022.messages.cafc with parameters of type Response8CodeModifier and TypeMethodDescriptionvoidResultData10.setRslt(Response8Code value) Sets the value of the rslt property.voidResultData7.setRslt(Response8Code value) Sets the value of the rslt property.