Class OilProduct

java.lang.Object
net.finmath.smartcontract.product.xml.OilProduct

public class OilProduct extends Object
The specification of the oil product to be delivered.

Java class for OilProduct complex type.

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

 <complexType name="OilProduct">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="type" type="{http://www.fpml.org/FpML-5/confirmation}OilProductType"/>
         <element name="grade" type="{http://www.fpml.org/FpML-5/confirmation}CommodityProductGrade"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>