Class MultipleValuationDates
java.lang.Object
net.finmath.smartcontract.product.xml.SingleValuationDate
net.finmath.smartcontract.product.xml.MultipleValuationDates
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 Summary
Fields inherited from class net.finmath.smartcontract.product.xml.SingleValuationDate
businessDays
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the businessDaysThereafter property.Gets the value of the numberValuationDates property.void
Sets the value of the businessDaysThereafter property.void
Sets the value of the numberValuationDates property.Methods inherited from class net.finmath.smartcontract.product.xml.SingleValuationDate
getBusinessDays, setBusinessDays
-
Field Details
-
businessDaysThereafter
-
numberValuationDates
-
-
Constructor Details
-
MultipleValuationDates
public MultipleValuationDates()
-
-
Method Details
-
getBusinessDaysThereafter
Gets the value of the businessDaysThereafter property.- Returns:
- possible object is
BigInteger
-
setBusinessDaysThereafter
Sets the value of the businessDaysThereafter property.- Parameters:
value
- allowed object isBigInteger
-
getNumberValuationDates
Gets the value of the numberValuationDates property.- Returns:
- possible object is
BigInteger
-
setNumberValuationDates
Sets the value of the numberValuationDates property.- Parameters:
value
- allowed object isBigInteger
-