Class CoalAttributeDecimal

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

public class CoalAttributeDecimal extends Object
The different options for specifying the attributes of a coal quality measure as a decimal value.

Java class for CoalAttributeDecimal complex type.

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

 <complexType name="CoalAttributeDecimal">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <sequence>
           <element name="standardContent" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
           <element name="rejectionLimit" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         </sequence>
         <sequence>
           <element name="rejectionLimit" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         </sequence>
       </choice>
     </restriction>
   </complexContent>
 </complexType>