Class ObservedRate
java.lang.Object
net.finmath.smartcontract.product.xml.ObservedRate
Java class for ObservedRate complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ObservedRate"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="rate" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="time" type="{http://www.w3.org/2001/XMLSchema}time" minOccurs="0"/> <element name="informationSource" type="{http://www.fpml.org/FpML-5/confirmation}InformationSource" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected XMLGregorianCalendar
protected InformationSource
protected BigDecimal
protected XMLGregorianCalendar
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetDate()
Gets the value of the date property.Gets the value of the informationSource property.getRate()
Gets the value of the rate property.getTime()
Gets the value of the time property.void
setDate
(XMLGregorianCalendar value) Sets the value of the date property.void
Sets the value of the informationSource property.void
setRate
(BigDecimal value) Sets the value of the rate property.void
setTime
(XMLGregorianCalendar value) Sets the value of the time property.
-
Field Details
-
rate
-
date
-
time
-
informationSource
-
-
Constructor Details
-
ObservedRate
public ObservedRate()
-
-
Method Details
-
getRate
Gets the value of the rate property.- Returns:
- possible object is
BigDecimal
-
setRate
Sets the value of the rate property.- Parameters:
value
- allowed object isBigDecimal
-
getDate
Gets the value of the date property.- Returns:
- possible object is
XMLGregorianCalendar
-
setDate
Sets the value of the date property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getTime
Gets the value of the time property.- Returns:
- possible object is
XMLGregorianCalendar
-
setTime
Sets the value of the time property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getInformationSource
Gets the value of the informationSource property.- Returns:
- possible object is
InformationSource
-
setInformationSource
Sets the value of the informationSource property.- Parameters:
value
- allowed object isInformationSource
-