Class NonNegativePayment
java.lang.Object
net.finmath.smartcontract.product.xml.PaymentBase
net.finmath.smartcontract.product.xml.PaymentBaseExtended
net.finmath.smartcontract.product.xml.NonNegativePayment
- Direct Known Subclasses:
ClassifiablePayment,CommodityPremium,FxOptionPremium
A complex type to specify non negative payments.
Java class for NonNegativePayment complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NonNegativePayment">
<complexContent>
<extension base="{http://www.fpml.org/FpML-5/confirmation}PaymentBaseExtended">
<sequence>
<element name="paymentAmount" type="{http://www.fpml.org/FpML-5/confirmation}NonNegativeMoney"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsFields inherited from class net.finmath.smartcontract.product.xml.PaymentBaseExtended
payerAccountReference, payerPartyReference, paymentDate, receiverAccountReference, receiverPartyReferenceFields inherited from class net.finmath.smartcontract.product.xml.PaymentBase
id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the paymentAmount property.voidsetPaymentAmount(NonNegativeMoney value) Sets the value of the paymentAmount property.Methods inherited from class net.finmath.smartcontract.product.xml.PaymentBaseExtended
getPayerAccountReference, getPayerPartyReference, getPaymentDate, getReceiverAccountReference, getReceiverPartyReference, setPayerAccountReference, setPayerPartyReference, setPaymentDate, setReceiverAccountReference, setReceiverPartyReferenceMethods inherited from class net.finmath.smartcontract.product.xml.PaymentBase
getId, setId
-
Field Details
-
paymentAmount
-
-
Constructor Details
-
NonNegativePayment
public NonNegativePayment()
-
-
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
-