Class FinancialInstrumentQuantityChoice
java.lang.Object
org.kapott.hbci.sepa.jaxb.camt_052_001_02.FinancialInstrumentQuantityChoice
Java class for FinancialInstrumentQuantityChoice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FinancialInstrumentQuantityChoice"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <choice> <element name="Unit" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}DecimalNumber"/> <element name="FaceAmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}ImpliedCurrencyAndAmount"/> <element name="AmtsdVal" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}ImpliedCurrencyAndAmount"/> </choice> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the amtsdVal property.Gets the value of the faceAmt property.getUnit()
Gets the value of the unit property.void
setAmtsdVal
(BigDecimal value) Sets the value of the amtsdVal property.void
setFaceAmt
(BigDecimal value) Sets the value of the faceAmt property.void
setUnit
(BigDecimal value) Sets the value of the unit property.
-
Field Details
-
unit
-
faceAmt
-
amtsdVal
-
-
Constructor Details
-
FinancialInstrumentQuantityChoice
public FinancialInstrumentQuantityChoice()
-
-
Method Details
-
getUnit
Gets the value of the unit property.- Returns:
- possible object is
BigDecimal
-
setUnit
Sets the value of the unit property.- Parameters:
value
- allowed object isBigDecimal
-
getFaceAmt
Gets the value of the faceAmt property.- Returns:
- possible object is
BigDecimal
-
setFaceAmt
Sets the value of the faceAmt property.- Parameters:
value
- allowed object isBigDecimal
-
getAmtsdVal
Gets the value of the amtsdVal property.- Returns:
- possible object is
BigDecimal
-
setAmtsdVal
Sets the value of the amtsdVal property.- Parameters:
value
- allowed object isBigDecimal
-