Class CoalProductSpecifications

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

public class CoalProductSpecifications extends Object
The different options for specifying the quality attributes of the coal to be delivered.

Java class for CoalProductSpecifications complex type.

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

 <complexType name="CoalProductSpecifications">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="standardQuality" type="{http://www.fpml.org/FpML-5/confirmation}CoalStandardQuality"/>
         <element name="standardQualitySchedule" type="{http://www.fpml.org/FpML-5/confirmation}CoalStandardQualitySchedule"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>