public class OriginalAndCurrentQuantities1 extends 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.03}ImpliedCurrencyAndAmount"/>
<element name="AmtsdVal" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.03}ImpliedCurrencyAndAmount"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
amtsdVal |
protected BigDecimal |
faceAmt |
| Constructor and Description |
|---|
OriginalAndCurrentQuantities1() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getAmtsdVal()
Gets the value of the amtsdVal property.
|
BigDecimal |
getFaceAmt()
Gets the value of the faceAmt property.
|
void |
setAmtsdVal(BigDecimal value)
Sets the value of the amtsdVal property.
|
void |
setFaceAmt(BigDecimal value)
Sets the value of the faceAmt property.
|
protected BigDecimal faceAmt
protected BigDecimal amtsdVal
public BigDecimal getFaceAmt()
BigDecimalpublic void setFaceAmt(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getAmtsdVal()
BigDecimalpublic void setAmtsdVal(BigDecimal value)
value - allowed object is
BigDecimalCopyright © 2018. All rights reserved.