Class CoalDelivery

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

public class CoalDelivery extends Object
The physical delivery conditions for coal.

Java class for CoalDelivery complex type.

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

 <complexType name="CoalDelivery">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <choice>
           <element name="deliveryPoint" type="{http://www.fpml.org/FpML-5/confirmation}CoalDeliveryPoint"/>
           <element name="deliveryAtSource" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         </choice>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}CommodityUSCoalDelivery.model" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>