Class CommodityPhysicalQuantity

java.lang.Object
net.finmath.smartcontract.product.xml.CommodityPhysicalQuantityBase
net.finmath.smartcontract.product.xml.CommodityPhysicalQuantity

public class CommodityPhysicalQuantity extends CommodityPhysicalQuantityBase
A type defining the physical quantity of the commodity to be delivered.

Java class for CommodityPhysicalQuantity complex type.

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

 <complexType name="CommodityPhysicalQuantity">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}CommodityPhysicalQuantityBase">
       <sequence>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}CommodityFixedPhysicalQuantity.model"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>