Class FromToAmountRange
java.lang.Object
org.kapott.hbci.sepa.jaxb.camt_052_001_05.FromToAmountRange
Java class for FromToAmountRange complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FromToAmountRange"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="FrAmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}AmountRangeBoundary1"/> <element name="ToAmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}AmountRangeBoundary1"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFrAmt()
Gets the value of the frAmt property.getToAmt()
Gets the value of the toAmt property.void
setFrAmt
(AmountRangeBoundary1 value) Sets the value of the frAmt property.void
setToAmt
(AmountRangeBoundary1 value) Sets the value of the toAmt property.
-
Field Details
-
frAmt
-
toAmt
-
-
Constructor Details
-
FromToAmountRange
public FromToAmountRange()
-
-
Method Details
-
getFrAmt
Gets the value of the frAmt property.- Returns:
- possible object is
AmountRangeBoundary1
-
setFrAmt
Sets the value of the frAmt property.- Parameters:
value
- allowed object isAmountRangeBoundary1
-
getToAmt
Gets the value of the toAmt property.- Returns:
- possible object is
AmountRangeBoundary1
-
setToAmt
Sets the value of the toAmt property.- Parameters:
value
- allowed object isAmountRangeBoundary1
-