Class BulletPayment
java.lang.Object
net.finmath.smartcontract.product.xml.Product
net.finmath.smartcontract.product.xml.BulletPayment
A product to represent a single cashflow.
Java class for BulletPayment complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BulletPayment"> <complexContent> <extension base="{http://www.fpml.org/FpML-5/confirmation}Product"> <sequence> <element name="payment" type="{http://www.fpml.org/FpML-5/confirmation}Payment"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class net.finmath.smartcontract.product.xml.Product
assetClass, id, primaryAssetClass, productId, productType, secondaryAssetClass
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the payment property.void
setPayment
(Payment value) Sets the value of the payment property.Methods inherited from class net.finmath.smartcontract.product.xml.Product
getAssetClass, getId, getPrimaryAssetClass, getProductId, getProductType, getSecondaryAssetClass, setId, setPrimaryAssetClass
-
Field Details
-
payment
-
-
Constructor Details
-
BulletPayment
public BulletPayment()
-
-
Method Details
-
getPayment
-
setPayment
-