Class OilPipelineDelivery

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

public class OilPipelineDelivery extends Object
The physical delivery conditions specific to an oil product delivered by pipeline.

Java class for OilPipelineDelivery complex type.

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

 <complexType name="OilPipelineDelivery">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="pipelineName" type="{http://www.fpml.org/FpML-5/confirmation}CommodityPipeline"/>
         <element name="withdrawalPoint" type="{http://www.fpml.org/FpML-5/confirmation}CommodityDeliveryPoint" minOccurs="0"/>
         <element name="entryPoint" type="{http://www.fpml.org/FpML-5/confirmation}CommodityDeliveryPoint" minOccurs="0"/>
         <element name="deliverableByBarge" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="risk" type="{http://www.fpml.org/FpML-5/confirmation}CommodityDeliveryRisk" minOccurs="0"/>
         <element name="cycle" type="{http://www.fpml.org/FpML-5/confirmation}CommodityPipelineCycle" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>