Class AdjustableDatesOrRelativeDateOffset

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

public class AdjustableDatesOrRelativeDateOffset extends Object
A type for defining a series of dates, either as a list of adjustable dates, or a as a repeating sequence from a base date

Java class for AdjustableDatesOrRelativeDateOffset complex type.

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

 <complexType name="AdjustableDatesOrRelativeDateOffset">
   <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"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • AdjustableDatesOrRelativeDateOffset

      public AdjustableDatesOrRelativeDateOffset()
  • 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