Class GracePeriodExtension
java.lang.Object
net.finmath.smartcontract.product.xml.GracePeriodExtension
Java class for GracePeriodExtension complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GracePeriodExtension"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="applicable" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="gracePeriod" type="{http://www.fpml.org/FpML-5/confirmation}Offset" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the gracePeriod property.boolean
Gets the value of the applicable property.void
setApplicable
(boolean value) Sets the value of the applicable property.void
setGracePeriod
(Offset value) Sets the value of the gracePeriod property.
-
Field Details
-
applicable
protected boolean applicable -
gracePeriod
-
-
Constructor Details
-
GracePeriodExtension
public GracePeriodExtension()
-
-
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. -
getGracePeriod
-
setGracePeriod
-