Class AdjustableDateOrRelativeDateSequence

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

public class AdjustableDateOrRelativeDateSequence extends Object
A type describing a date defined as subject to adjustment or defined in reference to another date through one or several date offsets.

Java class for AdjustableDateOrRelativeDateSequence complex type.

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

 <complexType name="AdjustableDateOrRelativeDateSequence">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="adjustableDate" type="{http://www.fpml.org/FpML-5/confirmation}AdjustableDate"/>
         <element name="relativeDateSequence" type="{http://www.fpml.org/FpML-5/confirmation}RelativeDateSequence"/>
       </choice>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • AdjustableDateOrRelativeDateSequence

      public AdjustableDateOrRelativeDateSequence()
  • Method Details

    • getAdjustableDate

      public AdjustableDate getAdjustableDate()
      Gets the value of the adjustableDate property.
      Returns:
      possible object is AdjustableDate
    • setAdjustableDate

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