Class ObservedPrice
java.lang.Object
net.finmath.smartcontract.product.xml.ObservedPrice
Java class for ObservedPrice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ObservedPrice"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="price" type="{http://www.fpml.org/FpML-5/confirmation}NonNegativeMoney"/> <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 NonNegativeMoney
protected XMLGregorianCalendar
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetDate()
Gets the value of the date property.Gets the value of the informationSource property.getPrice()
Gets the value of the price 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
setPrice
(NonNegativeMoney value) Sets the value of the price property.void
setTime
(XMLGregorianCalendar value) Sets the value of the time property.
-
Field Details
-
price
-
date
-
time
-
informationSource
-
-
Constructor Details
-
ObservedPrice
public ObservedPrice()
-
-
Method Details
-
getPrice
Gets the value of the price property.- Returns:
- possible object is
NonNegativeMoney
-
setPrice
Sets the value of the price property.- Parameters:
value
- allowed object isNonNegativeMoney
-
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
-