Uses of Enum Class
org.coderic.iso20022.messages.pacs.Priority3Code
-
Uses of Priority3Code in org.coderic.iso20022.messages.pacs
Modifier and TypeMethodDescriptionstatic Priority3Code
MultilateralSettlementRequest3.getInstrPrty()
Gets the value of the instrPrty property.MultilateralSettlementRequest3.getSttlmPrty()
Gets the value of the sttlmPrty property.static Priority3Code
Returns the enum constant of this class with the specified name.static Priority3Code[]
Priority3Code.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
MultilateralSettlementRequest3.setInstrPrty
(Priority3Code value) Sets the value of the instrPrty property.void
MultilateralSettlementRequest3.setSttlmPrty
(Priority3Code value) Sets the value of the sttlmPrty property.