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