Class BusinessCenters
java.lang.Object
net.finmath.smartcontract.product.xml.BusinessCenters
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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the businessCenter property.getId()
Gets the value of the id property.void
Sets the value of the id property.
-
Field Details
-
businessCenter
-
id
-
-
Constructor Details
-
BusinessCenters
public BusinessCenters()
-
-
Method Details
-
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
-
setId
-