Class FinancialInstrumentQuantityChoice
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.camt_052_001_05.FinancialInstrumentQuantityChoice
-
public class FinancialInstrumentQuantityChoice extends Object
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"> <choice> <element name="Unit" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}DecimalNumber"/> <element name="FaceAmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}ImpliedCurrencyAndAmount"/> <element name="AmtsdVal" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}ImpliedCurrencyAndAmount"/> </choice> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected BigDecimalamtsdValprotected BigDecimalfaceAmtprotected BigDecimalunit
-
Constructor Summary
Constructors Constructor Description FinancialInstrumentQuantityChoice()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigDecimalgetAmtsdVal()Gets the value of the amtsdVal property.BigDecimalgetFaceAmt()Gets the value of the faceAmt property.BigDecimalgetUnit()Gets the value of the unit property.voidsetAmtsdVal(BigDecimal value)Sets the value of the amtsdVal property.voidsetFaceAmt(BigDecimal value)Sets the value of the faceAmt property.voidsetUnit(BigDecimal value)Sets the value of the unit property.
-
-
-
Field Detail
-
unit
protected BigDecimal unit
-
faceAmt
protected BigDecimal faceAmt
-
amtsdVal
protected BigDecimal amtsdVal
-
-
Method Detail
-
getUnit
public BigDecimal getUnit()
Gets the value of the unit property.- Returns:
- possible object is
BigDecimal
-
setUnit
public void setUnit(BigDecimal value)
Sets the value of the unit property.- Parameters:
value- allowed object isBigDecimal
-
getFaceAmt
public BigDecimal getFaceAmt()
Gets the value of the faceAmt property.- Returns:
- possible object is
BigDecimal
-
setFaceAmt
public void setFaceAmt(BigDecimal value)
Sets the value of the faceAmt property.- Parameters:
value- allowed object isBigDecimal
-
getAmtsdVal
public BigDecimal getAmtsdVal()
Gets the value of the amtsdVal property.- Returns:
- possible object is
BigDecimal
-
setAmtsdVal
public void setAmtsdVal(BigDecimal value)
Sets the value of the amtsdVal property.- Parameters:
value- allowed object isBigDecimal
-
-