Class FinancialInstrumentQuantity1Choice

java.lang.Object
org.coderic.iso20022.messages.seev.FinancialInstrumentQuantity1Choice

public class FinancialInstrumentQuantity1Choice extends 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:seev.053.001.02}DecimalNumber"/>
         <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"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • FinancialInstrumentQuantity1Choice

      public FinancialInstrumentQuantity1Choice()
  • Method Details

    • getUnit

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

      public void setUnit(BigDecimal value)
      Sets the value of the unit property.
      Parameters:
      value - allowed object is BigDecimal
    • getFaceAmt

      public BigDecimal getFaceAmt()
      Gets the value of the faceAmt property.
      Returns:
      possible object is BigDecimal
    • setFaceAmt

      public void setFaceAmt(BigDecimal value)
      Sets the value of the faceAmt property.
      Parameters:
      value - allowed object is BigDecimal
    • getAmtsdVal

      public BigDecimal getAmtsdVal()
      Gets the value of the amtsdVal property.
      Returns:
      possible object is BigDecimal
    • setAmtsdVal

      public void setAmtsdVal(BigDecimal value)
      Sets the value of the amtsdVal property.
      Parameters:
      value - allowed object is BigDecimal