Uses of Enum Class
org.coderic.iso20022.messages.seev.NoReasonCode
-
Uses of NoReasonCode in org.coderic.iso20022.messages.seev
Modifier and TypeMethodDescriptionstatic NoReasonCode
CancelledStatus11Choice.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 NoReasonCode
Returns 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.Modifier and TypeMethodDescriptionvoid
CancelledStatus11Choice.setNoSpcfdRsn
(NoReasonCode value) Sets the value of the noSpcfdRsn property.void
NoSpecifiedReason1.setNoSpcfdRsn
(NoReasonCode value) Sets the value of the noSpcfdRsn property.void
RejectedStatus38Choice.setNoSpcfdRsn
(NoReasonCode value) Sets the value of the noSpcfdRsn property.void
PendingCancellationStatus11Choice.setNotSpcfdRsn
(NoReasonCode value) Sets the value of the notSpcfdRsn property.