Class DateList
java.lang.Object
net.finmath.smartcontract.product.xml.DateList
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>
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
date
-
-
Constructor Details
-
DateList
public DateList()
-
-
Method Details
-
getDate
Gets the value of the date 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 date property.For example, to add a new item, do as follows:
getDate().add(newItem);
Objects of the following type(s) are allowed in the list
XMLGregorianCalendar
-