Uses of Class
org.kapott.hbci.sepa.jaxb.camt_052_001_08.AmountRangeBoundary1
-
Packages that use AmountRangeBoundary1 Package Description org.kapott.hbci.sepa.jaxb.camt_052_001_08 -
-
Uses of AmountRangeBoundary1 in org.kapott.hbci.sepa.jaxb.camt_052_001_08
Fields in org.kapott.hbci.sepa.jaxb.camt_052_001_08 declared as AmountRangeBoundary1 Modifier and Type Field Description protected AmountRangeBoundary1
FromToAmountRange1. frAmt
protected AmountRangeBoundary1
ImpliedCurrencyAmountRange1Choice. frAmt
protected AmountRangeBoundary1
FromToAmountRange1. toAmt
protected AmountRangeBoundary1
ImpliedCurrencyAmountRange1Choice. toAmt
Methods in org.kapott.hbci.sepa.jaxb.camt_052_001_08 that return AmountRangeBoundary1 Modifier and Type Method Description AmountRangeBoundary1
ObjectFactory. createAmountRangeBoundary1()
Create an instance ofAmountRangeBoundary1
AmountRangeBoundary1
FromToAmountRange1. getFrAmt()
Gets the value of the frAmt property.AmountRangeBoundary1
ImpliedCurrencyAmountRange1Choice. getFrAmt()
Gets the value of the frAmt property.AmountRangeBoundary1
FromToAmountRange1. getToAmt()
Gets the value of the toAmt property.AmountRangeBoundary1
ImpliedCurrencyAmountRange1Choice. getToAmt()
Gets the value of the toAmt property.Methods in org.kapott.hbci.sepa.jaxb.camt_052_001_08 with parameters of type AmountRangeBoundary1 Modifier and Type Method Description void
FromToAmountRange1. setFrAmt(AmountRangeBoundary1 value)
Sets the value of the frAmt property.void
ImpliedCurrencyAmountRange1Choice. setFrAmt(AmountRangeBoundary1 value)
Sets the value of the frAmt property.void
FromToAmountRange1. setToAmt(AmountRangeBoundary1 value)
Sets the value of the toAmt property.void
ImpliedCurrencyAmountRange1Choice. setToAmt(AmountRangeBoundary1 value)
Sets the value of the toAmt property.
-