Uses of Class
org.kapott.hbci.sepa.jaxb.camt_052_001_07.Rate4
-
Packages that use Rate4 Package Description org.kapott.hbci.sepa.jaxb.camt_052_001_07 -
-
Uses of Rate4 in org.kapott.hbci.sepa.jaxb.camt_052_001_07
Fields in org.kapott.hbci.sepa.jaxb.camt_052_001_07 declared as Rate4 Modifier and Type Field Description protected Rate4
InterestRecord2. rate
Fields in org.kapott.hbci.sepa.jaxb.camt_052_001_07 with type parameters of type Rate4 Modifier and Type Field Description protected java.util.List<Rate4>
AccountInterest4. rate
Methods in org.kapott.hbci.sepa.jaxb.camt_052_001_07 that return Rate4 Modifier and Type Method Description Rate4
ObjectFactory. createRate4()
Create an instance ofRate4
Rate4
InterestRecord2. getRate()
Gets the value of the rate property.Methods in org.kapott.hbci.sepa.jaxb.camt_052_001_07 that return types with arguments of type Rate4 Modifier and Type Method Description java.util.List<Rate4>
AccountInterest4. getRate()
Gets the value of the rate property.Methods in org.kapott.hbci.sepa.jaxb.camt_052_001_07 with parameters of type Rate4 Modifier and Type Method Description void
InterestRecord2. setRate(Rate4 value)
Sets the value of the rate property.
-