Class ParametricAdjustmentPoint
java.lang.Object
net.finmath.smartcontract.product.xml.ParametricAdjustmentPoint
A value of the adjustment point, consisting of the x value and the
corresponding y value.
Java class for ParametricAdjustmentPoint complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ParametricAdjustmentPoint"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="parameterValue" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="adjustmentValue" type="{http://www.w3.org/2001/XMLSchema}decimal"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the adjustmentValue property.Gets the value of the parameterValue property.void
setAdjustmentValue
(BigDecimal value) Sets the value of the adjustmentValue property.void
setParameterValue
(BigDecimal value) Sets the value of the parameterValue property.
-
Field Details
-
parameterValue
-
adjustmentValue
-
-
Constructor Details
-
ParametricAdjustmentPoint
public ParametricAdjustmentPoint()
-
-
Method Details
-
getParameterValue
Gets the value of the parameterValue property.- Returns:
- possible object is
BigDecimal
-
setParameterValue
Sets the value of the parameterValue property.- Parameters:
value
- allowed object isBigDecimal
-
getAdjustmentValue
Gets the value of the adjustmentValue property.- Returns:
- possible object is
BigDecimal
-
setAdjustmentValue
Sets the value of the adjustmentValue property.- Parameters:
value
- allowed object isBigDecimal
-