Class InformationSource
java.lang.Object
net.finmath.smartcontract.product.xml.InformationSource
- Direct Known Subclasses:
FxInformationSource
A type defining the source for a piece of information (e.g. a rate refix or
an fx fixing).
Java class for InformationSource complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InformationSource"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="rateSource" type="{http://www.fpml.org/FpML-5/confirmation}InformationProvider"/> <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
Modifier and TypeFieldDescriptionprotected InformationProvider
protected RateSourcePage
protected String
-
Constructor Summary
-
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.void
setRateSource
(InformationProvider value) Sets the value of the rateSource property.void
setRateSourcePage
(RateSourcePage value) Sets the value of the rateSourcePage property.void
setRateSourcePageHeading
(String value) Sets the value of the rateSourcePageHeading property.
-
Field Details
-
rateSource
-
rateSourcePage
-
rateSourcePageHeading
-
-
Constructor Details
-
InformationSource
public InformationSource()
-
-
Method Details
-
getRateSource
Gets the value of the rateSource property.- Returns:
- possible object is
InformationProvider
-
setRateSource
Sets the value of the rateSource property.- Parameters:
value
- allowed object isInformationProvider
-
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
-