Class OilTransferDelivery

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

public class OilTransferDelivery extends Object
The physical delivery conditions specific to an oil product delivered by title transfer.

Java class for OilTransferDelivery complex type.

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

 <complexType name="OilTransferDelivery">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="applicable" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="deliveryLocation" type="{http://www.fpml.org/FpML-5/confirmation}CommodityDeliveryPoint" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • applicable

      protected boolean applicable
    • deliveryLocation

      protected CommodityDeliveryPoint deliveryLocation
  • Constructor Details

    • OilTransferDelivery

      public OilTransferDelivery()
  • Method Details

    • isApplicable

      public boolean isApplicable()
      Gets the value of the applicable property.
    • setApplicable

      public void setApplicable(boolean value)
      Sets the value of the applicable property.
    • getDeliveryLocation

      public CommodityDeliveryPoint getDeliveryLocation()
      Gets the value of the deliveryLocation property.
      Returns:
      possible object is CommodityDeliveryPoint
    • setDeliveryLocation

      public void setDeliveryLocation(CommodityDeliveryPoint value)
      Sets the value of the deliveryLocation property.
      Parameters:
      value - allowed object is CommodityDeliveryPoint