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>