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
FieldsModifier and TypeFieldDescriptionprotected XMLGregorianCalendarprotected InformationSourceprotected BigDecimalprotected XMLGregorianCalendar -
Constructor Summary
Constructors -
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.voidsetDate(XMLGregorianCalendar value) Sets the value of the date property.voidSets the value of the informationSource property.voidsetRate(BigDecimal value) Sets the value of the rate property.voidsetTime(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
-