Class OriginalAndCurrentQuantities1
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.camt_052_001_07.OriginalAndCurrentQuantities1
-
public class OriginalAndCurrentQuantities1 extends java.lang.ObjectJava 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.07}ImpliedCurrencyAndAmount"/> <element name="AmtsdVal" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}ImpliedCurrencyAndAmount"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description OriginalAndCurrentQuantities1()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.math.BigDecimalgetAmtsdVal()Gets the value of the amtsdVal property.java.math.BigDecimalgetFaceAmt()Gets the value of the faceAmt property.voidsetAmtsdVal(java.math.BigDecimal value)Sets the value of the amtsdVal property.voidsetFaceAmt(java.math.BigDecimal value)Sets the value of the faceAmt property.
-
-
-
Method Detail
-
getFaceAmt
public java.math.BigDecimal getFaceAmt()
Gets the value of the faceAmt property.- Returns:
- possible object is
BigDecimal
-
setFaceAmt
public void setFaceAmt(java.math.BigDecimal value)
Sets the value of the faceAmt property.- Parameters:
value- allowed object isBigDecimal
-
getAmtsdVal
public java.math.BigDecimal getAmtsdVal()
Gets the value of the amtsdVal property.- Returns:
- possible object is
BigDecimal
-
setAmtsdVal
public void setAmtsdVal(java.math.BigDecimal value)
Sets the value of the amtsdVal property.- Parameters:
value- allowed object isBigDecimal
-
-