Class CommodityBasketUnderlyingBase

java.lang.Object
net.finmath.smartcontract.product.xml.CommodityBasketUnderlyingBase
Direct Known Subclasses:
CommodityBasketUnderlyingByNotional, CommodityBasketUnderlyingByPercentage

public class CommodityBasketUnderlyingBase extends Object

Java class for CommodityBasketUnderlyingBase complex type.

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

 <complexType name="CommodityBasketUnderlyingBase">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="direction" type="{http://www.fpml.org/FpML-5/confirmation}PayerReceiverEnum"/>
         <element name="commodity" type="{http://www.fpml.org/FpML-5/confirmation}Commodity"/>
         <element name="pricingDates" type="{http://www.fpml.org/FpML-5/confirmation}CommodityPricingDates" minOccurs="0"/>
         <element name="averagingMethod" type="{http://www.fpml.org/FpML-5/confirmation}AveragingMethodEnum" minOccurs="0"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • CommodityBasketUnderlyingBase

      public CommodityBasketUnderlyingBase()
  • Method Details

    • getDirection

      public PayerReceiverEnum getDirection()
      Gets the value of the direction property.
      Returns:
      possible object is PayerReceiverEnum
    • setDirection

      public void setDirection(PayerReceiverEnum value)
      Sets the value of the direction property.
      Parameters:
      value - allowed object is PayerReceiverEnum
    • getCommodity

      public Commodity getCommodity()
      Gets the value of the commodity property.
      Returns:
      possible object is Commodity
    • setCommodity

      public void setCommodity(Commodity value)
      Sets the value of the commodity property.
      Parameters:
      value - allowed object is Commodity
    • getPricingDates

      public CommodityPricingDates getPricingDates()
      Gets the value of the pricingDates property.
      Returns:
      possible object is CommodityPricingDates
    • setPricingDates

      public void setPricingDates(CommodityPricingDates value)
      Sets the value of the pricingDates property.
      Parameters:
      value - allowed object is CommodityPricingDates
    • getAveragingMethod

      public AveragingMethodEnum getAveragingMethod()
      Gets the value of the averagingMethod property.
      Returns:
      possible object is AveragingMethodEnum
    • setAveragingMethod

      public void setAveragingMethod(AveragingMethodEnum value)
      Sets the value of the averagingMethod property.
      Parameters:
      value - allowed object is AveragingMethodEnum
    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String