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>
 
  • Field Details

  • Constructor Details

    • OilPipelineDelivery

      public OilPipelineDelivery()
  • Method Details

    • getPipelineName

      public CommodityPipeline getPipelineName()
      Gets the value of the pipelineName property.
      Returns:
      possible object is CommodityPipeline
    • setPipelineName

      public void setPipelineName(CommodityPipeline value)
      Sets the value of the pipelineName property.
      Parameters:
      value - allowed object is CommodityPipeline
    • getWithdrawalPoint

      public CommodityDeliveryPoint getWithdrawalPoint()
      Gets the value of the withdrawalPoint property.
      Returns:
      possible object is CommodityDeliveryPoint
    • setWithdrawalPoint

      public void setWithdrawalPoint(CommodityDeliveryPoint value)
      Sets the value of the withdrawalPoint property.
      Parameters:
      value - allowed object is CommodityDeliveryPoint
    • getEntryPoint

      public CommodityDeliveryPoint getEntryPoint()
      Gets the value of the entryPoint property.
      Returns:
      possible object is CommodityDeliveryPoint
    • setEntryPoint

      public void setEntryPoint(CommodityDeliveryPoint value)
      Sets the value of the entryPoint property.
      Parameters:
      value - allowed object is CommodityDeliveryPoint
    • isDeliverableByBarge

      public boolean isDeliverableByBarge()
      Gets the value of the deliverableByBarge property.
    • setDeliverableByBarge

      public void setDeliverableByBarge(boolean value)
      Sets the value of the deliverableByBarge property.
    • getRisk

      public CommodityDeliveryRisk getRisk()
      Gets the value of the risk property.
      Returns:
      possible object is CommodityDeliveryRisk
    • setRisk

      public void setRisk(CommodityDeliveryRisk value)
      Sets the value of the risk property.
      Parameters:
      value - allowed object is CommodityDeliveryRisk
    • getCycle

      public List<CommodityPipelineCycle> getCycle()
      Gets the value of the cycle property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the cycle property.

      For example, to add a new item, do as follows:

          getCycle().add(newItem);
       

      Objects of the following type(s) are allowed in the list CommodityPipelineCycle