Class PendingPayment
java.lang.Object
net.finmath.smartcontract.product.xml.PaymentBase
net.finmath.smartcontract.product.xml.PendingPayment
A structure representing a pending dividend or coupon payment.
Java class for PendingPayment complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PendingPayment"> <complexContent> <extension base="{http://www.fpml.org/FpML-5/confirmation}PaymentBase"> <sequence> <element name="paymentDate" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="amount" type="{http://www.fpml.org/FpML-5/confirmation}Money"/> <element name="accruedInterest" type="{http://www.fpml.org/FpML-5/confirmation}Money" minOccurs="0"/> </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 accruedInterest property.Gets the value of the amount property.Gets the value of the paymentDate property.void
setAccruedInterest
(Money value) Sets the value of the accruedInterest property.void
Sets the value of the amount property.void
Sets the value of the paymentDate property.Methods inherited from class net.finmath.smartcontract.product.xml.PaymentBase
getId, setId
-
Field Details
-
paymentDate
-
amount
-
accruedInterest
-
-
Constructor Details
-
PendingPayment
public PendingPayment()
-
-
Method Details
-
getPaymentDate
Gets the value of the paymentDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setPaymentDate
Sets the value of the paymentDate property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getAmount
-
setAmount
-
getAccruedInterest
-
setAccruedInterest
-