Class CommodityInformationSource
java.lang.Object
net.finmath.smartcontract.product.xml.CommodityInformationSource
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 Summary
FieldsModifier and TypeFieldDescriptionprotected CommodityInformationProviderprotected RateSourcePageprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the rateSource property.Gets the value of the rateSourcePage property.Gets the value of the rateSourcePageHeading property.voidSets the value of the rateSource property.voidsetRateSourcePage(RateSourcePage value) Sets the value of the rateSourcePage property.voidsetRateSourcePageHeading(String value) Sets the value of the rateSourcePageHeading property.
-
Field Details
-
rateSource
-
rateSourcePage
-
rateSourcePageHeading
-
-
Constructor Details
-
CommodityInformationSource
public CommodityInformationSource()
-
-
Method Details
-
getRateSource
Gets the value of the rateSource property.- Returns:
- possible object is
CommodityInformationProvider
-
setRateSource
Sets the value of the rateSource property.- Parameters:
value- allowed object isCommodityInformationProvider
-
getRateSourcePage
Gets the value of the rateSourcePage property.- Returns:
- possible object is
RateSourcePage
-
setRateSourcePage
Sets the value of the rateSourcePage property.- Parameters:
value- allowed object isRateSourcePage
-
getRateSourcePageHeading
-
setRateSourcePageHeading
-