Class FixedPaymentAmount
java.lang.Object
net.finmath.smartcontract.product.xml.PaymentBase
net.finmath.smartcontract.product.xml.FixedPaymentAmount
Fixed payment amount within a Dividend Swap.
Java class for FixedPaymentAmount complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FixedPaymentAmount"> <complexContent> <extension base="{http://www.fpml.org/FpML-5/confirmation}PaymentBase"> <sequence> <element name="paymentAmount" type="{http://www.fpml.org/FpML-5/confirmation}NonNegativeMoney" minOccurs="0"/> <element name="paymentDate" type="{http://www.fpml.org/FpML-5/confirmation}RelativeDateOffset"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class net.finmath.smartcontract.product.xml.PaymentBase
id
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the paymentAmount property.Gets the value of the paymentDate property.void
setPaymentAmount
(NonNegativeMoney value) Sets the value of the paymentAmount property.void
setPaymentDate
(RelativeDateOffset value) Sets the value of the paymentDate property.Methods inherited from class net.finmath.smartcontract.product.xml.PaymentBase
getId, setId
-
Field Details
-
paymentAmount
-
paymentDate
-
-
Constructor Details
-
FixedPaymentAmount
public FixedPaymentAmount()
-
-
Method Details
-
getPaymentAmount
Gets the value of the paymentAmount property.- Returns:
- possible object is
NonNegativeMoney
-
setPaymentAmount
Sets the value of the paymentAmount property.- Parameters:
value
- allowed object isNonNegativeMoney
-
getPaymentDate
Gets the value of the paymentDate property.- Returns:
- possible object is
RelativeDateOffset
-
setPaymentDate
Sets the value of the paymentDate property.- Parameters:
value
- allowed object isRelativeDateOffset
-