Uses of Class
org.kapott.hbci.sepa.jaxb.pain_002_001_12.ActiveCurrencyAndAmount
-
Packages that use ActiveCurrencyAndAmount Package Description org.kapott.hbci.sepa.jaxb.pain_002_001_12 -
-
Uses of ActiveCurrencyAndAmount in org.kapott.hbci.sepa.jaxb.pain_002_001_12
Fields in org.kapott.hbci.sepa.jaxb.pain_002_001_12 declared as ActiveCurrencyAndAmount Modifier and Type Field Description protected ActiveCurrencyAndAmount
TrackerRecord1. chrgsAmt
protected ActiveCurrencyAndAmount
TrackerData1. confdAmt
Methods in org.kapott.hbci.sepa.jaxb.pain_002_001_12 that return ActiveCurrencyAndAmount Modifier and Type Method Description ActiveCurrencyAndAmount
ObjectFactory. createActiveCurrencyAndAmount()
Create an instance ofActiveCurrencyAndAmount
ActiveCurrencyAndAmount
TrackerRecord1. getChrgsAmt()
Gets the value of the chrgsAmt property.ActiveCurrencyAndAmount
TrackerData1. getConfdAmt()
Gets the value of the confdAmt property.Methods in org.kapott.hbci.sepa.jaxb.pain_002_001_12 with parameters of type ActiveCurrencyAndAmount Modifier and Type Method Description void
TrackerRecord1. setChrgsAmt(ActiveCurrencyAndAmount value)
Sets the value of the chrgsAmt property.void
TrackerData1. setConfdAmt(ActiveCurrencyAndAmount value)
Sets the value of the confdAmt property.
-