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

  • Constructor Details

    • CoalDelivery

      public CoalDelivery()
  • Method Details

    • getDeliveryPoint

      public CoalDeliveryPoint getDeliveryPoint()
      Gets the value of the deliveryPoint property.
      Returns:
      possible object is CoalDeliveryPoint
    • setDeliveryPoint

      public void setDeliveryPoint(CoalDeliveryPoint value)
      Sets the value of the deliveryPoint property.
      Parameters:
      value - allowed object is CoalDeliveryPoint
    • isDeliveryAtSource

      public Boolean isDeliveryAtSource()
      Gets the value of the deliveryAtSource property.
      Returns:
      possible object is Boolean
    • setDeliveryAtSource

      public void setDeliveryAtSource(Boolean value)
      Sets the value of the deliveryAtSource property.
      Parameters:
      value - allowed object is Boolean
    • isQuantityVariationAdjustment

      public Boolean isQuantityVariationAdjustment()
      Gets the value of the quantityVariationAdjustment property.
      Returns:
      possible object is Boolean
    • setQuantityVariationAdjustment

      public void setQuantityVariationAdjustment(Boolean value)
      Sets the value of the quantityVariationAdjustment property.
      Parameters:
      value - allowed object is Boolean
    • getTransportationEquipment

      public CoalTransportationEquipment getTransportationEquipment()
      Gets the value of the transportationEquipment property.
      Returns:
      possible object is CoalTransportationEquipment
    • setTransportationEquipment

      public void setTransportationEquipment(CoalTransportationEquipment value)
      Sets the value of the transportationEquipment property.
      Parameters:
      value - allowed object is CoalTransportationEquipment
    • 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