Class CoalStandardQuality

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

public class CoalStandardQuality extends Object
The quality attributes of the coal to be delivered.

Java class for CoalStandardQuality complex type.

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

 <complexType name="CoalStandardQuality">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}CommodityCoalComposition.model"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}CommodityCoalProperties.model"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}CommodityCoalReducingAtmosphere.model"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>