Class CoalProduct

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

public class CoalProduct extends Object
A type defining the characteristics of the coal being traded in a physically settled gas transaction.

Java class for CoalProduct complex type.

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

 <complexType name="CoalProduct">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <choice>
           <element name="type" type="{http://www.fpml.org/FpML-5/confirmation}CoalProductType"/>
           <element name="coalProductSpecifications" type="{http://www.fpml.org/FpML-5/confirmation}CoalProductSpecifications"/>
         </choice>
         <element name="source" type="{http://www.fpml.org/FpML-5/confirmation}CoalProductSource" maxOccurs="unbounded"/>
         <element name="sCoTASpecifications" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}CommodityUSCoalProduct.model" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>