Class OriginalAndCurrentQuantities1
java.lang.Object
org.coderic.iso20022.messages.seev.OriginalAndCurrentQuantities1
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:seev.053.001.02}ImpliedCurrencyAndAmount"/> <element name="AmtsdVal" type="{urn:iso:std:iso:20022:tech:xsd:seev.053.001.02}ImpliedCurrencyAndAmount"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the amtsdVal property.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.
-
Constructor Details
-
OriginalAndCurrentQuantities1
public OriginalAndCurrentQuantities1()
-
-
Method Details
-
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
-