Class AdjustedPaymentDates
java.lang.Object
net.finmath.smartcontract.product.xml.AdjustedPaymentDates
Java class for AdjustedPaymentDates complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AdjustedPaymentDates"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="adjustedPaymentDate" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="paymentAmount" type="{http://www.fpml.org/FpML-5/confirmation}Money"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the adjustedPaymentDate property.Gets the value of the paymentAmount property.void
Sets the value of the adjustedPaymentDate property.void
setPaymentAmount
(Money value) Sets the value of the paymentAmount property.
-
Field Details
-
adjustedPaymentDate
-
paymentAmount
-
-
Constructor Details
-
AdjustedPaymentDates
public AdjustedPaymentDates()
-
-
Method Details
-
getAdjustedPaymentDate
Gets the value of the adjustedPaymentDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setAdjustedPaymentDate
Sets the value of the adjustedPaymentDate property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getPaymentAmount
-
setPaymentAmount
-