public class FromToAmountRange extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected AmountRangeBoundary1 |
frAmt |
protected AmountRangeBoundary1 |
toAmt |
| Constructor and Description |
|---|
FromToAmountRange() |
| Modifier and Type | Method and Description |
|---|---|
AmountRangeBoundary1 |
getFrAmt()
Gets the value of the frAmt property.
|
AmountRangeBoundary1 |
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.
|
protected AmountRangeBoundary1 frAmt
protected AmountRangeBoundary1 toAmt
public AmountRangeBoundary1 getFrAmt()
AmountRangeBoundary1public void setFrAmt(AmountRangeBoundary1 value)
value - allowed object is
AmountRangeBoundary1public AmountRangeBoundary1 getToAmt()
AmountRangeBoundary1public void setToAmt(AmountRangeBoundary1 value)
value - allowed object is
AmountRangeBoundary1Copyright © 2019. All rights reserved.