Uses of Class
org.kapott.hbci.sepa.jaxb.camt_052_001_03.AmountRangeBoundary1
Packages that use AmountRangeBoundary1
-
Uses of AmountRangeBoundary1 in org.kapott.hbci.sepa.jaxb.camt_052_001_03
Fields in org.kapott.hbci.sepa.jaxb.camt_052_001_03 declared as AmountRangeBoundary1Modifier and TypeFieldDescriptionprotected AmountRangeBoundary1
FromToAmountRange.frAmt
protected AmountRangeBoundary1
ImpliedCurrencyAmountRangeChoice.frAmt
protected AmountRangeBoundary1
FromToAmountRange.toAmt
protected AmountRangeBoundary1
ImpliedCurrencyAmountRangeChoice.toAmt
Methods in org.kapott.hbci.sepa.jaxb.camt_052_001_03 that return AmountRangeBoundary1Modifier and TypeMethodDescriptionObjectFactory.createAmountRangeBoundary1()
Create an instance ofAmountRangeBoundary1
FromToAmountRange.getFrAmt()
Gets the value of the frAmt property.ImpliedCurrencyAmountRangeChoice.getFrAmt()
Gets the value of the frAmt property.FromToAmountRange.getToAmt()
Gets the value of the toAmt property.ImpliedCurrencyAmountRangeChoice.getToAmt()
Gets the value of the toAmt property.Methods in org.kapott.hbci.sepa.jaxb.camt_052_001_03 with parameters of type AmountRangeBoundary1Modifier and TypeMethodDescriptionvoid
FromToAmountRange.setFrAmt
(AmountRangeBoundary1 value) Sets the value of the frAmt property.void
ImpliedCurrencyAmountRangeChoice.setFrAmt
(AmountRangeBoundary1 value) Sets the value of the frAmt property.void
FromToAmountRange.setToAmt
(AmountRangeBoundary1 value) Sets the value of the toAmt property.void
ImpliedCurrencyAmountRangeChoice.setToAmt
(AmountRangeBoundary1 value) Sets the value of the toAmt property.