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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the adjustedPaymentDate property.Gets the value of the paymentAmount property.voidSets the value of the adjustedPaymentDate property.voidsetPaymentAmount(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
Gets the value of the paymentAmount property.- Returns:
- possible object is
Money
-
setPaymentAmount
Sets the value of the paymentAmount property.- Parameters:
value- allowed object isMoney
-