Class CommoditySpread


public class CommoditySpread extends Money

Java class for CommoditySpread complex type.

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

 <complexType name="CommoditySpread">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}Money">
       <sequence>
         <element name="spreadConversionFactor" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="spreadUnit" type="{http://www.fpml.org/FpML-5/confirmation}QuantityUnit" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • spreadConversionFactor

      protected BigDecimal spreadConversionFactor
    • spreadUnit

      protected QuantityUnit spreadUnit
  • Constructor Details

    • CommoditySpread

      public CommoditySpread()
  • Method Details

    • getSpreadConversionFactor

      public BigDecimal getSpreadConversionFactor()
      Gets the value of the spreadConversionFactor property.
      Returns:
      possible object is BigDecimal
    • setSpreadConversionFactor

      public void setSpreadConversionFactor(BigDecimal value)
      Sets the value of the spreadConversionFactor property.
      Parameters:
      value - allowed object is BigDecimal
    • getSpreadUnit

      public QuantityUnit getSpreadUnit()
      Gets the value of the spreadUnit property.
      Returns:
      possible object is QuantityUnit
    • setSpreadUnit

      public void setSpreadUnit(QuantityUnit value)
      Sets the value of the spreadUnit property.
      Parameters:
      value - allowed object is QuantityUnit