Class FailureToPay
java.lang.Object
net.finmath.smartcontract.product.xml.FailureToPay
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 Summary
Modifier and TypeFieldDescriptionprotected boolean
protected GracePeriodExtension
protected Money
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the gracePeriodExtension property.Gets the value of the paymentRequirement property.boolean
Gets the value of the applicable property.void
setApplicable
(boolean value) Sets the value of the applicable property.void
Sets the value of the gracePeriodExtension property.void
setPaymentRequirement
(Money value) Sets the value of the paymentRequirement property.
-
Field Details
-
applicable
protected boolean applicable -
gracePeriodExtension
-
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
Gets the value of the gracePeriodExtension property.- Returns:
- possible object is
GracePeriodExtension
-
setGracePeriodExtension
Sets the value of the gracePeriodExtension property.- Parameters:
value
- allowed object isGracePeriodExtension
-
getPaymentRequirement
-
setPaymentRequirement
-