Class BusinessDayAdjustments
java.lang.Object
net.finmath.smartcontract.product.xml.BusinessDayAdjustments
A type defining the business day convention and financial business centers
used for adjusting any relevant date if it would otherwise fall on a day that is not a business day in
the specified business centers.
Java class for BusinessDayAdjustments complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BusinessDayAdjustments"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="businessDayConvention" type="{http://www.fpml.org/FpML-5/confirmation}BusinessDayConventionEnum"/> <group ref="{http://www.fpml.org/FpML-5/confirmation}BusinessCentersOrReference.model" minOccurs="0"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected BusinessCenters
protected BusinessCentersReference
protected BusinessDayConventionEnum
protected String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the businessCenters property.Gets the value of the businessCentersReference property.Gets the value of the businessDayConvention property.getId()
Gets the value of the id property.void
Sets the value of the businessCenters property.void
Sets the value of the businessCentersReference property.void
Sets the value of the businessDayConvention property.void
Sets the value of the id property.
-
Field Details
-
businessDayConvention
-
businessCentersReference
-
businessCenters
-
id
-
-
Constructor Details
-
BusinessDayAdjustments
public BusinessDayAdjustments()
-
-
Method Details
-
getBusinessDayConvention
Gets the value of the businessDayConvention property.- Returns:
- possible object is
BusinessDayConventionEnum
-
setBusinessDayConvention
Sets the value of the businessDayConvention property.- Parameters:
value
- allowed object isBusinessDayConventionEnum
-
getBusinessCentersReference
Gets the value of the businessCentersReference property.- Returns:
- possible object is
BusinessCentersReference
-
setBusinessCentersReference
Sets the value of the businessCentersReference property.- Parameters:
value
- allowed object isBusinessCentersReference
-
getBusinessCenters
Gets the value of the businessCenters property.- Returns:
- possible object is
BusinessCenters
-
setBusinessCenters
Sets the value of the businessCenters property.- Parameters:
value
- allowed object isBusinessCenters
-
getId
-
setId
-