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
FieldsModifier and TypeFieldDescriptionprotected XMLGregorianCalendarprotected MoneyWithParticipantShare -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the nextPaymentDate property.Gets the value of the projectedAmount property.voidSets the value of the nextPaymentDate property.voidSets 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
-