Class AdjustableOrRelativeDates

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

public class AdjustableOrRelativeDates extends Object
A type giving the choice between defining a series of dates as an explicit list of dates together with applicable adjustments or as relative to some other series of (anchor) dates.

Java class for AdjustableOrRelativeDates complex type.

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

 <complexType name="AdjustableOrRelativeDates">
   <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="relativeDates" type="{http://www.fpml.org/FpML-5/confirmation}RelativeDates"/>
       </choice>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • AdjustableOrRelativeDates

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

      public RelativeDates getRelativeDates()
      Gets the value of the relativeDates property.
      Returns:
      possible object is RelativeDates
    • setRelativeDates

      public void setRelativeDates(RelativeDates value)
      Sets the value of the relativeDates property.
      Parameters:
      value - allowed object is RelativeDates
    • 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