Class CommodityInformationSource

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

public class CommodityInformationSource extends Object
A type defining the source of a commodity rate, price or index or of a market rate or of a conversion factor (e.g. a fx conversion factor).

Java class for CommodityInformationSource complex type.

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

 <complexType name="CommodityInformationSource">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="rateSource" type="{http://www.fpml.org/FpML-5/confirmation}CommodityInformationProvider"/>
         <element name="rateSourcePage" type="{http://www.fpml.org/FpML-5/confirmation}RateSourcePage" minOccurs="0"/>
         <element name="rateSourcePageHeading" type="{http://www.fpml.org/FpML-5/confirmation}String" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • CommodityInformationSource

      public CommodityInformationSource()
  • Method Details

    • getRateSource

      public CommodityInformationProvider getRateSource()
      Gets the value of the rateSource property.
      Returns:
      possible object is CommodityInformationProvider
    • setRateSource

      public void setRateSource(CommodityInformationProvider value)
      Sets the value of the rateSource property.
      Parameters:
      value - allowed object is CommodityInformationProvider
    • getRateSourcePage

      public RateSourcePage getRateSourcePage()
      Gets the value of the rateSourcePage property.
      Returns:
      possible object is RateSourcePage
    • setRateSourcePage

      public void setRateSourcePage(RateSourcePage value)
      Sets the value of the rateSourcePage property.
      Parameters:
      value - allowed object is RateSourcePage
    • getRateSourcePageHeading

      public String getRateSourcePageHeading()
      Gets the value of the rateSourcePageHeading property.
      Returns:
      possible object is String
    • setRateSourcePageHeading

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