Class FailureToPay

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

public class FailureToPay extends Object

Java class for FailureToPay complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="FailureToPay">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="applicable" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="gracePeriodExtension" type="{http://www.fpml.org/FpML-5/confirmation}GracePeriodExtension" minOccurs="0"/>
         <element name="paymentRequirement" type="{http://www.fpml.org/FpML-5/confirmation}Money" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • applicable

      protected boolean applicable
    • gracePeriodExtension

      protected GracePeriodExtension gracePeriodExtension
    • paymentRequirement

      protected Money paymentRequirement
  • Constructor Details

    • FailureToPay

      public FailureToPay()
  • Method Details

    • isApplicable

      public boolean isApplicable()
      Gets the value of the applicable property.
    • setApplicable

      public void setApplicable(boolean value)
      Sets the value of the applicable property.
    • getGracePeriodExtension

      public GracePeriodExtension getGracePeriodExtension()
      Gets the value of the gracePeriodExtension property.
      Returns:
      possible object is GracePeriodExtension
    • setGracePeriodExtension

      public void setGracePeriodExtension(GracePeriodExtension value)
      Sets the value of the gracePeriodExtension property.
      Parameters:
      value - allowed object is GracePeriodExtension
    • getPaymentRequirement

      public Money getPaymentRequirement()
      Gets the value of the paymentRequirement property.
      Returns:
      possible object is Money
    • setPaymentRequirement

      public void setPaymentRequirement(Money value)
      Sets the value of the paymentRequirement property.
      Parameters:
      value - allowed object is Money