Class AdjustableOrRelativeDate

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

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

Java class for AdjustableOrRelativeDate complex type.

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

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

  • Constructor Details

    • AdjustableOrRelativeDate

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