Class DividendPaymentDate
java.lang.Object
net.finmath.smartcontract.product.xml.DividendPaymentDate
A type describing the date on which the dividend will be paid/received.
This type is also used to specify the date on which the FX rate will be determined, when applicable.
Java class for DividendPaymentDate complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DividendPaymentDate">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<sequence>
<element name="dividendDateReference" type="{http://www.fpml.org/FpML-5/confirmation}DividendDateReferenceEnum"/>
<element name="paymentDateOffset" type="{http://www.fpml.org/FpML-5/confirmation}Offset" minOccurs="0"/>
</sequence>
<element name="adjustableDate" type="{http://www.fpml.org/FpML-5/confirmation}AdjustableDate"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AdjustableDateprotected DividendDateReferenceEnumprotected Offset -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the adjustableDate property.Gets the value of the dividendDateReference property.Gets the value of the paymentDateOffset property.voidsetAdjustableDate(AdjustableDate value) Sets the value of the adjustableDate property.voidSets the value of the dividendDateReference property.voidsetPaymentDateOffset(Offset value) Sets the value of the paymentDateOffset property.
-
Field Details
-
dividendDateReference
-
paymentDateOffset
-
adjustableDate
-
-
Constructor Details
-
DividendPaymentDate
public DividendPaymentDate()
-
-
Method Details
-
getDividendDateReference
Gets the value of the dividendDateReference property.- Returns:
- possible object is
DividendDateReferenceEnum
-
setDividendDateReference
Sets the value of the dividendDateReference property.- Parameters:
value- allowed object isDividendDateReferenceEnum
-
getPaymentDateOffset
-
setPaymentDateOffset
-
getAdjustableDate
Gets the value of the adjustableDate property.- Returns:
- possible object is
AdjustableDate
-
setAdjustableDate
Sets the value of the adjustableDate property.- Parameters:
value- allowed object isAdjustableDate
-