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>