Class AdjustedPaymentDates

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

public class AdjustedPaymentDates extends Object

Java class for AdjustedPaymentDates complex type.

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

 <complexType name="AdjustedPaymentDates">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="adjustedPaymentDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element name="paymentAmount" type="{http://www.fpml.org/FpML-5/confirmation}Money"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • AdjustedPaymentDates

      public AdjustedPaymentDates()
  • Method Details

    • 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
    • getPaymentAmount

      public Money getPaymentAmount()
      Gets the value of the paymentAmount property.
      Returns:
      possible object is Money
    • setPaymentAmount

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