Class AdjustableRelativeOrPeriodicDates

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

public class AdjustableRelativeOrPeriodicDates extends Object

Java class for AdjustableRelativeOrPeriodicDates complex type.

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

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

  • Constructor Details

    • AdjustableRelativeOrPeriodicDates

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

      public RelativeDateSequence getRelativeDateSequence()
      Gets the value of the relativeDateSequence property.
      Returns:
      possible object is RelativeDateSequence
    • setRelativeDateSequence

      public void setRelativeDateSequence(RelativeDateSequence value)
      Sets the value of the relativeDateSequence property.
      Parameters:
      value - allowed object is RelativeDateSequence
    • getPeriodicDates

      public PeriodicDates getPeriodicDates()
      Gets the value of the periodicDates property.
      Returns:
      possible object is PeriodicDates
    • setPeriodicDates

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