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
Fields -
Constructor Summary
Constructors -
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
Gets the value of the interestShortfallReimbursement property.- Returns:
- possible object is
Boolean
-
setInterestShortfallReimbursement
Sets the value of the interestShortfallReimbursement property.- Parameters:
value
- allowed object isBoolean
-
isPrincipalShortfallReimbursement
Gets the value of the principalShortfallReimbursement property.- Returns:
- possible object is
Boolean
-
setPrincipalShortfallReimbursement
Sets the value of the principalShortfallReimbursement property.- Parameters:
value
- allowed object isBoolean
-
isWritedownReimbursement
Gets the value of the writedownReimbursement property.- Returns:
- possible object is
Boolean
-
setWritedownReimbursement
Sets the value of the writedownReimbursement property.- Parameters:
value
- allowed object isBoolean
-