Class BusinessCenterTime

java.lang.Object
net.finmath.smartcontract.product.xml.BusinessCenterTime

public class BusinessCenterTime extends Object
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>