Class AdditionalPaymentAmount
java.lang.Object
net.finmath.smartcontract.product.xml.AdditionalPaymentAmount
Specifies the amount of the fee along with, when applicable, the formula
that supports its determination.
Java class for AdditionalPaymentAmount complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AdditionalPaymentAmount"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="paymentAmount" type="{http://www.fpml.org/FpML-5/confirmation}NonNegativeMoney" minOccurs="0"/> <element name="formula" type="{http://www.fpml.org/FpML-5/confirmation}Formula" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the formula property.Gets the value of the paymentAmount property.void
setFormula
(Formula value) Sets the value of the formula property.void
setPaymentAmount
(NonNegativeMoney value) Sets the value of the paymentAmount property.
-
Field Details
-
paymentAmount
-
formula
-
-
Constructor Details
-
AdditionalPaymentAmount
public AdditionalPaymentAmount()
-
-
Method Details
-
getPaymentAmount
Gets the value of the paymentAmount property.- Returns:
- possible object is
NonNegativeMoney
-
setPaymentAmount
Sets the value of the paymentAmount property.- Parameters:
value
- allowed object isNonNegativeMoney
-
getFormula
-
setFormula
-