Class BusinessCenters

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

public class BusinessCenters extends Object
A type for defining business day calendar used in determining whether a day is a business day or not. A list of business day calendar locations may be ordered in the document alphabetically based on business day calendar location code. An FpML document containing an unordered business day calendar location list is still regarded as a conformant document.

Java class for BusinessCenters complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="BusinessCenters">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="businessCenter" type="{http://www.fpml.org/FpML-5/confirmation}BusinessCenter" maxOccurs="unbounded"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>