Class PaymentDetails

java.lang.Object
net.finmath.smartcontract.product.xml.PaymentDetails

public class PaymentDetails extends Object
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 Details

  • Constructor Details

    • PaymentDetails

      public PaymentDetails()
  • Method Details

    • getPaymentReference

      public PaymentReference getPaymentReference()
      Gets the value of the paymentReference property.
      Returns:
      possible object is PaymentReference
    • setPaymentReference

      public void setPaymentReference(PaymentReference value)
      Sets the value of the paymentReference property.
      Parameters:
      value - allowed object is PaymentReference
    • getGrossCashflow

      public List<GrossCashflow> 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

      public SettlementInformation getSettlementInformation()
      Gets the value of the settlementInformation property.
      Returns:
      possible object is SettlementInformation
    • setSettlementInformation

      public void setSettlementInformation(SettlementInformation value)
      Sets the value of the settlementInformation property.
      Parameters:
      value - allowed object is SettlementInformation