Class UnitQuantityRef

java.lang.Object
net.finmath.smartcontract.product.xml.UnitQuantity
net.finmath.smartcontract.product.xml.UnitQuantityRef

public class UnitQuantityRef extends UnitQuantity
A type defining a quantity and unit with a reference.

Java class for UnitQuantityRef complex type.

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

 <complexType name="UnitQuantityRef">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}UnitQuantity">
       <sequence>
         <element name="quantityReference" type="{http://www.fpml.org/FpML-5/confirmation}NotionalReference" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • UnitQuantityRef

      public UnitQuantityRef()
  • Method Details

    • getQuantityReference

      public NotionalReference getQuantityReference()
      Gets the value of the quantityReference property.
      Returns:
      possible object is NotionalReference
    • setQuantityReference

      public void setQuantityReference(NotionalReference value)
      Sets the value of the quantityReference property.
      Parameters:
      value - allowed object is NotionalReference