Class CashSettlementPaymentDate

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

public class CashSettlementPaymentDate extends Object
A type defining the cash settlement payment date(s) as either a set of explicit dates, together with applicable adjustments, or as a date relative to some other (anchor) date, or as any date in a range of contiguous business days.

Java class for CashSettlementPaymentDate complex type.

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

 <complexType name="CashSettlementPaymentDate">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="adjustableDates" type="{http://www.fpml.org/FpML-5/confirmation}AdjustableDates"/>
         <element name="relativeDate" type="{http://www.fpml.org/FpML-5/confirmation}RelativeDateOffset"/>
         <element name="businessDateRange" type="{http://www.fpml.org/FpML-5/confirmation}BusinessDateRange"/>
       </choice>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • CashSettlementPaymentDate

      public CashSettlementPaymentDate()
  • Method Details

    • getAdjustableDates

      public AdjustableDates getAdjustableDates()
      Gets the value of the adjustableDates property.
      Returns:
      possible object is AdjustableDates
    • setAdjustableDates

      public void setAdjustableDates(AdjustableDates value)
      Sets the value of the adjustableDates property.
      Parameters:
      value - allowed object is AdjustableDates
    • getRelativeDate

      public RelativeDateOffset getRelativeDate()
      Gets the value of the relativeDate property.
      Returns:
      possible object is RelativeDateOffset
    • setRelativeDate

      public void setRelativeDate(RelativeDateOffset value)
      Sets the value of the relativeDate property.
      Parameters:
      value - allowed object is RelativeDateOffset
    • getBusinessDateRange

      public BusinessDateRange getBusinessDateRange()
      Gets the value of the businessDateRange property.
      Returns:
      possible object is BusinessDateRange
    • setBusinessDateRange

      public void setBusinessDateRange(BusinessDateRange value)
      Sets the value of the businessDateRange property.
      Parameters:
      value - allowed object is BusinessDateRange
    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String