Class AdditionalFixedPayments

java.lang.Object
net.finmath.smartcontract.product.xml.AdditionalFixedPayments

public class AdditionalFixedPayments extends Object

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 Details

    • interestShortfallReimbursement

      protected Boolean interestShortfallReimbursement
    • principalShortfallReimbursement

      protected Boolean principalShortfallReimbursement
    • writedownReimbursement

      protected Boolean writedownReimbursement
  • Constructor Details

    • AdditionalFixedPayments

      public AdditionalFixedPayments()
  • Method Details

    • isInterestShortfallReimbursement

      public Boolean isInterestShortfallReimbursement()
      Gets the value of the interestShortfallReimbursement property.
      Returns:
      possible object is Boolean
    • setInterestShortfallReimbursement

      public void setInterestShortfallReimbursement(Boolean value)
      Sets the value of the interestShortfallReimbursement property.
      Parameters:
      value - allowed object is Boolean
    • isPrincipalShortfallReimbursement

      public Boolean isPrincipalShortfallReimbursement()
      Gets the value of the principalShortfallReimbursement property.
      Returns:
      possible object is Boolean
    • setPrincipalShortfallReimbursement

      public void setPrincipalShortfallReimbursement(Boolean value)
      Sets the value of the principalShortfallReimbursement property.
      Parameters:
      value - allowed object is Boolean
    • isWritedownReimbursement

      public Boolean isWritedownReimbursement()
      Gets the value of the writedownReimbursement property.
      Returns:
      possible object is Boolean
    • setWritedownReimbursement

      public void setWritedownReimbursement(Boolean value)
      Sets the value of the writedownReimbursement property.
      Parameters:
      value - allowed object is Boolean