Class SingleValuationDate
java.lang.Object
net.finmath.smartcontract.product.xml.SingleValuationDate
- Direct Known Subclasses:
MultipleValuationDates
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the businessDays property.voidsetBusinessDays(BigInteger value) Sets the value of the businessDays property.
-
Field Details
-
businessDays
-
-
Constructor Details
-
SingleValuationDate
public SingleValuationDate()
-
-
Method Details
-
getBusinessDays
Gets the value of the businessDays property.- Returns:
- possible object is
BigInteger
-
setBusinessDays
Sets the value of the businessDays property.- Parameters:
value- allowed object isBigInteger
-