Uses of Class
org.kapott.hbci.sepa.jaxb.pain_008_001_08.Frequency6Code
-
Packages that use Frequency6Code Package Description org.kapott.hbci.sepa.jaxb.pain_008_001_08 -
-
Uses of Frequency6Code in org.kapott.hbci.sepa.jaxb.pain_008_001_08
Fields in org.kapott.hbci.sepa.jaxb.pain_008_001_08 declared as Frequency6Code Modifier and Type Field Description protected Frequency6Code
Frequency36Choice. tp
protected Frequency6Code
FrequencyAndMoment1. tp
protected Frequency6Code
FrequencyPeriod1. tp
Methods in org.kapott.hbci.sepa.jaxb.pain_008_001_08 that return Frequency6Code Modifier and Type Method Description static Frequency6Code
Frequency6Code. fromValue(java.lang.String v)
Frequency6Code
Frequency36Choice. getTp()
Gets the value of the tp property.Frequency6Code
FrequencyAndMoment1. getTp()
Gets the value of the tp property.Frequency6Code
FrequencyPeriod1. getTp()
Gets the value of the tp property.static Frequency6Code
Frequency6Code. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Frequency6Code[]
Frequency6Code. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.kapott.hbci.sepa.jaxb.pain_008_001_08 with parameters of type Frequency6Code Modifier and Type Method Description void
Frequency36Choice. setTp(Frequency6Code value)
Sets the value of the tp property.void
FrequencyAndMoment1. setTp(Frequency6Code value)
Sets the value of the tp property.void
FrequencyPeriod1. setTp(Frequency6Code value)
Sets the value of the tp property.
-