Class FloatingAmountProvisions

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

public class FloatingAmountProvisions extends Object

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 Details

    • wacCapInterestProvision

      protected Boolean wacCapInterestProvision
    • stepUpProvision

      protected Boolean stepUpProvision
  • Constructor Details

    • FloatingAmountProvisions

      public FloatingAmountProvisions()
  • Method Details

    • isWACCapInterestProvision

      public Boolean isWACCapInterestProvision()
      Gets the value of the wacCapInterestProvision property.
      Returns:
      possible object is Boolean
    • setWACCapInterestProvision

      public void setWACCapInterestProvision(Boolean value)
      Sets the value of the wacCapInterestProvision property.
      Parameters:
      value - allowed object is Boolean
    • isStepUpProvision

      public Boolean isStepUpProvision()
      Gets the value of the stepUpProvision property.
      Returns:
      possible object is Boolean
    • setStepUpProvision

      public void setStepUpProvision(Boolean value)
      Sets the value of the stepUpProvision property.
      Parameters:
      value - allowed object is Boolean