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>
 
  • Field Details

  • Constructor Details

    • BusinessCenters

      public BusinessCenters()
  • Method Details

    • getBusinessCenter

      public List<BusinessCenter> getBusinessCenter()
      Gets the value of the businessCenter property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the businessCenter property.

      For example, to add a new item, do as follows:

          getBusinessCenter().add(newItem);
       

      Objects of the following type(s) are allowed in the list BusinessCenter

    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String