Class SingleValuationDate

java.lang.Object
net.finmath.smartcontract.product.xml.SingleValuationDate
Direct Known Subclasses:
MultipleValuationDates

public class SingleValuationDate extends Object

Java class for SingleValuationDate complex type.

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

 <complexType name="SingleValuationDate">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="businessDays" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • businessDays

      protected BigInteger businessDays
  • Constructor Details

    • SingleValuationDate

      public SingleValuationDate()
  • Method Details

    • getBusinessDays

      public BigInteger getBusinessDays()
      Gets the value of the businessDays property.
      Returns:
      possible object is BigInteger
    • setBusinessDays

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