Class TermCurve
java.lang.Object
net.finmath.smartcontract.product.xml.TermCurve
A curve consisting only of values over a term. This is a restricted form of
One Dimensional Structure.
Java class for TermCurve complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TermCurve"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="interpolationMethod" type="{http://www.fpml.org/FpML-5/confirmation}InterpolationMethod" minOccurs="0"/> <element name="extrapolationPermitted" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="point" type="{http://www.fpml.org/FpML-5/confirmation}TermPoint" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the interpolationMethod property.getPoint()
Gets the value of the point property.Gets the value of the extrapolationPermitted property.void
setExtrapolationPermitted
(Boolean value) Sets the value of the extrapolationPermitted property.void
Sets the value of the interpolationMethod property.
-
Field Details
-
interpolationMethod
-
extrapolationPermitted
-
point
-
-
Constructor Details
-
TermCurve
public TermCurve()
-
-
Method Details
-
getInterpolationMethod
Gets the value of the interpolationMethod property.- Returns:
- possible object is
InterpolationMethod
-
setInterpolationMethod
Sets the value of the interpolationMethod property.- Parameters:
value
- allowed object isInterpolationMethod
-
isExtrapolationPermitted
-
setExtrapolationPermitted
-
getPoint
Gets the value of the point property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
set
method for the point property.For example, to add a new item, do as follows:
getPoint().add(newItem);
Objects of the following type(s) are allowed in the list
TermPoint
-