Uses of Enum Class
org.coderic.iso20022.messages.seev.NoReasonCode
Packages that use NoReasonCode
-
Uses of NoReasonCode in org.coderic.iso20022.messages.seev
Methods in org.coderic.iso20022.messages.seev that return NoReasonCodeModifier and TypeMethodDescriptionstatic NoReasonCodeCancelledStatus11Choice.getNoSpcfdRsn()Gets the value of the noSpcfdRsn property.NoSpecifiedReason1.getNoSpcfdRsn()Gets the value of the noSpcfdRsn property.RejectedStatus38Choice.getNoSpcfdRsn()Gets the value of the noSpcfdRsn property.PendingCancellationStatus11Choice.getNotSpcfdRsn()Gets the value of the notSpcfdRsn 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.seev with parameters of type NoReasonCodeModifier and TypeMethodDescriptionvoidCancelledStatus11Choice.setNoSpcfdRsn(NoReasonCode value) Sets the value of the noSpcfdRsn property.voidNoSpecifiedReason1.setNoSpcfdRsn(NoReasonCode value) Sets the value of the noSpcfdRsn property.voidRejectedStatus38Choice.setNoSpcfdRsn(NoReasonCode value) Sets the value of the noSpcfdRsn property.voidPendingCancellationStatus11Choice.setNotSpcfdRsn(NoReasonCode value) Sets the value of the notSpcfdRsn property.