Class Postponement

java.lang.Object
net.finmath.smartcontract.product.xml.FxDisruptionFallback
net.finmath.smartcontract.product.xml.Postponement

public class Postponement extends FxDisruptionFallback
Describes a postponement

Java class for Postponement complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Postponement">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}FxDisruptionFallback">
       <sequence>
         <element name="maximumNumberOfDays" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • maximumNumberOfDays

      protected BigInteger maximumNumberOfDays
  • Constructor Details

    • Postponement

      public Postponement()
  • Method Details

    • getMaximumNumberOfDays

      public BigInteger getMaximumNumberOfDays()
      Gets the value of the maximumNumberOfDays property.
      Returns:
      possible object is BigInteger
    • setMaximumNumberOfDays

      public void setMaximumNumberOfDays(BigInteger value)
      Sets the value of the maximumNumberOfDays property.
      Parameters:
      value - allowed object is BigInteger