Class RelativeDates


public class RelativeDates extends RelativeDateOffset
A type describing a set of dates defined as relative to another set of dates.

Java class for RelativeDates complex type.

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

 <complexType name="RelativeDates">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}RelativeDateOffset">
       <sequence>
         <element name="periodSkip" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/>
         <element name="scheduleBounds" type="{http://www.fpml.org/FpML-5/confirmation}DateRange" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • periodSkip

      protected BigInteger periodSkip
    • scheduleBounds

      protected DateRange scheduleBounds
  • Constructor Details

    • RelativeDates

      public RelativeDates()
  • Method Details

    • getPeriodSkip

      public BigInteger getPeriodSkip()
      Gets the value of the periodSkip property.
      Returns:
      possible object is BigInteger
    • setPeriodSkip

      public void setPeriodSkip(BigInteger value)
      Sets the value of the periodSkip property.
      Parameters:
      value - allowed object is BigInteger
    • getScheduleBounds

      public DateRange getScheduleBounds()
      Gets the value of the scheduleBounds property.
      Returns:
      possible object is DateRange
    • setScheduleBounds

      public void setScheduleBounds(DateRange value)
      Sets the value of the scheduleBounds property.
      Parameters:
      value - allowed object is DateRange