Class DenominatorTerm
java.lang.Object
net.finmath.smartcontract.product.xml.DenominatorTerm
The type defining a denominator term of the formula. Its value is (sum of
weighted partials) ^ power.
Java class for DenominatorTerm complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DenominatorTerm">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="weightedPartial" type="{http://www.fpml.org/FpML-5/confirmation}WeightedPartialDerivative"/>
<element name="power" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetPower()Gets the value of the power property.Gets the value of the weightedPartial property.voidsetPower(BigInteger value)Sets the value of the power property.voidSets the value of the weightedPartial property.
-
Field Details
-
weightedPartial
-
power
-
-
Constructor Details
-
DenominatorTerm
public DenominatorTerm()
-
-
Method Details
-
getWeightedPartial
Gets the value of the weightedPartial property.- Returns:
- possible object is
WeightedPartialDerivative
-
setWeightedPartial
Sets the value of the weightedPartial property.- Parameters:
value- allowed object isWeightedPartialDerivative
-
getPower
Gets the value of the power property.- Returns:
- possible object is
BigInteger
-
setPower
Sets the value of the power property.- Parameters:
value- allowed object isBigInteger
-