Class DateList

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

public class DateList extends Object
List of Dates

Java class for DateList complex type.

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

 <complexType name="DateList">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="date" type="{http://www.w3.org/2001/XMLSchema}date" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>