Class SinglePayment

java.lang.Object
net.finmath.smartcontract.product.xml.PaymentBase
net.finmath.smartcontract.product.xml.SinglePayment

public class SinglePayment extends PaymentBase

Java class for SinglePayment complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="SinglePayment">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}PaymentBase">
       <sequence>
         <element name="adjustablePaymentDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element name="adjustedPaymentDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="fixedAmount" type="{http://www.fpml.org/FpML-5/confirmation}Money"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • SinglePayment

      public SinglePayment()
  • Method Details

    • getAdjustablePaymentDate

      public XMLGregorianCalendar getAdjustablePaymentDate()
      Gets the value of the adjustablePaymentDate property.
      Returns:
      possible object is XMLGregorianCalendar
    • setAdjustablePaymentDate

      public void setAdjustablePaymentDate(XMLGregorianCalendar value)
      Sets the value of the adjustablePaymentDate property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getAdjustedPaymentDate

      public XMLGregorianCalendar getAdjustedPaymentDate()
      Gets the value of the adjustedPaymentDate property.
      Returns:
      possible object is XMLGregorianCalendar
    • setAdjustedPaymentDate

      public void setAdjustedPaymentDate(XMLGregorianCalendar value)
      Sets the value of the adjustedPaymentDate property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getFixedAmount

      public Money getFixedAmount()
      Gets the value of the fixedAmount property.
      Returns:
      possible object is Money
    • setFixedAmount

      public void setFixedAmount(Money value)
      Sets the value of the fixedAmount property.
      Parameters:
      value - allowed object is Money