Uses of Enum Class
org.coderic.iso20022.messages.pain.Frequency6Code
Packages that use Frequency6Code
-
Uses of Frequency6Code in org.coderic.iso20022.messages.pain
Methods in org.coderic.iso20022.messages.pain that return Frequency6CodeModifier and TypeMethodDescriptionstatic Frequency6CodeFrequency36Choice.getTp()Gets the value of the tp property.FrequencyAndMoment1.getTp()Gets the value of the tp property.FrequencyPeriod1.getTp()Gets the value of the tp property.static Frequency6CodeReturns the enum constant of this class with the specified name.static Frequency6Code[]Frequency6Code.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.coderic.iso20022.messages.pain with parameters of type Frequency6CodeModifier and TypeMethodDescriptionvoidFrequency36Choice.setTp(Frequency6Code value) Sets the value of the tp property.voidFrequencyAndMoment1.setTp(Frequency6Code value) Sets the value of the tp property.voidFrequencyPeriod1.setTp(Frequency6Code value) Sets the value of the tp property.