Class AdditionalFixedPayments
java.lang.Object
net.finmath.smartcontract.product.xml.AdditionalFixedPayments
Java class for AdditionalFixedPayments complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AdditionalFixedPayments"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="interestShortfallReimbursement" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="principalShortfallReimbursement" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="writedownReimbursement" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the interestShortfallReimbursement property.Gets the value of the principalShortfallReimbursement property.Gets the value of the writedownReimbursement property.void
Sets the value of the interestShortfallReimbursement property.void
Sets the value of the principalShortfallReimbursement property.void
setWritedownReimbursement
(Boolean value) Sets the value of the writedownReimbursement property.
-
Field Details
-
interestShortfallReimbursement
-
principalShortfallReimbursement
-
writedownReimbursement
-
-
Constructor Details
-
AdditionalFixedPayments
public AdditionalFixedPayments()
-
-
Method Details
-
isInterestShortfallReimbursement
-
setInterestShortfallReimbursement
-
isPrincipalShortfallReimbursement
-
setPrincipalShortfallReimbursement
-
isWritedownReimbursement
-
setWritedownReimbursement
-