Class FinancialInstrumentQuantity1Choice


  • public class FinancialInstrumentQuantity1Choice
    extends java.lang.Object

    Java class for FinancialInstrumentQuantity1Choice complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="FinancialInstrumentQuantity1Choice">
       <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.09}DecimalNumber"/>
             <element name="FaceAmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.09}ImpliedCurrencyAndAmount"/>
             <element name="AmtsdVal" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.09}ImpliedCurrencyAndAmount"/>
           </choice>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.math.BigDecimal amtsdVal  
      protected java.math.BigDecimal faceAmt  
      protected java.math.BigDecimal unit  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      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.
      java.math.BigDecimal getUnit()
      Gets the value of the unit 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.
      void setUnit​(java.math.BigDecimal value)
      Sets the value of the unit property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • unit

        protected java.math.BigDecimal unit
      • faceAmt

        protected java.math.BigDecimal faceAmt
      • amtsdVal

        protected java.math.BigDecimal amtsdVal
    • Constructor Detail

      • FinancialInstrumentQuantity1Choice

        public FinancialInstrumentQuantity1Choice()
    • Method Detail

      • getUnit

        public java.math.BigDecimal getUnit()
        Gets the value of the unit property.
        Returns:
        possible object is BigDecimal
      • setUnit

        public void setUnit​(java.math.BigDecimal value)
        Sets the value of the unit property.
        Parameters:
        value - allowed object is BigDecimal
      • 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 is BigDecimal
      • 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 is BigDecimal