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>