Class BulletPayment

java.lang.Object
net.finmath.smartcontract.product.xml.Product
net.finmath.smartcontract.product.xml.BulletPayment

public class BulletPayment extends Product
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 Details

    • payment

      protected Payment payment
  • Constructor Details

    • BulletPayment

      public BulletPayment()
  • Method Details

    • getPayment

      public Payment getPayment()
      Gets the value of the payment property.
      Returns:
      possible object is Payment
    • setPayment

      public void setPayment(Payment value)
      Sets the value of the payment property.
      Parameters:
      value - allowed object is Payment