Class ImpliedCurrencyAmountRange1Choice
java.lang.Object
org.kapott.hbci.sepa.jaxb.camt_052_001_07.ImpliedCurrencyAmountRange1Choice
Java class for ImpliedCurrencyAmountRange1Choice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ImpliedCurrencyAmountRange1Choice"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="FrAmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}AmountRangeBoundary1"/> <element name="ToAmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}AmountRangeBoundary1"/> <element name="FrToAmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}FromToAmountRange1"/> <element name="EQAmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}ImpliedCurrencyAndAmount"/> <element name="NEQAmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}ImpliedCurrencyAndAmount"/> </choice> </restriction> </complexContent> </complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BigDecimal
protected AmountRangeBoundary1
protected FromToAmountRange1
protected BigDecimal
protected AmountRangeBoundary1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEQAmt()
Gets the value of the eqAmt property.getFrAmt()
Gets the value of the frAmt property.Gets the value of the frToAmt property.Gets the value of the neqAmt property.getToAmt()
Gets the value of the toAmt property.void
setEQAmt
(BigDecimal value) Sets the value of the eqAmt property.void
setFrAmt
(AmountRangeBoundary1 value) Sets the value of the frAmt property.void
setFrToAmt
(FromToAmountRange1 value) Sets the value of the frToAmt property.void
setNEQAmt
(BigDecimal value) Sets the value of the neqAmt property.void
setToAmt
(AmountRangeBoundary1 value) Sets the value of the toAmt property.
-
Field Details
-
frAmt
-
toAmt
-
frToAmt
-
eqAmt
-
neqAmt
-
-
Constructor Details
-
ImpliedCurrencyAmountRange1Choice
public ImpliedCurrencyAmountRange1Choice()
-
-
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
-
getFrToAmt
Gets the value of the frToAmt property.- Returns:
- possible object is
FromToAmountRange1
-
setFrToAmt
Sets the value of the frToAmt property.- Parameters:
value
- allowed object isFromToAmountRange1
-
getEQAmt
Gets the value of the eqAmt property.- Returns:
- possible object is
BigDecimal
-
setEQAmt
Sets the value of the eqAmt property.- Parameters:
value
- allowed object isBigDecimal
-
getNEQAmt
Gets the value of the neqAmt property.- Returns:
- possible object is
BigDecimal
-
setNEQAmt
Sets the value of the neqAmt property.- Parameters:
value
- allowed object isBigDecimal
-