Class OilDelivery

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

public class OilDelivery extends Object
The physical delivery conditions for an oil product.

Java class for OilDelivery complex type.

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

 <complexType name="OilDelivery">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <choice>
           <element name="pipeline" type="{http://www.fpml.org/FpML-5/confirmation}OilPipelineDelivery"/>
           <element name="transfer" type="{http://www.fpml.org/FpML-5/confirmation}OilTransferDelivery"/>
         </choice>
         <element name="importerOfRecord" type="{http://www.fpml.org/FpML-5/confirmation}PartyReference" minOccurs="0"/>
         <choice minOccurs="0">
           <element name="absoluteTolerance" type="{http://www.fpml.org/FpML-5/confirmation}AbsoluteTolerance"/>
           <element name="percentageTolerance" type="{http://www.fpml.org/FpML-5/confirmation}PercentageTolerance"/>
         </choice>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>