public class OriginalAndCurrentQuantities1
extends java.lang.Object
Java class for OriginalAndCurrentQuantities1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OriginalAndCurrentQuantities1">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<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"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field | Description |
|---|---|---|
protected java.math.BigDecimal |
amtsdVal |
|
protected java.math.BigDecimal |
faceAmt |
| Constructor | Description |
|---|---|
OriginalAndCurrentQuantities1() |
| Modifier and Type | Method | Description |
|---|---|---|
java.math.BigDecimal |
getAmtsdVal() |
Gets the value of the amtsdVal property.
|
java.math.BigDecimal |
getFaceAmt() |
Gets the value of the faceAmt property.
|
void |
setAmtsdVal(java.math.BigDecimal value) |
Sets the value of the amtsdVal property.
|
void |
setFaceAmt(java.math.BigDecimal value) |
Sets the value of the faceAmt property.
|
protected java.math.BigDecimal faceAmt
protected java.math.BigDecimal amtsdVal
public java.math.BigDecimal getFaceAmt()
BigDecimalpublic void setFaceAmt(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic java.math.BigDecimal getAmtsdVal()
BigDecimalpublic void setAmtsdVal(java.math.BigDecimal value)
value - allowed object is
BigDecimalCopyright © 2018. All rights reserved.