Class ValuationDate
java.lang.Object
net.finmath.smartcontract.product.xml.ValuationDate
Java class for ValuationDate complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ValuationDate">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="singleValuationDate" type="{http://www.fpml.org/FpML-5/confirmation}SingleValuationDate"/>
<element name="multipleValuationDates" type="{http://www.fpml.org/FpML-5/confirmation}MultipleValuationDates"/>
</choice>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the multipleValuationDates property.Gets the value of the singleValuationDate property.voidSets the value of the multipleValuationDates property.voidSets the value of the singleValuationDate property.
-
Field Details
-
singleValuationDate
-
multipleValuationDates
-
-
Constructor Details
-
ValuationDate
public ValuationDate()
-
-
Method Details
-
getSingleValuationDate
Gets the value of the singleValuationDate property.- Returns:
- possible object is
SingleValuationDate
-
setSingleValuationDate
Sets the value of the singleValuationDate property.- Parameters:
value- allowed object isSingleValuationDate
-
getMultipleValuationDates
Gets the value of the multipleValuationDates property.- Returns:
- possible object is
MultipleValuationDates
-
setMultipleValuationDates
Sets the value of the multipleValuationDates property.- Parameters:
value- allowed object isMultipleValuationDates
-