Uses of Enum Class
org.coderic.iso20022.messages.pacs.Priority3Code
Packages that use Priority3Code
-
Uses of Priority3Code in org.coderic.iso20022.messages.pacs
Methods in org.coderic.iso20022.messages.pacs that return Priority3CodeModifier and TypeMethodDescriptionstatic Priority3CodeMultilateralSettlementRequest3.getInstrPrty()Gets the value of the instrPrty property.MultilateralSettlementRequest3.getSttlmPrty()Gets the value of the sttlmPrty property.static Priority3CodeReturns 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.Methods in org.coderic.iso20022.messages.pacs with parameters of type Priority3CodeModifier and TypeMethodDescriptionvoidMultilateralSettlementRequest3.setInstrPrty(Priority3Code value) Sets the value of the instrPrty property.voidMultilateralSettlementRequest3.setSttlmPrty(Priority3Code value) Sets the value of the sttlmPrty property.