Class PaymentDetails
java.lang.Object
net.finmath.smartcontract.product.xml.PaymentDetails
Details on the referenced payment. e.g. Its cashflow components, settlement
details.
Java class for PaymentDetails complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PaymentDetails"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="paymentReference" type="{http://www.fpml.org/FpML-5/confirmation}PaymentReference"/> <element name="grossCashflow" type="{http://www.fpml.org/FpML-5/confirmation}GrossCashflow" maxOccurs="unbounded"/> <element name="settlementInformation" type="{http://www.fpml.org/FpML-5/confirmation}SettlementInformation" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected List
<GrossCashflow> protected PaymentReference
protected SettlementInformation
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the grossCashflow property.Gets the value of the paymentReference property.Gets the value of the settlementInformation property.void
Sets the value of the paymentReference property.void
Sets the value of the settlementInformation property.
-
Field Details
-
paymentReference
-
grossCashflow
-
settlementInformation
-
-
Constructor Details
-
PaymentDetails
public PaymentDetails()
-
-
Method Details
-
getPaymentReference
Gets the value of the paymentReference property.- Returns:
- possible object is
PaymentReference
-
setPaymentReference
Sets the value of the paymentReference property.- Parameters:
value
- allowed object isPaymentReference
-
getGrossCashflow
Gets the value of the grossCashflow 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 grossCashflow property.For example, to add a new item, do as follows:
getGrossCashflow().add(newItem);
Objects of the following type(s) are allowed in the list
GrossCashflow
-
getSettlementInformation
Gets the value of the settlementInformation property.- Returns:
- possible object is
SettlementInformation
-
setSettlementInformation
Sets the value of the settlementInformation property.- Parameters:
value
- allowed object isSettlementInformation
-