Class MultipleValuationDates

java.lang.Object
net.finmath.smartcontract.product.xml.SingleValuationDate
net.finmath.smartcontract.product.xml.MultipleValuationDates

public class MultipleValuationDates extends SingleValuationDate

Java class for MultipleValuationDates complex type.

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

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

    • businessDaysThereafter

      protected BigInteger businessDaysThereafter
    • numberValuationDates

      protected BigInteger numberValuationDates
  • Constructor Details

    • MultipleValuationDates

      public MultipleValuationDates()
  • Method Details

    • getBusinessDaysThereafter

      public BigInteger getBusinessDaysThereafter()
      Gets the value of the businessDaysThereafter property.
      Returns:
      possible object is BigInteger
    • setBusinessDaysThereafter

      public void setBusinessDaysThereafter(BigInteger value)
      Sets the value of the businessDaysThereafter property.
      Parameters:
      value - allowed object is BigInteger
    • getNumberValuationDates

      public BigInteger getNumberValuationDates()
      Gets the value of the numberValuationDates property.
      Returns:
      possible object is BigInteger
    • setNumberValuationDates

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