Class FloatingAmountProvisions
java.lang.Object
net.finmath.smartcontract.product.xml.FloatingAmountProvisions
Java class for FloatingAmountProvisions complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FloatingAmountProvisions"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="WACCapInterestProvision" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="stepUpProvision" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the stepUpProvision property.Gets the value of the wacCapInterestProvision property.void
setStepUpProvision
(Boolean value) Sets the value of the stepUpProvision property.void
Sets the value of the wacCapInterestProvision property.
-
Field Details
-
wacCapInterestProvision
-
stepUpProvision
-
-
Constructor Details
-
FloatingAmountProvisions
public FloatingAmountProvisions()
-
-
Method Details
-
isWACCapInterestProvision
-
setWACCapInterestProvision
-
isStepUpProvision
-
setStepUpProvision
-