Class PaymentProjection
java.lang.Object
net.finmath.smartcontract.product.xml.PaymentProjection
Represents interest payment projections.
Java class for PaymentProjection complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PaymentProjection"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="nextPaymentDate" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="projectedAmount" type="{http://www.fpml.org/FpML-5/confirmation}MoneyWithParticipantShare" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected XMLGregorianCalendar
protected MoneyWithParticipantShare
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the nextPaymentDate property.Gets the value of the projectedAmount property.void
Sets the value of the nextPaymentDate property.void
Sets the value of the projectedAmount property.
-
Field Details
-
nextPaymentDate
-
projectedAmount
-
-
Constructor Details
-
PaymentProjection
public PaymentProjection()
-
-
Method Details
-
getNextPaymentDate
Gets the value of the nextPaymentDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setNextPaymentDate
Sets the value of the nextPaymentDate property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getProjectedAmount
Gets the value of the projectedAmount property.- Returns:
- possible object is
MoneyWithParticipantShare
-