Class FxFixingObservation
java.lang.Object
net.finmath.smartcontract.product.xml.FxFixingObservation
Java class for FxFixingObservation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FxFixingObservation"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="date" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="weight" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetDate()
Gets the value of the date property.Gets the value of the weight property.void
setDate
(XMLGregorianCalendar value) Sets the value of the date property.void
setWeight
(BigDecimal value) Sets the value of the weight property.
-
Field Details
-
date
-
weight
-
-
Constructor Details
-
FxFixingObservation
public FxFixingObservation()
-
-
Method Details
-
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
-
getWeight
Gets the value of the weight property.- Returns:
- possible object is
BigDecimal
-
setWeight
Sets the value of the weight property.- Parameters:
value
- allowed object isBigDecimal
-