Class BusinessCenterTime
java.lang.Object
net.finmath.smartcontract.product.xml.BusinessCenterTime
A type for defining a time with respect to a business day calendar
location. For example, 11:00am London time.
Java class for BusinessCenterTime complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BusinessCenterTime"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="hourMinuteTime" type="{http://www.fpml.org/FpML-5/confirmation}HourMinuteTime"/> <element name="businessCenter" type="{http://www.fpml.org/FpML-5/confirmation}BusinessCenter"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the businessCenter property.Gets the value of the hourMinuteTime property.void
setBusinessCenter
(BusinessCenter value) Sets the value of the businessCenter property.void
Sets the value of the hourMinuteTime property.
-
Field Details
-
hourMinuteTime
-
businessCenter
-
-
Constructor Details
-
BusinessCenterTime
public BusinessCenterTime()
-
-
Method Details
-
getHourMinuteTime
Gets the value of the hourMinuteTime property.- Returns:
- possible object is
XMLGregorianCalendar
-
setHourMinuteTime
Sets the value of the hourMinuteTime property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getBusinessCenter
Gets the value of the businessCenter property.- Returns:
- possible object is
BusinessCenter
-
setBusinessCenter
Sets the value of the businessCenter property.- Parameters:
value
- allowed object isBusinessCenter
-