Class CashSettlementPaymentDate
java.lang.Object
net.finmath.smartcontract.product.xml.CashSettlementPaymentDate
A type defining the cash settlement payment date(s) as either a set of
explicit dates, together with applicable adjustments, or as a date relative to some other (anchor) date,
or as any date in a range of contiguous business days.
Java class for CashSettlementPaymentDate complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CashSettlementPaymentDate"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="adjustableDates" type="{http://www.fpml.org/FpML-5/confirmation}AdjustableDates"/> <element name="relativeDate" type="{http://www.fpml.org/FpML-5/confirmation}RelativeDateOffset"/> <element name="businessDateRange" type="{http://www.fpml.org/FpML-5/confirmation}BusinessDateRange"/> </choice> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected AdjustableDates
protected BusinessDateRange
protected String
protected RelativeDateOffset
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the adjustableDates property.Gets the value of the businessDateRange property.getId()
Gets the value of the id property.Gets the value of the relativeDate property.void
Sets the value of the adjustableDates property.void
Sets the value of the businessDateRange property.void
Sets the value of the id property.void
Sets the value of the relativeDate property.
-
Field Details
-
adjustableDates
-
relativeDate
-
businessDateRange
-
id
-
-
Constructor Details
-
CashSettlementPaymentDate
public CashSettlementPaymentDate()
-
-
Method Details
-
getAdjustableDates
Gets the value of the adjustableDates property.- Returns:
- possible object is
AdjustableDates
-
setAdjustableDates
Sets the value of the adjustableDates property.- Parameters:
value
- allowed object isAdjustableDates
-
getRelativeDate
Gets the value of the relativeDate property.- Returns:
- possible object is
RelativeDateOffset
-
setRelativeDate
Sets the value of the relativeDate property.- Parameters:
value
- allowed object isRelativeDateOffset
-
getBusinessDateRange
Gets the value of the businessDateRange property.- Returns:
- possible object is
BusinessDateRange
-
setBusinessDateRange
Sets the value of the businessDateRange property.- Parameters:
value
- allowed object isBusinessDateRange
-
getId
-
setId
-