Class MetalDelivery

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

public class MetalDelivery extends Object
The physical delivery conditions for the transaction.

Java class for MetalDelivery complex type.

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

 <complexType name="MetalDelivery">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="deliveryLocation" type="{http://www.fpml.org/FpML-5/confirmation}CommodityDeliveryPoint"/>
         <element name="risk" type="{http://www.fpml.org/FpML-5/confirmation}CommodityDeliveryRisk" minOccurs="0"/>
         <element name="totalQuantityTolerance" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <element name="periodQuantityTolerance" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <element name="title" type="{http://www.fpml.org/FpML-5/confirmation}MetalTitleEnum"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • MetalDelivery

      public MetalDelivery()
  • Method Details

    • 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
    • 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
    • getTotalQuantityTolerance

      public BigDecimal getTotalQuantityTolerance()
      Gets the value of the totalQuantityTolerance property.
      Returns:
      possible object is BigDecimal
    • setTotalQuantityTolerance

      public void setTotalQuantityTolerance(BigDecimal value)
      Sets the value of the totalQuantityTolerance property.
      Parameters:
      value - allowed object is BigDecimal
    • getPeriodQuantityTolerance

      public BigDecimal getPeriodQuantityTolerance()
      Gets the value of the periodQuantityTolerance property.
      Returns:
      possible object is BigDecimal
    • setPeriodQuantityTolerance

      public void setPeriodQuantityTolerance(BigDecimal value)
      Sets the value of the periodQuantityTolerance property.
      Parameters:
      value - allowed object is BigDecimal
    • getTitle

      public MetalTitleEnum getTitle()
      Gets the value of the title property.
      Returns:
      possible object is MetalTitleEnum
    • setTitle

      public void setTitle(MetalTitleEnum value)
      Sets the value of the title property.
      Parameters:
      value - allowed object is MetalTitleEnum