Class RelativeDateSequence

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

public class RelativeDateSequence extends Object
A type describing a date when this date is defined in reference to another date through one or several date offsets.

Java class for RelativeDateSequence complex type.

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

 <complexType name="RelativeDateSequence">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="dateRelativeTo" type="{http://www.fpml.org/FpML-5/confirmation}DateReference"/>
         <element name="dateOffset" type="{http://www.fpml.org/FpML-5/confirmation}DateOffset" maxOccurs="unbounded"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}BusinessCentersOrReference.model" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • RelativeDateSequence

      public RelativeDateSequence()
  • Method Details

    • getDateRelativeTo

      public DateReference getDateRelativeTo()
      Gets the value of the dateRelativeTo property.
      Returns:
      possible object is DateReference
    • setDateRelativeTo

      public void setDateRelativeTo(DateReference value)
      Sets the value of the dateRelativeTo property.
      Parameters:
      value - allowed object is DateReference
    • getDateOffset

      public List<DateOffset> getDateOffset()
      Gets the value of the dateOffset property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the dateOffset property.

      For example, to add a new item, do as follows:

          getDateOffset().add(newItem);
       

      Objects of the following type(s) are allowed in the list DateOffset

    • getBusinessCentersReference

      public BusinessCentersReference getBusinessCentersReference()
      Gets the value of the businessCentersReference property.
      Returns:
      possible object is BusinessCentersReference
    • setBusinessCentersReference

      public void setBusinessCentersReference(BusinessCentersReference value)
      Sets the value of the businessCentersReference property.
      Parameters:
      value - allowed object is BusinessCentersReference
    • getBusinessCenters

      public BusinessCenters getBusinessCenters()
      Gets the value of the businessCenters property.
      Returns:
      possible object is BusinessCenters
    • setBusinessCenters

      public void setBusinessCenters(BusinessCenters value)
      Sets the value of the businessCenters property.
      Parameters:
      value - allowed object is BusinessCenters