Uses of Enum Class
org.coderic.iso20022.messages.sese.NoReasonCode
Packages that use NoReasonCode
-
Uses of NoReasonCode in org.coderic.iso20022.messages.sese
Methods in org.coderic.iso20022.messages.sese that return NoReasonCodeModifier and TypeMethodDescriptionstatic NoReasonCodeAcknowledgedAcceptedStatus33Choice.getNoSpcfdRsn()Gets the value of the noSpcfdRsn property.RejectionOrRepairStatus31Choice.getNoSpcfdRsn()Gets the value of the noSpcfdRsn 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.sese with parameters of type NoReasonCodeModifier and TypeMethodDescriptionvoidAcknowledgedAcceptedStatus33Choice.setNoSpcfdRsn(NoReasonCode value) Sets the value of the noSpcfdRsn property.voidRejectionOrRepairStatus31Choice.setNoSpcfdRsn(NoReasonCode value) Sets the value of the noSpcfdRsn property.